files.alpha revision 1.17
1# $NetBSD: files.alpha,v 1.17 1996/05/07 00:33:35 thorpej 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# Color Frame buffer 75device cfb: raster, wsconsdev 76attach cfb at tc 77file arch/alpha/tc/cfb.c cfb 78 79# Smart Frame buffer 80device sfb: raster, wsconsdev 81attach sfb at tc 82file arch/alpha/tc/sfb.c sfb 83 84# 8530 UARTs 85device scc 86attach scc at ioasic 87file arch/alpha/tc/scc.c scc needs-count 88 89# the TCDS ASIC 90device tcds { slot = -1 } 91attach tcds at tc 92file arch/alpha/tc/tcds.c tcds needs-count 93 94# 53C[F]90 SCSI 95device esp: scsi 96attach esp at tcds 97file arch/alpha/tc/esp.c esp needs-count 98file arch/alpha/tc/tcds_dma.c esp 99 100# Baseboard Lance ethernet. 101attach le at ioasic with le_ioasic 102attach le at tc with le_tc 103file dev/tc/if_le_dec.c (le_ioasic | le_tc) 104file dev/tc/if_le_ioasic.c le_ioasic needs-flag #for le_iomem 105file dev/tc/if_le_tc.c le_tc 106 107# 108# ISA Bus support 109# 110 111include "../../../dev/pci/files.pci" # XXX some ISA devs are 'at pci' too. 112include "../../../dev/isa/files.isa" 113 114#file arch/alpha/isa/isafcns_jensen.c dec_2000_300 115 116 117# 118# ISA Bus devices 119# 120 121#device ibus at mainbus { } 122#device jcombo at ibus: isabus 123#device jeisa at ibus: eisabus 124 125device pckbd 126attach pckbd at isa 127file arch/alpha/isa/pckbd.c pckbd needs-flag 128device pms 129attach pms at isa 130file arch/alpha/isa/pms.c pms needs-flag 131 132 133# 134# EISA Bus support 135# 136 137include "../../../dev/eisa/files.eisa" 138 139 140# 141# PCI Bus support 142# 143 144# include "../../../dev/pci/files.pci" XXX SEE ABOVE 145 146device apecs: pcibus 147attach apecs at mainbus 148file arch/alpha/pci/apecs.c apecs 149file arch/alpha/pci/apecs_pci.c apecs 150 151device lca: pcibus 152attach lca at mainbus 153file arch/alpha/pci/lca.c lca 154file arch/alpha/pci/lca_pci.c lca 155 156file arch/alpha/pci/apecs_lca_bus_io.c apecs | lca 157file arch/alpha/pci/apecs_lca_bus_mem.c apecs | lca 158 159device cia: pcibus 160attach cia at mainbus 161file arch/alpha/pci/cia.c cia 162file arch/alpha/pci/cia_bus_io.c cia 163file arch/alpha/pci/cia_bus_mem.c cia 164file arch/alpha/pci/cia_pci.c cia 165 166file arch/alpha/pci/pci_2100_a50.c dec_2100_a50 167file arch/alpha/pci/pci_kn20aa.c dec_kn20aa 168file arch/alpha/pci/pci_axppci_33.c dec_axppci_33 169 170 171# 172# PCI Bus devices 173# 174 175file arch/alpha/pci/pci_machdep.c pci 176 177device sio: isabus 178attach sio at pci 179device pceb: isabus, eisabus 180attach pceb at pci 181file arch/alpha/pci/sio.c sio | pceb needs-flag 182file arch/alpha/pci/sio_pic.c sio | pceb 183 184device tga: raster, wsconsdev 185attach tga at pci 186file arch/alpha/pci/tga.c tga needs-flag 187file arch/alpha/pci/tga_conf.c tga 188file arch/alpha/pci/tga_bt463.c tga 189file arch/alpha/pci/tga_bt485.c tga 190 191 192device pcivga: wsconsdev 193attach pcivga at pci 194file arch/alpha/pci/pcivga.c pcivga needs-flag 195 196 197# 198# Devices that can live on multiple busses 199# 200 201device mcclock 202attach mcclock at ioasic with mcclock_ioasic 203attach mcclock at isa with mcclock_isa 204file arch/alpha/alpha/mcclock.c mcclock 205file arch/alpha/tc/mcclock_ioasic.c mcclock_ioasic 206file arch/alpha/isa/mcclock_isa.c mcclock_isa 207 208# 209# Standard files 210# 211 212file arch/alpha/alpha/autoconf.c 213file arch/alpha/alpha/clock.c 214file arch/alpha/alpha/conf.c 215file arch/alpha/alpha/interrupt.c 216file arch/alpha/alpha/machdep.c 217file arch/alpha/alpha/mainbus.c 218file arch/alpha/alpha/mem.c 219file arch/alpha/alpha/pmap.c 220file arch/alpha/alpha/process_machdep.c 221file arch/alpha/alpha/prom.c 222file arch/alpha/alpha/support.c 223file arch/alpha/alpha/sys_machdep.c 224file arch/alpha/alpha/trap.c 225file arch/alpha/alpha/vm_machdep.c 226file arch/alpha/alpha/disksubr.c 227file dev/cons.c 228file netinet/in_cksum.c 229 230 231# 232# Optional/miscellaneous files 233# 234 235file netns/ns_cksum.c ns 236 237# XXX 238file arch/alpha/alpha/promcons.c 239 240# XXX 241file arch/alpha/alpha/dec_3000_500.c dec_3000_500 242file arch/alpha/alpha/dec_3000_300.c dec_3000_300 243file arch/alpha/alpha/dec_2100_a50.c dec_2100_a50 244file arch/alpha/alpha/dec_kn20aa.c dec_kn20aa 245file arch/alpha/alpha/dec_axppci_33.c dec_axppci_33 246file arch/alpha/alpha/dec_21000.c dec_21000 247 248# OSF/1 Binary Compatibility (COMPAT_OSF1) 249include "../../../compat/osf1/files.osf1" 250