files.alpha revision 1.35
11.35Scgd#	$NetBSD: files.alpha,v 1.35 1997/01/21 23:45:54 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.31Scgd# a wscons output device; used later, but needs to be near the top for
111.31Scgd# common file (e.g. vga) definitions.
121.31Scgddefine  wsconsdev {[console = -1]}
131.31Scgd
141.30Scgd# this loses, but there's no way to define attributes which have attributes
151.30Scgddefine	alpha_shared_intr
161.31Scgdfile	arch/alpha/common/shared_intr.c	alpha_shared_intr | dec_eb164 |
171.30Scgd					dec_kn20aa
181.4Scgd
191.31Scgddevice	vga: wsconsdev
201.31Scgdfile	arch/alpha/common/vga.c		vga
211.31Scgd
221.4Scgd#
231.4Scgd# Bus-independent devices
241.4Scgd#
251.4Scgd
261.32Scgddevice	mainbus { }			# no locators (yet?)
271.11Scgdattach	mainbus at root
281.1Scgd
291.32Scgddevice	cpu { }				# not really optional
301.11Scgdattach	cpu at mainbus
311.1Scgdfile	arch/alpha/alpha/cpu.c		cpu
321.1Scgd
331.8Scgd
341.4Scgd#
351.4Scgd# Machine-independent SCSI drivers
361.4Scgd#
371.4Scgd
381.26Scgdinclude "scsi/files.scsi"
391.4Scgdmajor { st = 2 }
401.4Scgdmajor { cd = 3 }
411.4Scgdmajor { sd = 8 }
421.4Scgd
431.33Spk# Memory Disk
441.33Spkfile	arch/alpha/alpha/md_root.c	memory_disk_hooks
451.33Spkmajor { md = 6 }
461.8Scgd
471.4Scgd#
481.6Scgd# raster console routines
491.6Scgd#
501.8Scgd
511.11Scgddefine	raster
521.26Scgdinclude "dev/rcons/files.rcons"
531.11Scgdfile	arch/alpha/wscons/wscons_rinit.c	raster
541.11Scgdfile	arch/alpha/wscons/wscons_rops.c		raster
551.6Scgd
561.8Scgd
571.6Scgd#
581.6Scgd# "Workstation Console" glue; attaches frame buffer to emulator & kbd.
591.6Scgd#
601.11Scgddevice	wscons
611.11Scgdattach	wscons at wsconsdev
621.11Scgdfile	arch/alpha/wscons/wscons.c	wscons		needs-flag
631.11Scgdfile	arch/alpha/wscons/wscons_emul.c	wscons
641.11Scgd
651.11Scgdfile	arch/alpha/wscons/event.c	wscons
661.11Scgdfile	arch/alpha/wscons/kbd.c		wscons
671.11Scgdfile	arch/alpha/wscons/ms.c		wscons
681.6Scgd
691.6Scgd#
701.4Scgd# TurboChannel Devices
711.4Scgd#
721.4Scgd
731.26Scgdinclude "dev/tc/files.tc"
741.9Scgd
751.11Scgddevice	tcasic: tcbus
761.11Scgdattach	tcasic at mainbus
771.9Scgdfile	arch/alpha/tc/tcasic.c		tcasic
781.18Scgdfile	arch/alpha/tc/tc_bus_mem.c	tcasic
791.13Scgdfile	arch/alpha/tc/tc_3000_500.c	tcasic & dec_3000_500
801.13Scgdfile	arch/alpha/tc/tc_3000_300.c	tcasic & dec_3000_300
811.1Scgd
821.4Scgd# the TurboChannel IOCTL ASIC
831.11Scgddevice	ioasic { offset = -1 }
841.11Scgdattach	ioasic at tc
851.13Scgdfile	arch/alpha/tc/ioasic.c		ioasic
861.1Scgd
871.16Scgd# Color Frame buffer
881.16Scgddevice	cfb: raster, wsconsdev
891.16Scgdattach	cfb at tc
901.16Scgdfile	arch/alpha/tc/cfb.c		cfb
911.16Scgd
921.16Scgd# Smart Frame buffer
931.15Scgddevice	sfb: raster, wsconsdev
941.11Scgdattach	sfb at tc
951.1Scgdfile	arch/alpha/tc/sfb.c		sfb
961.1Scgd
971.4Scgd# 8530 UARTs
981.11Scgddevice	scc
991.11Scgdattach	scc at ioasic
1001.4Scgdfile	arch/alpha/tc/scc.c		scc		needs-count
1011.1Scgd
1021.4Scgd# the TCDS ASIC
1031.11Scgddevice	tcds { slot = -1 }
1041.11Scgdattach	tcds at tc
1051.4Scgdfile	arch/alpha/tc/tcds.c		tcds		needs-count
1061.4Scgd
1071.4Scgd# 53C[F]90 SCSI
1081.11Scgddevice	esp: scsi
1091.11Scgdattach	esp at tcds
1101.4Scgdfile	arch/alpha/tc/esp.c		esp		needs-count
1111.4Scgdfile	arch/alpha/tc/tcds_dma.c	esp
1121.4Scgd
1131.9Scgd# Baseboard Lance ethernet.
1141.14Scgdattach	le at ioasic with le_ioasic
1151.14Scgdattach	le at tc with le_tc
1161.17Sthorpejfile	dev/tc/if_le_dec.c		(le_ioasic | le_tc)
1171.14Scgdfile	dev/tc/if_le_ioasic.c		le_ioasic	needs-flag #for le_iomem
1181.14Scgdfile	dev/tc/if_le_tc.c		le_tc
1191.8Scgd
1201.8Scgd#
1211.8Scgd# ISA Bus support
1221.8Scgd#
1231.8Scgd
1241.26Scgdinclude "dev/pci/files.pci"	# XXX some ISA devs are 'at pci' too.
1251.26Scgdinclude "dev/isa/files.isa"
1261.8Scgd
1271.8Scgd#file	arch/alpha/isa/isafcns_jensen.c	dec_2000_300
1281.8Scgd
1291.8Scgd
1301.4Scgd#
1311.8Scgd# ISA Bus devices
1321.4Scgd#
1331.1Scgd
1341.11Scgd#device	ibus at mainbus { }
1351.11Scgd#device	jcombo at ibus: isabus
1361.11Scgd#device	jeisa at ibus: eisabus
1371.8Scgd
1381.31Scgdfile	arch/alpha/isa/isa_machdep.c	isa
1391.31Scgd
1401.32Scgddevice	pcppi { }
1411.32Scgdattach	pcppi at isa
1421.32Scgdfile	arch/alpha/isa/pcppi.c		pcppi
1431.32Scgd
1441.32Scgddevice	pckbd
1451.32Scgdattach	pckbd at pcppi
1461.32Scgdfile	arch/alpha/isa/pckbd.c		pckbd
1471.32Scgd
1481.32Scgddevice	pms
1491.32Scgdattach	pms at pcppi
1501.32Scgdfile	arch/alpha/isa/pms.c		pms
1511.8Scgd
1521.31Scgdattach	vga at isa with vga_isa
1531.31Scgdfile	arch/alpha/isa/vga_isa.c	vga_isa		needs-flag
1541.8Scgd
1551.35Scgd# Floppy disk controller
1561.35Scgddevice	fdc { drive = -1 }
1571.35Scgdattach	fdc at isa
1581.35Scgddevice	fd: disk, isadma
1591.35Scgdattach	fd at fdc
1601.35Scgd#file	arch/alpha/isa/fd.c		fdc needs-flag
1611.35Scgdmajor	{ fd = 0 }
1621.35Scgd
1631.35Scgd# PC speaker
1641.8Scgd#
1651.8Scgd# EISA Bus support
1661.8Scgd#
1671.8Scgd
1681.26Scgdinclude "dev/eisa/files.eisa"
1691.8Scgd
1701.8Scgd
1711.8Scgd#
1721.8Scgd# PCI Bus support
1731.8Scgd#
1741.8Scgd
1751.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE
1761.8Scgd
1771.10Sthorpejdevice	apecs: pcibus
1781.10Sthorpejattach	apecs at mainbus
1791.5Scgdfile	arch/alpha/pci/apecs.c		apecs
1801.32Scgdfile	arch/alpha/pci/apecs_bus_io.c	apecs
1811.32Scgdfile	arch/alpha/pci/apecs_bus_mem.c	apecs
1821.5Scgdfile	arch/alpha/pci/apecs_pci.c	apecs
1831.4Scgd
1841.11Scgddevice	lca: pcibus
1851.11Scgdattach	lca at mainbus
1861.11Scgdfile	arch/alpha/pci/lca.c		lca
1871.32Scgdfile	arch/alpha/pci/lca_bus_io.c	lca
1881.32Scgdfile	arch/alpha/pci/lca_bus_mem.c	lca
1891.11Scgdfile	arch/alpha/pci/lca_pci.c	lca
1901.11Scgd
1911.10Sthorpejdevice	cia: pcibus
1921.10Sthorpejattach	cia at mainbus
1931.8Scgdfile	arch/alpha/pci/cia.c		cia
1941.11Scgdfile	arch/alpha/pci/cia_bus_io.c	cia
1951.11Scgdfile	arch/alpha/pci/cia_bus_mem.c	cia
1961.8Scgdfile	arch/alpha/pci/cia_pci.c	cia
1971.8Scgd
1981.5Scgdfile	arch/alpha/pci/pci_2100_a50.c	dec_2100_a50
1991.28Scgdfile	arch/alpha/pci/pci_axppci_33.c	dec_axppci_33
2001.28Scgdfile	arch/alpha/pci/pci_eb164.c	dec_eb164
2011.32Scgdfile	arch/alpha/pci/pci_eb164_intr.s	dec_eb164
2021.8Scgdfile	arch/alpha/pci/pci_kn20aa.c	dec_kn20aa
2031.8Scgd
2041.4Scgd
2051.4Scgd#
2061.8Scgd# PCI Bus devices
2071.4Scgd#
2081.1Scgd
2091.4Scgdfile	arch/alpha/pci/pci_machdep.c	pci
2101.1Scgd
2111.30Scgddevice	sio: isabus, alpha_shared_intr
2121.10Sthorpejattach	sio at pci
2131.11Scgddevice	pceb: isabus, eisabus
2141.10Sthorpejattach	pceb at pci
2151.11Scgdfile	arch/alpha/pci/sio.c		sio | pceb	needs-flag
2161.11Scgdfile	arch/alpha/pci/sio_pic.c	sio | pceb
2171.5Scgd
2181.11Scgddevice	tga: raster, wsconsdev
2191.10Sthorpejattach	tga at pci
2201.6Scgdfile	arch/alpha/pci/tga.c		tga		needs-flag
2211.11Scgdfile	arch/alpha/pci/tga_conf.c	tga
2221.11Scgdfile	arch/alpha/pci/tga_bt463.c	tga
2231.11Scgdfile	arch/alpha/pci/tga_bt485.c	tga
2241.11Scgd
2251.6Scgd
2261.31Scgdattach	vga at pci with vga_pci
2271.31Scgdfile	arch/alpha/pci/vga_pci.c	vga_pci		needs-flag
2281.6Scgd
2291.8Scgd
2301.5Scgd#
2311.8Scgd# Devices that can live on multiple busses
2321.5Scgd#
2331.5Scgd
2341.12Scgddevice	mcclock
2351.12Scgdattach	mcclock at ioasic with mcclock_ioasic
2361.12Scgdattach	mcclock at isa with mcclock_isa
2371.12Scgdfile	arch/alpha/alpha/mcclock.c	mcclock
2381.12Scgdfile	arch/alpha/tc/mcclock_ioasic.c	mcclock_ioasic
2391.12Scgdfile	arch/alpha/isa/mcclock_isa.c	mcclock_isa
2401.5Scgd
2411.4Scgd#
2421.4Scgd# Standard files
2431.4Scgd#
2441.1Scgd
2451.1Scgdfile	arch/alpha/alpha/autoconf.c
2461.12Scgdfile	arch/alpha/alpha/clock.c
2471.1Scgdfile	arch/alpha/alpha/conf.c
2481.1Scgdfile	arch/alpha/alpha/interrupt.c
2491.1Scgdfile	arch/alpha/alpha/machdep.c
2501.1Scgdfile	arch/alpha/alpha/mainbus.c
2511.1Scgdfile	arch/alpha/alpha/mem.c
2521.24Scgdfile	arch/alpha/alpha/pmap.c			new_pmap
2531.24Scgdfile	arch/alpha/alpha/pmap.old.c		!new_pmap
2541.1Scgdfile	arch/alpha/alpha/process_machdep.c
2551.1Scgdfile	arch/alpha/alpha/prom.c
2561.1Scgdfile	arch/alpha/alpha/support.c
2571.1Scgdfile	arch/alpha/alpha/sys_machdep.c
2581.1Scgdfile	arch/alpha/alpha/trap.c
2591.1Scgdfile	arch/alpha/alpha/vm_machdep.c
2601.1Scgdfile	arch/alpha/alpha/disksubr.c
2611.1Scgdfile	dev/cons.c
2621.4Scgd
2631.8Scgd
2641.4Scgd#
2651.8Scgd# Optional/miscellaneous files
2661.4Scgd#
2671.4Scgd
2681.23Scgdfile	arch/alpha/alpha/in_cksum.c		inet & !generic_in_cksum
2691.23Scgdfile	netinet/in_cksum.c			inet & generic_in_cksum
2701.19Scgdfile	netns/ns_cksum.c			ns
2711.1Scgd
2721.5Scgd# XXX
2731.5Scgdfile	arch/alpha/alpha/promcons.c
2741.6Scgd
2751.6Scgd# XXX
2761.29Scgdfile	arch/alpha/alpha/cpuconf.c
2771.29Scgdfile	arch/alpha/alpha/dec_2100_a50.c		dec_2100_a50	needs-flag
2781.29Scgdfile	arch/alpha/alpha/dec_21000.c		dec_21000	needs-flag
2791.29Scgdfile	arch/alpha/alpha/dec_3000_300.c		dec_3000_300	needs-flag
2801.29Scgdfile	arch/alpha/alpha/dec_3000_500.c		dec_3000_500	needs-flag
2811.29Scgdfile	arch/alpha/alpha/dec_axppci_33.c	dec_axppci_33	needs-flag
2821.29Scgdfile	arch/alpha/alpha/dec_eb164.c		dec_eb164	needs-flag
2831.29Scgdfile	arch/alpha/alpha/dec_kn20aa.c		dec_kn20aa	needs-flag
2841.7Sthorpej
2851.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1)
2861.26Scgdinclude "compat/osf1/files.osf1"
287