files.alpha revision 1.12
11.12Scgd#	$NetBSD: files.alpha,v 1.12 1996/04/17 22:01:50 cgd Exp $
21.1Scgd#
31.1Scgd# alpha-specific configuration info
41.1Scgd
51.2Scgd# maxpartitions must be first item in files.${ARCH}.newconf
61.2Scgdmaxpartitions 8
71.2Scgd
81.1Scgdmaxusers 2 8 64
91.1Scgd
101.4Scgd
111.4Scgd#
121.4Scgd# Bus-independent devices
131.4Scgd#
141.4Scgd
151.11Scgddevice	mainbus { }	              # no locators (yet?)
161.11Scgdattach	mainbus at root
171.1Scgd
181.11Scgddevice	cpu { }				# not really optional; can be a 'bus'
191.11Scgdattach	cpu at mainbus
201.1Scgdfile	arch/alpha/alpha/cpu.c		cpu
211.1Scgd
221.8Scgd
231.4Scgd#
241.4Scgd# Machine-independent SCSI drivers
251.4Scgd#
261.4Scgd
271.4Scgdinclude "../../../scsi/files.scsi"
281.4Scgdmajor { st = 2 }
291.4Scgdmajor { cd = 3 }
301.4Scgdmajor { sd = 8 }
311.4Scgd
321.8Scgd
331.4Scgd#
341.6Scgd# raster console routines
351.6Scgd#
361.8Scgd
371.11Scgddefine	raster
381.8Scgdinclude "../../../dev/rcons/files.rcons"
391.11Scgdfile	arch/alpha/wscons/wscons_rinit.c	raster
401.11Scgdfile	arch/alpha/wscons/wscons_rops.c		raster
411.6Scgd
421.8Scgd
431.6Scgd#
441.6Scgd# "Workstation Console" glue; attaches frame buffer to emulator & kbd.
451.6Scgd#
461.11Scgddefine  wsconsdev {[console = -1]}
471.11Scgddevice	wscons
481.11Scgdattach	wscons at wsconsdev
491.11Scgdfile	arch/alpha/wscons/wscons.c	wscons		needs-flag
501.11Scgdfile	arch/alpha/wscons/wscons_emul.c	wscons
511.11Scgd
521.11Scgdfile	arch/alpha/wscons/event.c	wscons
531.11Scgdfile	arch/alpha/wscons/kbd.c		wscons
541.11Scgdfile	arch/alpha/wscons/ms.c		wscons
551.6Scgd
561.8Scgd
571.6Scgd#
581.4Scgd# TurboChannel Devices
591.4Scgd#
601.4Scgd
611.9Scgdinclude "../../../dev/tc/files.tc"
621.9Scgd
631.11Scgddevice	tcasic: tcbus
641.11Scgdattach	tcasic at mainbus
651.9Scgdfile	arch/alpha/tc/tcasic.c		tcasic
661.9Scgdfile	arch/alpha/tc/tc_3000_500.c	dec_3000_500
671.1Scgdfile	arch/alpha/tc/tc_3000_300.c	dec_3000_300
681.1Scgd
691.4Scgd# the TurboChannel IOCTL ASIC
701.11Scgddevice	ioasic { offset = -1 }
711.11Scgdattach	ioasic at tc
721.9Scgdfile	arch/alpha/tc/ioasic.c		ioasic		needs-flag
731.1Scgd
741.4Scgd# Smart Frame buffer (XXX NOT YET SUPPORTED)
751.11Scgddevice	sfb
761.11Scgdattach	sfb at tc
771.1Scgdfile	arch/alpha/tc/sfb.c		sfb
781.1Scgd
791.4Scgd# 8530 UARTs
801.11Scgddevice	scc
811.11Scgdattach	scc at ioasic
821.4Scgdfile	arch/alpha/tc/scc.c		scc		needs-count
831.1Scgd
841.4Scgd# the TCDS ASIC
851.11Scgddevice	tcds { slot = -1 }
861.11Scgdattach	tcds at tc
871.4Scgdfile	arch/alpha/tc/tcds.c		tcds		needs-count
881.4Scgd
891.4Scgd# 53C[F]90 SCSI
901.11Scgddevice	esp: scsi
911.11Scgdattach	esp at tcds
921.4Scgdfile	arch/alpha/tc/esp.c		esp		needs-count
931.4Scgdfile	arch/alpha/tc/tcds_dma.c	esp
941.4Scgd
951.9Scgd# Baseboard Lance ethernet.
961.11Scgddevice	le: ether, ifnet
971.11Scgdattach	le at ioasic, tc with le_tc
981.9Scgdfile	dev/tc/if_le.c			le	needs-flag # for le_iomem
991.8Scgd
1001.8Scgd#
1011.8Scgd# ISA Bus support
1021.8Scgd#
1031.8Scgd
1041.11Scgdinclude "../../../dev/pci/files.pci"	# XXX some ISA devs are 'at pci' too.
1051.8Scgdinclude "../../../dev/isa/files.isa"
1061.8Scgd
1071.8Scgd#file	arch/alpha/isa/isafcns_jensen.c	dec_2000_300
1081.8Scgd
1091.8Scgd
1101.4Scgd#
1111.8Scgd# ISA Bus devices
1121.4Scgd#
1131.1Scgd
1141.11Scgd#device	ibus at mainbus { }
1151.11Scgd#device	jcombo at ibus: isabus
1161.11Scgd#device	jeisa at ibus: eisabus
1171.8Scgd
1181.10Sthorpejdevice  pckbd
1191.11Scgdattach  pckbd at isa
1201.8Scgdfile    arch/alpha/isa/pckbd.c           pckbd needs-flag
1211.10Sthorpejdevice  pms
1221.11Scgdattach  pms at isa
1231.8Scgdfile    arch/alpha/isa/pms.c             pms needs-flag
1241.8Scgd
1251.8Scgd
1261.8Scgd#
1271.8Scgd# EISA Bus support
1281.8Scgd#
1291.8Scgd
1301.8Scgdinclude "../../../dev/eisa/files.eisa"
1311.8Scgd
1321.8Scgd
1331.8Scgd#
1341.8Scgd# PCI Bus support
1351.8Scgd#
1361.8Scgd
1371.11Scgd# include "../../../dev/pci/files.pci" XXX SEE ABOVE
1381.8Scgd
1391.10Sthorpejdevice	apecs: pcibus
1401.10Sthorpejattach	apecs at mainbus
1411.5Scgdfile	arch/alpha/pci/apecs.c		apecs
1421.5Scgdfile	arch/alpha/pci/apecs_pci.c	apecs
1431.4Scgd
1441.11Scgddevice	lca: pcibus
1451.11Scgdattach	lca at mainbus
1461.11Scgdfile	arch/alpha/pci/lca.c		lca
1471.11Scgdfile	arch/alpha/pci/lca_pci.c	lca
1481.11Scgd
1491.11Scgdfile	arch/alpha/pci/apecs_lca_bus_io.c	apecs | lca
1501.11Scgdfile	arch/alpha/pci/apecs_lca_bus_mem.c	apecs | lca
1511.11Scgd
1521.10Sthorpejdevice	cia: pcibus
1531.10Sthorpejattach	cia at mainbus
1541.8Scgdfile	arch/alpha/pci/cia.c		cia
1551.11Scgdfile	arch/alpha/pci/cia_bus_io.c	cia
1561.11Scgdfile	arch/alpha/pci/cia_bus_mem.c	cia
1571.8Scgdfile	arch/alpha/pci/cia_pci.c	cia
1581.8Scgd
1591.5Scgdfile	arch/alpha/pci/pci_2100_a50.c	dec_2100_a50
1601.8Scgdfile	arch/alpha/pci/pci_kn20aa.c	dec_kn20aa
1611.8Scgdfile	arch/alpha/pci/pci_axppci_33.c	dec_axppci_33
1621.8Scgd
1631.4Scgd
1641.4Scgd#
1651.8Scgd# PCI Bus devices
1661.4Scgd#
1671.1Scgd
1681.4Scgdfile	arch/alpha/pci/pci_machdep.c	pci
1691.1Scgd
1701.10Sthorpejdevice	sio: isabus
1711.10Sthorpejattach	sio at pci
1721.11Scgddevice	pceb: isabus, eisabus
1731.10Sthorpejattach	pceb at pci
1741.11Scgdfile	arch/alpha/pci/sio.c		sio | pceb	needs-flag
1751.11Scgdfile	arch/alpha/pci/sio_pic.c	sio | pceb
1761.5Scgd
1771.11Scgddevice	tga: raster, wsconsdev
1781.10Sthorpejattach	tga at pci
1791.6Scgdfile	arch/alpha/pci/tga.c		tga		needs-flag
1801.11Scgdfile	arch/alpha/pci/tga_conf.c	tga
1811.11Scgdfile	arch/alpha/pci/tga_bt463.c	tga
1821.11Scgdfile	arch/alpha/pci/tga_bt485.c	tga
1831.11Scgd
1841.6Scgd
1851.11Scgddevice	pcivga: wsconsdev
1861.10Sthorpejattach	pcivga at pci
1871.6Scgdfile	arch/alpha/pci/pcivga.c		pcivga		needs-flag
1881.6Scgd
1891.8Scgd
1901.5Scgd#
1911.8Scgd# Devices that can live on multiple busses
1921.5Scgd#
1931.5Scgd
1941.12Scgddevice	mcclock
1951.12Scgdattach	mcclock at ioasic with mcclock_ioasic
1961.12Scgdattach	mcclock at isa with mcclock_isa
1971.12Scgdfile	arch/alpha/alpha/mcclock.c	mcclock
1981.12Scgdfile	arch/alpha/tc/mcclock_ioasic.c	mcclock_ioasic
1991.12Scgdfile	arch/alpha/isa/mcclock_isa.c	mcclock_isa
2001.5Scgd
2011.4Scgd#
2021.4Scgd# Standard files
2031.4Scgd#
2041.1Scgd
2051.1Scgdfile	arch/alpha/alpha/autoconf.c
2061.12Scgdfile	arch/alpha/alpha/clock.c
2071.1Scgdfile	arch/alpha/alpha/conf.c
2081.1Scgdfile	arch/alpha/alpha/interrupt.c
2091.1Scgdfile	arch/alpha/alpha/machdep.c
2101.1Scgdfile	arch/alpha/alpha/mainbus.c
2111.1Scgdfile	arch/alpha/alpha/mem.c
2121.1Scgdfile	arch/alpha/alpha/pmap.c
2131.1Scgdfile	arch/alpha/alpha/process_machdep.c
2141.1Scgdfile	arch/alpha/alpha/prom.c
2151.1Scgdfile	arch/alpha/alpha/support.c
2161.1Scgdfile	arch/alpha/alpha/sys_machdep.c
2171.1Scgdfile	arch/alpha/alpha/trap.c
2181.1Scgdfile	arch/alpha/alpha/vm_machdep.c
2191.1Scgdfile	arch/alpha/alpha/disksubr.c
2201.1Scgdfile	dev/cons.c
2211.1Scgdfile	netinet/in_cksum.c
2221.4Scgd
2231.8Scgd
2241.4Scgd#
2251.8Scgd# Optional/miscellaneous files
2261.4Scgd#
2271.4Scgd
2281.1Scgdfile	netns/ns_cksum.c		ns
2291.1Scgd
2301.5Scgd# XXX
2311.5Scgdfile	arch/alpha/alpha/promcons.c
2321.6Scgd
2331.6Scgd# XXX
2341.8Scgdfile	arch/alpha/alpha/dec_3000_500.c		dec_3000_500
2351.8Scgdfile	arch/alpha/alpha/dec_3000_300.c		dec_3000_300
2361.8Scgdfile	arch/alpha/alpha/dec_2100_a50.c		dec_2100_a50
2371.8Scgdfile	arch/alpha/alpha/dec_kn20aa.c		dec_kn20aa
2381.8Scgdfile	arch/alpha/alpha/dec_axppci_33.c	dec_axppci_33
2391.8Scgdfile	arch/alpha/alpha/dec_21000.c		dec_21000
2401.7Sthorpej
2411.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1)
2421.7Sthorpejinclude "../../../compat/osf1/files.osf1"
243