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