Home | History | Annotate | Line # | Download | only in conf
files.acorn32 revision 1.26
      1 #	$NetBSD: files.acorn32,v 1.26 2006/08/14 22:04:30 bjh21 Exp $
      2 #
      3 # First try for arm-specific configuration info
      4 #
      5 
      6 maxpartitions	8
      7 maxusers 2 8 64
      8 
      9 # Maintain Interrupt statistics
     10 defflag	IRQSTATS
     11 
     12 # Simtec Hydra multiprocessor system
     13 device	hydra { slave = -1 }
     14 attach	hydra at mainbus
     15 attach	cpu at hydra with cpu_hydra
     16 file	arch/acorn32/acorn32/hydra.c		hydra		needs-flag
     17 file	arch/acorn32/acorn32/hydra_boot.S	hydra		needs-flag
     18 
     19 #
     20 # Machine-independent ATA drivers
     21 #
     22 include "dev/ata/files.ata"
     23 
     24 # PIOC (Peripheral IO Controller) device
     25 # parent to wdc, fdc, com and lpt
     26 device	pioc { [offset = -1], [dack = -1], [irq = -1] }
     27 attach	pioc at mainbus
     28 file	arch/acorn32/mainbus/pioc.c
     29 
     30 # Standard NetBSD wdc driver
     31 attach	wdc at pioc with wdc_pioc
     32 file	arch/acorn32/mainbus/wdc_pioc.c		wdc_pioc
     33 
     34 # Standard parallel driver
     35 attach	lpt at pioc with lpt_pioc
     36 file	arch/acorn32/mainbus/lpt_pioc.c		lpt_pioc & !ppbus needs-flag
     37 
     38 # New parallel driver
     39 attach	atppc at pioc with atppc_pioc
     40 file	arch/acorn32/mainbus/atppc_pioc.c	atppc_pioc
     41 
     42 # Standard NetBSD fd driver
     43 device	fdc {drive = -1}
     44 attach	fdc at pioc
     45 device	fd: disk
     46 attach	fd at fdc
     47 file	arch/acorn32/mainbus/fd.c			fdc needs-flag
     48 
     49 # Standard serial driver
     50 attach	com at pioc with com_pioc
     51 file	arch/acorn32/mainbus/com_pioc.c		com_pioc
     52 
     53 # Memory disk driver
     54 file	arch/acorn32/dev/md_hooks.c		md & memory_disk_hooks
     55 
     56 # Include WSCONS stuff
     57 include "dev/wscons/files.wscons"
     58 include "dev/rasops/files.rasops"
     59 include "dev/wsfont/files.wsfont"
     60 
     61 # Include IOMD support
     62 include "arch/arm/iomd/files.iomd"
     63 
     64 # Podule bus device
     65 include "dev/podulebus/files.podulebus"
     66 
     67 attach	podulebus at root
     68 file	arch/acorn32/podulebus/podulebus.c	podulebus needs-flag
     69 file	arch/acorn32/podulebus/podulebus_io.c	podulebus
     70 file	arch/acorn32/podulebus/podulebus_io_asm.S	podulebus
     71 file	arch/acorn32/podulebus/netslot.c		podulebus
     72 
     73 
     74 # Ethernet devices
     75 
     76 # Novell NE1000 and NE2000 clones (EtherM, EtherH)
     77 attach	ne at podulebus with ne_pbus: dp83905, mx98905
     78 file	arch/acorn32/podulebus/if_ne_pbus.c	ne_pbus
     79 
     80 device	ie: ether, ifnet, arp
     81 attach	ie at podulebus
     82 file	arch/acorn32/podulebus/if_ie.c		ie
     83 
     84 #define	ipkdb
     85 
     86 #device kie: ipkdb
     87 #attach kie at podule
     88 #file	arch/acorn32/podulebus/ipkdb_ie.c		kie
     89 
     90 #file	arch/arm32/arm32/ipkdb_glue.c		ipkdb
     91 #file	arch/arm32/arm32/ipkdb_step.c		ipkdb
     92 
     93 #
     94 # Machine-independent SCSI drivers
     95 #
     96 
     97 include "dev/scsipi/files.scsipi"
     98 
     99 #
    100 # Miscelanious podulebus devices not moved yet to dev/podules
    101 #
    102 
    103 # Generic sbic (WD3393) driver
    104 define	sbic
    105 file	arch/acorn32/podulebus/sbic.c		sbic
    106 
    107 # Acorn SCSI I specific layer for sbic
    108 device	asc: scsi, sbic, podloader
    109 attach	asc at podulebus
    110 file	arch/acorn32/podulebus/asc.c		asc needs-flag
    111 
    112 # Generic AMD AM53C94 driver
    113 define	esc
    114 file	arch/acorn32/podulebus/esc.c		esc
    115 
    116 # Connect32 specific layer for esc
    117 device	cosc: scsi, esc
    118 attach	cosc at podulebus
    119 file	arch/acorn32/podulebus/cosc.c		cosc
    120 
    121 # Generic fas216 + esp216 driver
    122 define	sfas
    123 file	arch/acorn32/podulebus/sfas.c		sfas
    124 
    125 device	ptsc: scsi, sfas, podloader
    126 attach	ptsc at podulebus
    127 file	arch/acorn32/podulebus/ptsc.c		ptsc
    128 
    129 device	csc: scsi, sfas, podloader
    130 attach	csc at podulebus
    131 file	arch/acorn32/podulebus/csc.c		csc
    132 
    133 # Cumana SCSI1 specific layer for ncr5380
    134 device	csa: scsi, ncr5380sbc, podloader
    135 attach	csa at podulebus
    136 file	arch/acorn32/podulebus/csa.c		csa
    137 
    138 # ICS IDE driver
    139 device	icside {[channel = -1]}: ata
    140 attach	icside at podulebus
    141 file	arch/acorn32/podulebus/icside.c		icside
    142 file	arch/acorn32/podulebus/icside_io_asm.S	icside
    143 
    144 # Yellowstone RapIDE driver
    145 device	rapide {[channel = -1]}: ata
    146 attach	rapide at podulebus
    147 file	arch/acorn32/podulebus/rapide.c		rapide
    148 file	arch/acorn32/podulebus/rapide_io_asm.S	rapide
    149 
    150 # Simtec IDE driver
    151 device	simide {[channel = -1]}: ata
    152 attach	simide at podulebus
    153 file	arch/acorn32/podulebus/simide.c		simide
    154 file	arch/acorn32/podulebus/simide_io_asm.S	simide
    155 
    156 # RiscStation bus 
    157 device	rsbus { [addr = 0], [size = 0], [irq = 0] }
    158 attach	rsbus at mainbus
    159 file	arch/acorn32/eb7500atx/rsbus.c		rsbus
    160 file	arch/acorn32/eb7500atx/rsbus_io.c	rsbus
    161 file	arch/acorn32/eb7500atx/rsbus_io_asm.S	rsbus
    162 
    163 # riscstation IDE driver
    164 attach wdc at rsbus with rside
    165 file   arch/acorn32/eb7500atx/rside.c          rside
    166 
    167 # RiscStation's CS network driver
    168 attach  cs at rsbus with cs_rsbus
    169 file    arch/acorn32/eb7500atx/if_cs.c          cs_rsbus
    170 
    171 # Atomwide Multi-Port Serial driver
    172 device	amps {}
    173 attach	amps at podulebus
    174 attach	com at amps with com_amps
    175 file	arch/acorn32/podulebus/amps.c		amps
    176 
    177 
    178 # Generic MD files
    179 file	arch/acorn32/acorn32/autoconf.c
    180 file	arch/acorn32/acorn32/conf.c
    181 
    182 file	arch/arm/arm/disksubr.c			disk
    183 file	arch/arm/arm/disksubr_acorn.c		disk
    184 file	arch/arm/arm/disksubr_mbr.c		disk
    185 
    186 file	arch/arm/arm32/intr.c
    187 file	arch/arm/arm32/spl.S
    188 
    189 # RiscPC specific files
    190 file	arch/acorn32/acorn32/rpc_machdep.c	!rsbus
    191 
    192 # eb7500atx specific files
    193 file	arch/acorn32/eb7500atx/eb7500atx_machdep.c	rsbus
    194 
    195 #
    196 # Machine-independent I2O drivers.
    197 #
    198 include "dev/i2o/files.i2o"
    199 
    200 #
    201 # MI PC keyboard port drivers
    202 #
    203 include "dev/pckbport/files.pckbport"
    204 
    205 #
    206 # maybe we will use these later one time :
    207 #
    208 # Include USB stuff
    209 #include "dev/usb/files.usb"
    210 
    211 include "arch/acorn32/conf/majors.acorn32"
    212