Home | History | Annotate | Line # | Download | only in conf
files.sbmips revision 1.3.6.2
      1 # $NetBSD: files.sbmips,v 1.3.6.2 2002/06/23 17:40:04 jdolecek Exp $
      2 
      3 maxpartitions 8
      4 
      5 maxusers 1 8 64
      6 
      7 file arch/sbmips/sbmips/autoconf.c
      8 file arch/sbmips/sbmips/machdep.c
      9 file arch/sbmips/sbmips/softintr.c
     10 file arch/sbmips/sbmips/console.c
     11 file arch/sbmips/sbmips/conf.c
     12 file arch/sbmips/sbmips/disksubr.c
     13 file arch/sbmips/sbmips/systemsw.c
     14 file dev/clock_subr.c
     15 file dev/cons.c
     16 
     17 file arch/sbmips/sbmips/sb1250_icu.c	!ikos
     18 
     19 file arch/sbmips/ikos/ikos_clock.c	ikos
     20 file arch/sbmips/ikos/ikos_icu.c	ikos
     21 file arch/sbmips/ikos/ikoscons.c	ikos
     22 
     23 file arch/mips/cfe/cfe_api.c
     24 
     25 
     26 ###
     27 ### MI device inclusion
     28 ###
     29 
     30 # Machine-independent I2O drivers.
     31 include "dev/i2o/files.i2o"
     32 
     33 # Machine-independent SCSI drivers
     34 include "dev/scsipi/files.scsipi"
     35 major	{ sd = 8 }
     36 major	{ cd = 3 }
     37 
     38 # Machine-independent ATA drivers
     39 include "dev/ata/files.ata"
     40 major	{ wd = 4 }
     41 
     42 # Memory Disk
     43 file	dev/md_root.c			memory_disk_hooks
     44 major	{ md = 6 }
     45 
     46 # RAIDframe
     47 major	{ raid = 16 }
     48 
     49 # Logical disks
     50 major	{ ld = 17 }
     51 
     52 # Raster operations
     53 include "dev/rasops/files.rasops"
     54 include "dev/wsfont/files.wsfont"
     55 
     56 # "Workstation Console" glue.
     57 include "dev/wscons/files.wscons"
     58 
     59 
     60 # ISA Bus support
     61 include "dev/pci/files.pci"	# XXX some ISA devs are 'at pci' too.
     62 include "dev/isa/files.isa"
     63 # XXXCGD machdep isa files
     64 
     65 # PC Keyboard Controller support
     66 include "dev/pckbc/files.pckbc"
     67 
     68 # XXXCGD lots of junk isa devices, e.g. fd
     69 
     70 # ISA Plug 'n Play devices
     71 file	arch/alpha/isa/isapnp_machdep.c	isapnp
     72 
     73 # PCI Bus support
     74 # include "dev/pci/files.pci" XXX SEE ABOVE
     75 #file	arch/sbmips/dev/pci/pci_machdep.c	pci
     76 # XXXCGD macdep pci files
     77 
     78 # XXXX pcic here because it needs to be late.  The catch: pcic needs
     79 # to be late, so devices which attach to it are attached late.  But it
     80 # needs to be before its isa and pci attachments.  This answer is
     81 # non-optimal, but I don't have a better answer right now.
     82 
     83 # PCIC pcmcia contoller
     84 # XXX this needs to be done very late, so it's done here.  This feels
     85 # like a kludge, but it might be for the best.
     86 
     87 defparam PCIC_ISA_ALLOC_IOBASE
     88 defparam PCIC_ISA_ALLOC_IOSIZE
     89 defparam PCIC_ISA_INTR_ALLOC_MASK
     90 
     91 device	pcic: pcmciabus
     92 file	dev/ic/i82365.c			pcic
     93 
     94 # PCIC pcmcia controller on ISA bus.
     95 attach	pcic at isa with pcic_isa
     96 file	dev/isa/i82365_isa.c		pcic_isa
     97 
     98 # PCIC pcmcia controller on PCI bus.
     99 attach	pcic at pci with pcic_pci
    100 file	dev/pci/i82365_pci.c		pcic_pci
    101 
    102 # PCIC pcmcia controller on PnP board
    103 attach pcic at isapnp with pcic_isapnp
    104 file	dev/isapnp/i82365_isapnp.c	pcic_isapnp
    105 
    106 # Code common to ISA and ISAPnP attachments
    107 file	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
    108 
    109 
    110 # this wants to be probed as late as possible.
    111 #
    112 # Machine-independent PCMCIA drivers
    113 #
    114 #XXXCGD can't yet becaue needs fdc include "dev/pcmcia/files.pcmcia"
    115 #
    116 # Machine-independent USB device support
    117 #
    118 include "dev/usb/files.usb"
    119 
    120 ###
    121 ### SBMIPS DEVICES
    122 ###
    123 
    124 # Ze Big Bus: main system bus
    125 device	zbbus {[busid = -1]}
    126 attach	zbbus at root
    127 file	arch/sbmips/sbmips/zbbus.c		zbbus
    128 
    129 # CPUs
    130 device	cpu
    131 attach	cpu at zbbus
    132 file	arch/sbmips/sbmips/cpu.c		cpu
    133