1 # $NetBSD: files.sbmips,v 1.1 2002/03/06 02:13:39 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/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 # Machine-independent MII/PHY drivers. 30 include "dev/mii/files.mii" 31 32 # Machine-independent I2O drivers. 33 include "dev/i2o/files.i2o" 34 35 # Machine-independent SCSI drivers 36 include "dev/scsipi/files.scsipi" 37 major { sd = 8 } 38 major { cd = 3 } 39 40 # Machine-independent ATA drivers 41 include "dev/ata/files.ata" 42 major { wd = 4 } 43 44 # Memory Disk 45 file dev/md_root.c memory_disk_hooks 46 major { md = 6 } 47 48 # RAIDframe 49 major { raid = 16 } 50 51 # Logical disks 52 major { ld = 17 } 53 54 # Raster operations 55 include "dev/rasops/files.rasops" 56 include "dev/wsfont/files.wsfont" 57 58 # "Workstation Console" glue. 59 include "dev/wscons/files.wscons" 60 61 62 # ISA Bus support 63 include "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too. 64 include "dev/isa/files.isa" 65 # XXXCGD machdep isa files 66 67 # PC Keyboard Controller support 68 include "dev/pckbc/files.pckbc" 69 70 # XXXCGD lots of junk isa devices, e.g. fd 71 72 # ISA Plug 'n Play devices 73 file arch/alpha/isa/isapnp_machdep.c isapnp 74 75 # PCI Bus support 76 # include "dev/pci/files.pci" XXX SEE ABOVE 77 #file arch/sbmips/dev/pci/pci_machdep.c pci 78 # XXXCGD macdep pci files 79 80 # XXXX pcic here because it needs to be late. The catch: pcic needs 81 # to be late, so devices which attach to it are attached late. But it 82 # needs to be before its isa and pci attachments. This answer is 83 # non-optimal, but I don't have a better answer right now. 84 85 # PCIC pcmcia contoller 86 # XXX this needs to be done very late, so it's done here. This feels 87 # like a kludge, but it might be for the best. 88 89 defparam PCIC_ISA_ALLOC_IOBASE 90 defparam PCIC_ISA_ALLOC_IOSIZE 91 defparam PCIC_ISA_INTR_ALLOC_MASK 92 93 device pcic: pcmciabus 94 file dev/ic/i82365.c pcic 95 96 # PCIC pcmcia controller on ISA bus. 97 attach pcic at isa with pcic_isa 98 file dev/isa/i82365_isa.c pcic_isa 99 100 # PCIC pcmcia controller on PCI bus. 101 attach pcic at pci with pcic_pci 102 file dev/pci/i82365_pci.c pcic_pci 103 104 # PCIC pcmcia controller on PnP board 105 attach pcic at isapnp with pcic_isapnp 106 file dev/isapnp/i82365_isapnp.c pcic_isapnp 107 108 # Code common to ISA and ISAPnP attachments 109 file dev/isa/i82365_isasubr.c pcic_isa | pcic_isapnp | pcic_pci 110 111 112 # this wants to be probed as late as possible. 113 # 114 # Machine-independent PCMCIA drivers 115 # 116 #XXXCGD can't yet becaue needs fdc include "dev/pcmcia/files.pcmcia" 117 # 118 # Machine-independent USB device support 119 # 120 include "dev/usb/files.usb" 121 122 ### 123 ### SBMIPS DEVICES 124 ### 125 126 # Ze Big Bus: main system bus 127 device zbbus {[busid = -1]} 128 attach zbbus at root 129 file arch/sbmips/sbmips/zbbus.c zbbus 130 131 # CPUs 132 device cpu 133 attach cpu at zbbus 134 file arch/sbmips/sbmips/cpu.c cpu 135 136 137 138 file nfs/nfs_bio.c compile-with "${NORMAL_C} -O0" 139