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