d974db0ada
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target.
26 lines
543 B
Plaintext
26 lines
543 B
Plaintext
# $NetBSD: AMIGA,v 1.108 2007/10/17 19:53:13 garbled Exp $
|
|
|
|
# GENERIC, without DraCo
|
|
#
|
|
include "arch/amiga/conf/GENERIC"
|
|
|
|
|
|
# Disable DraCo-specific options and devices
|
|
#
|
|
|
|
no options DRACO
|
|
|
|
no drbbc0 at mainbus0 # DraCo battery backed clock
|
|
no drsupio0 at mainbus0 # DraCo superio chip
|
|
no com* at drsupio? # DraCo serial
|
|
no lpt0 at drsupio? # DraCo parallel
|
|
|
|
no drsc0 at mainbus0 # DraCo scsi
|
|
no scsibus* at drsc0
|
|
|
|
|
|
# Alas, Melody-Z2 dont configure in the DraCo bus.
|
|
#
|
|
melody* at zbus0 # Melody MPEG audio decoder
|
|
audio* at melody?
|