files.alpha revision 1.26
1# $NetBSD: files.alpha,v 1.26 1996/09/27 17:14:35 cgd Exp $ 2# 3# alpha-specific configuration info 4 5# maxpartitions must be first item in files.${ARCH}.newconf 6maxpartitions 8 7 8maxusers 2 8 64 9 10 11# 12# Bus-independent devices 13# 14 15device mainbus { } # no locators (yet?) 16attach mainbus at root 17 18device cpu { } # not really optional; can be a 'bus' 19attach cpu at mainbus 20file arch/alpha/alpha/cpu.c cpu 21 22 23# 24# Machine-independent SCSI drivers 25# 26 27include "scsi/files.scsi" 28major { st = 2 } 29major { cd = 3 } 30major { sd = 8 } 31 32# RAM Disk 33pseudo-device rd 34file dev/ramdisk.c rd needs-flag 35file arch/alpha/alpha/rd_root.c ramdisk_hooks 36major { rd = 6 } 37 38# 39# raster console routines 40# 41 42define raster 43include "dev/rcons/files.rcons" 44file arch/alpha/wscons/wscons_rinit.c raster 45file arch/alpha/wscons/wscons_rops.c raster 46 47 48# 49# "Workstation Console" glue; attaches frame buffer to emulator & kbd. 50# 51define wsconsdev {[console = -1]} 52device wscons 53attach wscons at wsconsdev 54file arch/alpha/wscons/wscons.c wscons needs-flag 55file arch/alpha/wscons/wscons_emul.c wscons 56 57file arch/alpha/wscons/event.c wscons 58file arch/alpha/wscons/kbd.c wscons 59file arch/alpha/wscons/ms.c wscons 60 61 62# 63# TurboChannel Devices 64# 65 66include "dev/tc/files.tc" 67 68device tcasic: tcbus 69attach tcasic at mainbus 70file arch/alpha/tc/tcasic.c tcasic 71file arch/alpha/tc/tc_bus_io.c tcasic 72file arch/alpha/tc/tc_bus_mem.c tcasic 73file arch/alpha/tc/tc_3000_500.c tcasic & dec_3000_500 74file arch/alpha/tc/tc_3000_300.c tcasic & dec_3000_300 75 76# the TurboChannel IOCTL ASIC 77device ioasic { offset = -1 } 78attach ioasic at tc 79file arch/alpha/tc/ioasic.c ioasic 80 81# Color Frame buffer 82device cfb: raster, wsconsdev 83attach cfb at tc 84file arch/alpha/tc/cfb.c cfb 85 86# Smart Frame buffer 87device sfb: raster, wsconsdev 88attach sfb at tc 89file arch/alpha/tc/sfb.c sfb 90 91# 8530 UARTs 92device scc 93attach scc at ioasic 94file arch/alpha/tc/scc.c scc needs-count 95 96# the TCDS ASIC 97device tcds { slot = -1 } 98attach tcds at tc 99file arch/alpha/tc/tcds.c tcds needs-count 100 101# 53C[F]90 SCSI 102device esp: scsi 103attach esp at tcds 104file arch/alpha/tc/esp.c esp needs-count 105file arch/alpha/tc/tcds_dma.c esp 106 107# Baseboard Lance ethernet. 108attach le at ioasic with le_ioasic 109attach le at tc with le_tc 110file dev/tc/if_le_dec.c (le_ioasic | le_tc) 111file dev/tc/if_le_ioasic.c le_ioasic needs-flag #for le_iomem 112file dev/tc/if_le_tc.c le_tc 113 114# 115# ISA Bus support 116# 117 118include "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too. 119include "dev/isa/files.isa" 120 121#file arch/alpha/isa/isafcns_jensen.c dec_2000_300 122 123 124# 125# ISA Bus devices 126# 127 128#device ibus at mainbus { } 129#device jcombo at ibus: isabus 130#device jeisa at ibus: eisabus 131 132device pckbd 133attach pckbd at isa 134file arch/alpha/isa/pckbd.c pckbd needs-flag 135device pms 136attach pms at isa 137file arch/alpha/isa/pms.c pms needs-flag 138 139 140# 141# EISA Bus support 142# 143 144include "dev/eisa/files.eisa" 145 146 147# 148# PCI Bus support 149# 150 151# include "dev/pci/files.pci" XXX SEE ABOVE 152 153device apecs: pcibus 154attach apecs at mainbus 155file arch/alpha/pci/apecs.c apecs 156file arch/alpha/pci/apecs_pci.c apecs 157 158device lca: pcibus 159attach lca at mainbus 160file arch/alpha/pci/lca.c lca 161file arch/alpha/pci/lca_pci.c lca 162 163file arch/alpha/pci/apecs_lca_bus_io.c apecs | lca 164file arch/alpha/pci/apecs_lca_bus_mem.c apecs | lca 165 166device cia: pcibus 167attach cia at mainbus 168file arch/alpha/pci/cia.c cia 169file arch/alpha/pci/cia_bus_io.c cia 170file arch/alpha/pci/cia_bus_mem.c cia 171file arch/alpha/pci/cia_pci.c cia 172 173file arch/alpha/pci/pci_2100_a50.c dec_2100_a50 174file arch/alpha/pci/pci_kn20aa.c dec_kn20aa 175file arch/alpha/pci/pci_axppci_33.c dec_axppci_33 176 177 178# 179# PCI Bus devices 180# 181 182file arch/alpha/pci/pci_machdep.c pci 183 184device sio: isabus 185attach sio at pci 186device pceb: isabus, eisabus 187attach pceb at pci 188file arch/alpha/pci/sio.c sio | pceb needs-flag 189file arch/alpha/pci/sio_pic.c sio | pceb 190 191device tga: raster, wsconsdev 192attach tga at pci 193file arch/alpha/pci/tga.c tga needs-flag 194file arch/alpha/pci/tga_conf.c tga 195file arch/alpha/pci/tga_bt463.c tga 196file arch/alpha/pci/tga_bt485.c tga 197 198 199device pcivga: wsconsdev 200attach pcivga at pci 201file arch/alpha/pci/pcivga.c pcivga needs-flag 202 203 204# 205# Devices that can live on multiple busses 206# 207 208device mcclock 209attach mcclock at ioasic with mcclock_ioasic 210attach mcclock at isa with mcclock_isa 211file arch/alpha/alpha/mcclock.c mcclock 212file arch/alpha/tc/mcclock_ioasic.c mcclock_ioasic 213file arch/alpha/isa/mcclock_isa.c mcclock_isa 214 215# 216# Standard files 217# 218 219file arch/alpha/alpha/autoconf.c 220file arch/alpha/alpha/clock.c 221file arch/alpha/alpha/conf.c 222file arch/alpha/alpha/interrupt.c 223file arch/alpha/alpha/machdep.c 224file arch/alpha/alpha/mainbus.c 225file arch/alpha/alpha/mem.c 226file arch/alpha/alpha/pmap.c new_pmap 227file arch/alpha/alpha/pmap.old.c !new_pmap 228file arch/alpha/alpha/process_machdep.c 229file arch/alpha/alpha/prom.c 230file arch/alpha/alpha/support.c 231file arch/alpha/alpha/sys_machdep.c 232file arch/alpha/alpha/trap.c 233file arch/alpha/alpha/vm_machdep.c 234file arch/alpha/alpha/disksubr.c 235file dev/cons.c 236 237 238# 239# Optional/miscellaneous files 240# 241 242file arch/alpha/alpha/in_cksum.c inet & !generic_in_cksum 243file netinet/in_cksum.c inet & generic_in_cksum 244file netns/ns_cksum.c ns 245 246# XXX 247file arch/alpha/alpha/promcons.c 248 249# XXX 250file arch/alpha/alpha/dec_3000_500.c dec_3000_500 251file arch/alpha/alpha/dec_3000_300.c dec_3000_300 252file arch/alpha/alpha/dec_2100_a50.c dec_2100_a50 253file arch/alpha/alpha/dec_kn20aa.c dec_kn20aa 254file arch/alpha/alpha/dec_axppci_33.c dec_axppci_33 255file arch/alpha/alpha/dec_21000.c dec_21000 256 257# OSF/1 Binary Compatibility (COMPAT_OSF1) 258include "compat/osf1/files.osf1" 259