files.alpha revision 1.14
1# $NetBSD: files.alpha,v 1.14 1996/04/18 00:55:15 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 33# 34# raster console routines 35# 36 37define raster 38include "../../../dev/rcons/files.rcons" 39file arch/alpha/wscons/wscons_rinit.c raster 40file arch/alpha/wscons/wscons_rops.c raster 41 42 43# 44# "Workstation Console" glue; attaches frame buffer to emulator & kbd. 45# 46define wsconsdev {[console = -1]} 47device wscons 48attach wscons at wsconsdev 49file arch/alpha/wscons/wscons.c wscons needs-flag 50file arch/alpha/wscons/wscons_emul.c wscons 51 52file arch/alpha/wscons/event.c wscons 53file arch/alpha/wscons/kbd.c wscons 54file arch/alpha/wscons/ms.c wscons 55 56 57# 58# TurboChannel Devices 59# 60 61include "../../../dev/tc/files.tc" 62 63device tcasic: tcbus 64attach tcasic at mainbus 65file arch/alpha/tc/tcasic.c tcasic 66file arch/alpha/tc/tc_3000_500.c tcasic & dec_3000_500 67file arch/alpha/tc/tc_3000_300.c tcasic & dec_3000_300 68 69# the TurboChannel IOCTL ASIC 70device ioasic { offset = -1 } 71attach ioasic at tc 72file arch/alpha/tc/ioasic.c ioasic 73 74# Smart Frame buffer (XXX NOT YET SUPPORTED) 75device sfb 76attach sfb at tc 77file arch/alpha/tc/sfb.c sfb 78 79# 8530 UARTs 80device scc 81attach scc at ioasic 82file arch/alpha/tc/scc.c scc needs-count 83 84# the TCDS ASIC 85device tcds { slot = -1 } 86attach tcds at tc 87file arch/alpha/tc/tcds.c tcds needs-count 88 89# 53C[F]90 SCSI 90device esp: scsi 91attach esp at tcds 92file arch/alpha/tc/esp.c esp needs-count 93file arch/alpha/tc/tcds_dma.c esp 94 95# Baseboard Lance ethernet. 96device le: ether, ifnet 97attach le at ioasic with le_ioasic 98attach le at tc with le_tc 99file dev/tc/if_le.c le 100file dev/tc/if_le_ioasic.c le_ioasic needs-flag #for le_iomem 101file dev/tc/if_le_tc.c le_tc 102 103# 104# ISA Bus support 105# 106 107include "../../../dev/pci/files.pci" # XXX some ISA devs are 'at pci' too. 108include "../../../dev/isa/files.isa" 109 110#file arch/alpha/isa/isafcns_jensen.c dec_2000_300 111 112 113# 114# ISA Bus devices 115# 116 117#device ibus at mainbus { } 118#device jcombo at ibus: isabus 119#device jeisa at ibus: eisabus 120 121device pckbd 122attach pckbd at isa 123file arch/alpha/isa/pckbd.c pckbd needs-flag 124device pms 125attach pms at isa 126file arch/alpha/isa/pms.c pms needs-flag 127 128 129# 130# EISA Bus support 131# 132 133include "../../../dev/eisa/files.eisa" 134 135 136# 137# PCI Bus support 138# 139 140# include "../../../dev/pci/files.pci" XXX SEE ABOVE 141 142device apecs: pcibus 143attach apecs at mainbus 144file arch/alpha/pci/apecs.c apecs 145file arch/alpha/pci/apecs_pci.c apecs 146 147device lca: pcibus 148attach lca at mainbus 149file arch/alpha/pci/lca.c lca 150file arch/alpha/pci/lca_pci.c lca 151 152file arch/alpha/pci/apecs_lca_bus_io.c apecs | lca 153file arch/alpha/pci/apecs_lca_bus_mem.c apecs | lca 154 155device cia: pcibus 156attach cia at mainbus 157file arch/alpha/pci/cia.c cia 158file arch/alpha/pci/cia_bus_io.c cia 159file arch/alpha/pci/cia_bus_mem.c cia 160file arch/alpha/pci/cia_pci.c cia 161 162file arch/alpha/pci/pci_2100_a50.c dec_2100_a50 163file arch/alpha/pci/pci_kn20aa.c dec_kn20aa 164file arch/alpha/pci/pci_axppci_33.c dec_axppci_33 165 166 167# 168# PCI Bus devices 169# 170 171file arch/alpha/pci/pci_machdep.c pci 172 173device sio: isabus 174attach sio at pci 175device pceb: isabus, eisabus 176attach pceb at pci 177file arch/alpha/pci/sio.c sio | pceb needs-flag 178file arch/alpha/pci/sio_pic.c sio | pceb 179 180device tga: raster, wsconsdev 181attach tga at pci 182file arch/alpha/pci/tga.c tga needs-flag 183file arch/alpha/pci/tga_conf.c tga 184file arch/alpha/pci/tga_bt463.c tga 185file arch/alpha/pci/tga_bt485.c tga 186 187 188device pcivga: wsconsdev 189attach pcivga at pci 190file arch/alpha/pci/pcivga.c pcivga needs-flag 191 192 193# 194# Devices that can live on multiple busses 195# 196 197device mcclock 198attach mcclock at ioasic with mcclock_ioasic 199attach mcclock at isa with mcclock_isa 200file arch/alpha/alpha/mcclock.c mcclock 201file arch/alpha/tc/mcclock_ioasic.c mcclock_ioasic 202file arch/alpha/isa/mcclock_isa.c mcclock_isa 203 204# 205# Standard files 206# 207 208file arch/alpha/alpha/autoconf.c 209file arch/alpha/alpha/clock.c 210file arch/alpha/alpha/conf.c 211file arch/alpha/alpha/interrupt.c 212file arch/alpha/alpha/machdep.c 213file arch/alpha/alpha/mainbus.c 214file arch/alpha/alpha/mem.c 215file arch/alpha/alpha/pmap.c 216file arch/alpha/alpha/process_machdep.c 217file arch/alpha/alpha/prom.c 218file arch/alpha/alpha/support.c 219file arch/alpha/alpha/sys_machdep.c 220file arch/alpha/alpha/trap.c 221file arch/alpha/alpha/vm_machdep.c 222file arch/alpha/alpha/disksubr.c 223file dev/cons.c 224file netinet/in_cksum.c 225 226 227# 228# Optional/miscellaneous files 229# 230 231file netns/ns_cksum.c ns 232 233# XXX 234file arch/alpha/alpha/promcons.c 235 236# XXX 237file arch/alpha/alpha/dec_3000_500.c dec_3000_500 238file arch/alpha/alpha/dec_3000_300.c dec_3000_300 239file arch/alpha/alpha/dec_2100_a50.c dec_2100_a50 240file arch/alpha/alpha/dec_kn20aa.c dec_kn20aa 241file arch/alpha/alpha/dec_axppci_33.c dec_axppci_33 242file arch/alpha/alpha/dec_21000.c dec_21000 243 244# OSF/1 Binary Compatibility (COMPAT_OSF1) 245include "../../../compat/osf1/files.osf1" 246