files.alpha revision 1.151
11.151Sross# $NetBSD: files.alpha,v 1.151 2002/01/22 18:37:06 ross 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.65Sthorpejmaxusers 8 16 64
91.1Scgd
101.44Scgd# CPU support option headers
111.149Slukemdefflag		DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
121.149Slukemdefflag		DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
131.149Slukemdefflag		DEC_2100_A500	# Sable etc:	AlphaServer 2100
141.149Slukemdefflag		DEC_2100A_A500	# Lynx etc:	AlphaServer 2100A
151.149Slukemdefflag		DEC_3000_300	# Pelican etc:	3000/300*
161.149Slukemdefflag		DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
171.149Slukemdefflag		DEC_550		# Miata:	Personal Workstation (550)
181.149Slukemdefflag		DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
191.149Slukemdefflag		DEC_EB164	# EB164:	AlphaPC 164
201.149Slukemdefflag		DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
211.149Slukemdefflag		DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
221.149Slukemdefflag		DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
231.149Slukemdefflag		DEC_KN300	# KN300:	AlphaServer 4X00
241.149Slukemdefflag		AVALON_A12	# Avalon:	A12T1, A12M Parallel Supercomputer
251.149Slukemdefflag		DEC_1000	# Mikasa etc:	AlphaServer 1000
261.149Slukemdefflag		DEC_1000A	# Corelle etc:	AlphaServer 800 and 1000A
271.149Slukemdefflag		DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
281.149Slukemdefflag		DEC_EB66	# EB66:		21066 Evaluation Board
291.149Slukemdefflag		DEC_6600	# EV6		Various EV6 Systems
301.149Slukemdefflag		API_UP1000	# EV6		Alpha Processor, Inc. UP1000
311.44Scgd
321.44Scgd# Miscellaneous CPU-specific option headers
331.149Slukemdefflag		FIX_UNALIGNED_VAX_FP
341.149Slukemdefflag		ZS_IOASIC_DMA
351.68Sthorpej
361.68Sthorpej# XXX Temporary, until integration is finished.
371.149Slukemdefflag		NEW_SCC_DRIVER
381.44Scgd
391.93Sdrochner# realtime clock compatible to OSF/1
401.149Slukemdefflag		CLOCK_COMPAT_OSF1
411.93Sdrochner
421.30Scgd# this loses, but there's no way to define attributes which have attributes
431.30Scgddefine	alpha_shared_intr
441.31Scgdfile	arch/alpha/common/shared_intr.c	alpha_shared_intr | dec_eb164 |
451.69Smjacob					dec_eb64plus | dec_kn20aa | dec_kn8ae |
461.83Sross					dec_kn300 | dec_550 | dec_1000 |
471.103Sross					dec_1000a | dec_eb66 | dec_6600
481.47Sthorpejdefine	alpha_sgmap
491.47Sthorpejfile	arch/alpha/common/sgmap_common.c alpha_sgmap | dec_3000_500
501.4Scgd
511.4Scgd#
521.4Scgd# Bus-independent devices
531.4Scgd#
541.4Scgd
551.63Sthorpejdevice	mainbus { }			# no locators (yet?)
561.11Scgdattach	mainbus at root
571.1Scgd
581.63Sthorpejdevice	cpu { }				# not really optional
591.11Scgdattach	cpu at mainbus
601.1Scgdfile	arch/alpha/alpha/cpu.c		cpu
611.1Scgd
621.88Sthorpej#
631.88Sthorpej# Machine-independent MII/PHY drivers.
641.88Sthorpej#
651.88Sthorpej
661.88Sthorpejinclude "dev/mii/files.mii"
671.126Sad
681.126Sad#
691.126Sad# Machine-independent I2O drivers.
701.126Sad#
711.126Sad
721.126Sadinclude "dev/i2o/files.i2o"
731.8Scgd
741.4Scgd#
751.4Scgd# Machine-independent SCSI drivers
761.4Scgd#
771.4Scgd
781.53Sbouyerinclude "dev/scsipi/files.scsipi"
791.4Scgdmajor { cd = 3 }
801.4Scgdmajor { sd = 8 }
811.4Scgd
821.61Sthorpej#
831.61Sthorpej# Machine-independent ATA drivers
841.61Sthorpej#
851.61Sthorpej
861.61Sthorpejinclude "dev/ata/files.ata"
871.61Sthorpejmajor { wd = 4 }
881.61Sthorpej
891.33Spk# Memory Disk
901.150Sjdolecekfile	dev/md_root.c			memory_disk_hooks
911.33Spkmajor { md = 6 }
921.109Soster
931.147Slukem# RAIDframe
941.109Sostermajor { raid = 16 }
951.124Sad
961.147Slukem# Logical disks
971.127Sadmajor { ld = 17 }
981.8Scgd
991.108Snisimura# Raster operations
1001.108Snisimurainclude "dev/rasops/files.rasops"
1011.108Snisimurainclude "dev/wsfont/files.wsfont"
1021.8Scgd
1031.6Scgd#
1041.70Sdrochner# "Workstation Console" glue.
1051.6Scgd#
1061.70Sdrochnerinclude "dev/wscons/files.wscons"
1071.6Scgd
1081.39Scgd
1091.39Scgd#
1101.39Scgd# TurboLaser Bus Support
1111.39Scgd#
1121.39Scgd
1131.63Sthorpejdevice	tlsb { node = -1, offset = -1 }
1141.39Scgdattach	tlsb at mainbus
1151.39Scgdfile	arch/alpha/tlsb/tlsb.c		tlsb & dec_kn8ae
1161.39Scgd
1171.63Sthorpejdevice	kft { }
1181.39Scgdattach	kft at tlsb
1191.39Scgdfile	arch/alpha/tlsb/kftxx.c		kft
1201.39Scgd
1211.63Sthorpejdevice	tlsbmem
1221.39Scgdattach	tlsbmem at tlsb
1231.39Scgdfile	arch/alpha/tlsb/tlsbmem.c	tlsbmem
1241.39Scgd
1251.63Sthorpejdevice	gbus { offset = -1 }
1261.39Scgdattach	gbus at tlsb
1271.39Scgdfile	arch/alpha/tlsb/gbus.c		gbus
1281.39Scgd
1291.69Smjacob#
1301.69Smjacob# MCBUS support
1311.69Smjacob#
1321.69Smjacob
1331.69Smjacobdevice	mcbus { mid = -1 }
1341.69Smjacobattach	mcbus at mainbus
1351.69Smjacobfile	arch/alpha/mcbus/mcbus.c	mcbus & dec_kn300
1361.69Smjacob
1371.69Smjacobdevice	mcmem
1381.69Smjacobattach	mcmem at mcbus
1391.69Smjacobfile	arch/alpha/mcbus/mcmem.c	mcmem
1401.39Scgd
1411.6Scgd#
1421.48Sjonathan# Bus-independent support for DEC devices
1431.48Sjonathan#
1441.48Sjonathaninclude "dev/dec/files.dec"
1451.48Sjonathan
1461.48Sjonathan#
1471.108Snisimura# TURBOchannel Devices
1481.4Scgd#
1491.48Sjonathaninclude "dev/tc/files.tc"
1501.4Scgd
1511.48Sjonathan# TC attachment is MD
1521.48Sjonathanattach	tc at tcbus
1531.9Scgd
1541.63Sthorpejdevice	tcasic: tcbus
1551.11Scgdattach	tcasic at mainbus
1561.9Scgdfile	arch/alpha/tc/tcasic.c		tcasic
1571.18Scgdfile	arch/alpha/tc/tc_bus_mem.c	tcasic
1581.47Sthorpejfile	arch/alpha/tc/tc_dma.c		tcasic
1591.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_300.c	tcasic & dec_3000_300
1601.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_500.c	tcasic & dec_3000_500
1611.47Sthorpejfile	arch/alpha/tc/tc_sgmap.c	tcasic & dec_3000_500
1621.13Scgdfile	arch/alpha/tc/tc_3000_500.c	tcasic & dec_3000_500
1631.13Scgdfile	arch/alpha/tc/tc_3000_300.c	tcasic & dec_3000_300
1641.1Scgd
1651.108Snisimura# the TURBOchannel IOCTL ASIC
1661.48Sjonathan#  IOASIC device and attachment defined in sys/dev/tc/files.tc
1671.13Scgdfile	arch/alpha/tc/ioasic.c		ioasic
1681.1Scgd
1691.133Snisimura# PMAG-B CX
1701.70Sdrochnerdevice	cfb: wsemuldisplaydev, wsrasteremulops
1711.16Scgdattach	cfb at tc
1721.142Snisimurafile	dev/tc/cfb.c			cfb		needs-flag
1731.16Scgd
1741.133Snisimura# PMAGB-B HX or CXT
1751.108Snisimuradevice	sfb: wsemuldisplaydev, rasops8
1761.11Scgdattach	sfb at tc
1771.108Snisimurafile	dev/tc/sfb.c			sfb		needs-flag
1781.142Snisimura
1791.142Snisimura# PMAG-A MX
1801.142Snisimuradevice	mfb: wsemuldisplaydev, wsrasteremulops
1811.142Snisimuraattach	mfb at tc
1821.142Snisimurafile	dev/tc/mfb.c			mfb		needs-flag
1831.142Snisimura
1841.142Snisimura# PMAG-RO/JA TX
1851.142Snisimuradevice	tfb: wsemuldisplaydev, wsrasteremulops
1861.142Snisimuraattach	tfb at tc
1871.142Snisimurafile	dev/tc/tfb.c			tfb		needs-flag
1881.133Snisimura
1891.133Snisimura# PMAGD HX+
1901.133Snisimuradevice	sfbp: wsemuldisplaydev, rasops32
1911.133Snisimuraattach	sfbp at tc
1921.133Snisimurafile	dev/tc/sfbplus.c		sfbp		needs-flag
1931.134Sad
1941.134Sad# XXX: STIC (stamp interface chip) for PX and PXG
1951.134Saddefine	stic
1961.144Sadfile	dev/tc/stic.c			stic		needs-flag
1971.134Sad
1981.134Sad# XXX: PX PMAG-C
1991.134Saddevice	px: wsemuldisplaydev, stic
2001.134Sadattach	px at tc
2011.144Sadfile	dev/tc/px.c			px		needs-flag
2021.134Sad
2031.134Sad# XXX: PXG PMAG-D, PMAG-E, PMAG-F
2041.134Saddevice	pxg: wsemuldisplaydev, stic
2051.134Sadattach	pxg at tc
2061.144Sadfile	dev/tc/pxg.c			pxg		needs-flag
2071.1Scgd
2081.4Scgd# 8530 UARTs
2091.63Sthorpejdevice	scc: tty
2101.11Scgdattach	scc at ioasic
2111.4Scgdfile	arch/alpha/tc/scc.c		scc		needs-count
2121.66Sthorpej
2131.147Slukem# 8530 UARTs using the MI 8530 driver
2141.66Sthorpejdevice	zsc { channel = -1 }
2151.66Sthorpejattach	zsc at ioasic with zsc_ioasic
2161.121Snisimurafile	dev/tc/zs_ioasic.c		zsc_ioasic	needs-flag
2171.66Sthorpejfile	dev/ic/z8530sc.c		zsc
2181.66Sthorpej
2191.66Sthorpejdevice	zstty: tty
2201.66Sthorpejattach	zstty at zsc
2211.66Sthorpejfile	dev/ic/z8530tty.c		zstty		needs-flag
2221.1Scgd
2231.104Snisimuradevice	vsms: wsmousedev
2241.104Snisimuraattach	vsms at zsc with zsms
2251.121Snisimurafile	dev/tc/zsms.c			zsms
2261.86Sthorpej
2271.104Snisimuradevice	lkkbd: wskbddev
2281.104Snisimuraattach	lkkbd at zsc with zskbd
2291.121Snisimurafile	dev/tc/zskbd.c			zskbd		needs-flag
2301.4Scgd
2311.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc
2321.8Scgd
2331.8Scgd#
2341.8Scgd# ISA Bus support
2351.8Scgd#
2361.8Scgd
2371.26Scgdinclude "dev/pci/files.pci"	# XXX some ISA devs are 'at pci' too.
2381.143Sthorpejinclude "dev/pci/files.agp"
2391.26Scgdinclude "dev/isa/files.isa"
2401.8Scgd
2411.4Scgd#
2421.8Scgd# ISA Bus devices
2431.4Scgd#
2441.1Scgd
2451.31Scgdfile	arch/alpha/isa/isa_machdep.c	isa
2461.31Scgd
2471.114Sthorpejdefine	isadma_bounce
2481.114Sthorpejfile	arch/alpha/isa/isadma_bounce.c	isadma_bounce
2491.114Sthorpej
2501.70Sdrochnerinclude "dev/pckbc/files.pckbc"
2511.112Snathanw
2521.112Snathanw# ISA speaker generates keyboard beep
2531.112Snathanwdevice isabeep
2541.112Snathanwattach isabeep at pcppi
2551.87Sdrochner
2561.35Scgd# Floppy disk controller
2571.113Sthorpejdevice	fdc { drive = -1 }: isadma
2581.113Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2591.113Sthorpej
2601.113Sthorpejattach	fdc at isa with fdc_isa
2611.113Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2621.113Sthorpej
2631.113Sthorpejdevice	fd: disk
2641.35Scgdattach	fd at fdc
2651.35Scgdmajor	{ fd = 0 }
2661.86Sthorpej
2671.86Sthorpej# ISA Plug 'n Play devices
2681.86Sthorpejfile	arch/alpha/isa/isapnp_machdep.c	isapnp
2691.35Scgd
2701.8Scgd#
2711.8Scgd# EISA Bus support
2721.8Scgd#
2731.8Scgd
2741.26Scgdinclude "dev/eisa/files.eisa"
2751.123Sthorpej
2761.123Sthorpejfile	arch/alpha/eisa/eisa_machdep.c	eisa
2771.8Scgd
2781.118Sthorpejdevice	jensenio {[port = -1]}: eisabus, isabus, isadma_bounce
2791.117Sthorpejattach	jensenio at mainbus
2801.117Sthorpejfile	arch/alpha/jensenio/jensenio.c		 jensenio
2811.117Sthorpejfile	arch/alpha/jensenio/jensenio_bus_intio.c jensenio
2821.117Sthorpejfile	arch/alpha/jensenio/jensenio_bus_io.c	 jensenio
2831.117Sthorpejfile	arch/alpha/jensenio/jensenio_bus_mem.c	 jensenio
2841.117Sthorpejfile	arch/alpha/jensenio/jensenio_dma.c	 jensenio
2851.117Sthorpejfile	arch/alpha/jensenio/jensenio_intr.c	 jensenio
2861.117Sthorpej
2871.117Sthorpejattach	com at jensenio with com_jensenio
2881.117Sthorpejfile	arch/alpha/jensenio/com_jensenio.c	com_jensenio
2891.117Sthorpej
2901.117Sthorpejattach	lpt at jensenio with lpt_jensenio
2911.117Sthorpejfile	arch/alpha/jensenio/lpt_jensenio.c	lpt_jensenio
2921.117Sthorpej
2931.117Sthorpejattach	pckbc at jensenio with pckbc_jensenio
2941.117Sthorpejfile	arch/alpha/jensenio/pckbc_jensenio.c	pckbc_jensenio
2951.8Scgd
2961.8Scgd#
2971.8Scgd# PCI Bus support
2981.8Scgd#
2991.8Scgd
3001.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE
3011.71Sthorpej
3021.71Sthorpejfile	arch/alpha/pci/pciide_machdep.c		pciide
3031.8Scgd
3041.50Scgddefine	alpha_pci_sgmap_pte32
3051.50Scgdfile	arch/alpha/pci/pci_sgmap_pte32.c	alpha_pci_sgmap_pte32
3061.50Scgd
3071.50Scgddefine	alpha_pci_sgmap_pte64
3081.50Scgdfile	arch/alpha/pci/pci_sgmap_pte64.c	alpha_pci_sgmap_pte64
3091.50Scgd
3101.63Sthorpejdevice	apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3111.10Sthorpejattach	apecs at mainbus
3121.5Scgdfile	arch/alpha/pci/apecs.c		apecs
3131.32Scgdfile	arch/alpha/pci/apecs_bus_io.c	apecs
3141.32Scgdfile	arch/alpha/pci/apecs_bus_mem.c	apecs
3151.47Sthorpejfile	arch/alpha/pci/apecs_dma.c	apecs
3161.5Scgdfile	arch/alpha/pci/apecs_pci.c	apecs
3171.4Scgd
3181.63Sthorpejdevice	cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3191.10Sthorpejattach	cia at mainbus
3201.8Scgdfile	arch/alpha/pci/cia.c		cia
3211.47Sthorpejfile	arch/alpha/pci/cia_dma.c	cia
3221.8Scgdfile	arch/alpha/pci/cia_pci.c	cia
3231.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_io.c cia
3241.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_mem.c cia
3251.51Scgdfile	arch/alpha/pci/cia_swiz_bus_io.c cia
3261.51Scgdfile	arch/alpha/pci/cia_swiz_bus_mem.c cia
3271.8Scgd
3281.64Srossdevice	a12c { }: pcibus
3291.62Srossattach	a12c at mainbus
3301.62Srossfile	arch/alpha/pci/a12c.c		a12c
3311.62Srossfile	arch/alpha/pci/a12c_bus_mem.c	a12c
3321.62Srossfile	arch/alpha/pci/a12c_dma.c	a12c
3331.62Srossfile	arch/alpha/pci/a12c_pci.c	a12c
3341.62Sross
3351.63Sthorpejdevice	dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32
3361.44Scgdattach	dwlpx at kft
3371.44Scgdfile	arch/alpha/pci/dwlpx.c		dwlpx
3381.69Smjacobfile	arch/alpha/pci/dwlpx_bus_io.c	dwlpx
3391.69Smjacobfile	arch/alpha/pci/dwlpx_bus_mem.c	dwlpx
3401.47Sthorpejfile	arch/alpha/pci/dwlpx_dma.c	dwlpx
3411.44Scgdfile	arch/alpha/pci/dwlpx_pci.c	dwlpx
3421.44Scgd
3431.143Sthorpejdevice	irongate: pcibus, agpbus, agp_amd, isadma_bounce
3441.114Sthorpejattach	irongate at mainbus
3451.114Sthorpejfile	arch/alpha/pci/irongate.c		irongate
3461.114Sthorpejfile	arch/alpha/pci/irongate_bus_io.c	irongate
3471.114Sthorpejfile	arch/alpha/pci/irongate_bus_mem.c	irongate
3481.114Sthorpejfile	arch/alpha/pci/irongate_dma.c		irongate
3491.114Sthorpejfile	arch/alpha/pci/irongate_pci.c		irongate
3501.114Sthorpej
3511.63Sthorpejdevice	lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3521.50Scgdattach	lca at mainbus
3531.50Scgdfile	arch/alpha/pci/lca.c		lca
3541.50Scgdfile	arch/alpha/pci/lca_bus_io.c	lca
3551.50Scgdfile	arch/alpha/pci/lca_bus_mem.c	lca
3561.50Scgdfile	arch/alpha/pci/lca_dma.c	lca
3571.50Scgdfile	arch/alpha/pci/lca_pci.c	lca
3581.44Scgd
3591.69Smjacobdevice	mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3601.69Smjacobattach	mcpcia at mcbus
3611.69Smjacobfile	arch/alpha/pci/mcpcia.c		mcpcia
3621.69Smjacobfile	arch/alpha/pci/mcpcia_bus_io.c	mcpcia
3631.69Smjacobfile	arch/alpha/pci/mcpcia_bus_mem.c	mcpcia
3641.69Smjacobfile	arch/alpha/pci/mcpcia_dma.c	mcpcia
3651.69Smjacobfile	arch/alpha/pci/mcpcia_pci.c	mcpcia
3661.69Smjacob
3671.103Srossdevice	tsc { }
3681.103Srossattach	tsc at mainbus
3691.103Srossfile	arch/alpha/pci/tsc.c		dec_6600
3701.103Sross
3711.103Srossdevice	tsp: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3721.103Srossattach	tsp at tsc
3731.103Srossfile	arch/alpha/pci/tsp_dma.c	tsp
3741.103Srossfile	arch/alpha/pci/tsp_pci.c	tsp
3751.103Srossfile	arch/alpha/pci/tsp_bus_io.c	tsp
3761.103Srossfile	arch/alpha/pci/tsp_bus_mem.c	tsp
3771.69Smjacob
3781.106Sthorpejdevice	ttwoga { hose = -1 }
3791.106Sthorpejattach	ttwoga at mainbus
3801.106Sthorpejdevice	ttwopci: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3811.106Sthorpejattach	ttwopci at ttwoga
3821.106Sthorpejfile	arch/alpha/pci/ttwoga.c		ttwoga
3831.106Sthorpejfile	arch/alpha/pci/ttwoga_bus_io.c	ttwoga
3841.106Sthorpejfile	arch/alpha/pci/ttwoga_bus_mem.c	ttwoga
3851.106Sthorpejfile	arch/alpha/pci/ttwoga_dma.c	ttwoga
3861.106Sthorpejfile	arch/alpha/pci/ttwoga_pci.c	ttwoga
3871.106Sthorpej
3881.106Sthorpej#
3891.106Sthorpej# Sable STDIO support
3901.106Sthorpej#
3911.106Sthorpejdevice	sableio { port = -1 }
3921.106Sthorpejattach	sableio at pcibus
3931.106Sthorpejfile	arch/alpha/sableio/sableio.c		sableio
3941.106Sthorpej
3951.106Sthorpejattach	com at sableio with com_sableio
3961.106Sthorpejfile	arch/alpha/sableio/com_sableio.c	com_sableio
3971.106Sthorpej
3981.106Sthorpejattach	lpt at sableio with lpt_sableio
3991.106Sthorpejfile	arch/alpha/sableio/lpt_sableio.c	lpt_sableio
4001.106Sthorpej
4011.106Sthorpejattach	pckbc at sableio with pckbc_sableio
4021.106Sthorpejfile	arch/alpha/sableio/pckbc_sableio.c	pckbc_sableio
4031.106Sthorpej
4041.122Sthorpejattach	fdc at sableio with fdc_sableio
4051.122Sthorpejfile	arch/alpha/sableio/fdc_sableio.c	fdc_sableio
4061.106Sthorpej
4071.44Scgd# CPU support files
4081.117Sthorpejfile	arch/alpha/alpha/dec_2000_300.c	dec_2000_300
4091.5Scgdfile	arch/alpha/pci/pci_2100_a50.c	dec_2100_a50
4101.119Sthorpejfile	arch/alpha/pci/pci_2100_a500.c	dec_2100_a500 | dec_2100a_a500
4111.114Sthorpejfile	arch/alpha/pci/pci_up1000.c	api_up1000
4121.62Srossfile	arch/alpha/pci/pci_a12.c	avalon_a12
4131.82Sthorpejfile	arch/alpha/pci/pci_alphabook1.c	dec_alphabook1
4141.28Scgdfile	arch/alpha/pci/pci_axppci_33.c	dec_axppci_33
4151.28Scgdfile	arch/alpha/pci/pci_eb164.c	dec_eb164
4161.32Scgdfile	arch/alpha/pci/pci_eb164_intr.s	dec_eb164
4171.74Sthorpejfile	arch/alpha/pci/pci_eb64plus.c	dec_eb64plus
4181.41Scgdfile	arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus
4191.84Sthorpejfile	arch/alpha/pci/pci_eb66.c	dec_eb66
4201.84Sthorpejfile	arch/alpha/pci/pci_eb66_intr.s	dec_eb66
4211.8Scgdfile	arch/alpha/pci/pci_kn20aa.c	dec_kn20aa
4221.69Smjacobfile	arch/alpha/pci/pci_kn8ae.c	dec_kn8ae
4231.69Smjacobfile	arch/alpha/pci/pci_kn300.c	dec_kn300
4241.75Sthorpejfile	arch/alpha/pci/pci_550.c	dec_550
4251.81Srossfile	arch/alpha/pci/pci_1000a.c	dec_1000a
4261.83Srossfile	arch/alpha/pci/pci_1000.c	dec_1000
4271.103Srossfile	arch/alpha/pci/pci_6600.c	dec_6600
4281.8Scgd
4291.4Scgd
4301.4Scgd#
4311.8Scgd# PCI Bus devices
4321.4Scgd#
4331.1Scgd
4341.4Scgdfile	arch/alpha/pci/pci_machdep.c	pci
4351.143Sthorpejfile	arch/alpha/pci/agp_machdep.c	agp
4361.1Scgd
4371.116Sthorpejdevice	sio: isabus, alpha_shared_intr, cy82c693
4381.10Sthorpejattach	sio at pci
4391.116Sthorpejdevice	pceb: isabus, eisabus, cy82c693
4401.10Sthorpejattach	pceb at pci
4411.11Scgdfile	arch/alpha/pci/sio.c		sio | pceb	needs-flag
4421.11Scgdfile	arch/alpha/pci/sio_pic.c	sio | pceb
4431.5Scgd
4441.6Scgd
4451.62Sross#
4461.103Sross# A12 if_de hack
4471.62Sross#
4481.63Sthorpejdevice	ade: ether, ifnet, arp
4491.62Srossattach	ade at pci
4501.90Srossfile	arch/alpha/a12/if_ade.c		ade
4511.64Sross
4521.64Sross#
4531.64Sross# alpha/a12 platform-specific drivers
4541.64Sross#
4551.64Sross
4561.64Sross# Switch
4571.64Sross
4581.64Srossdevice	xb
4591.64Srossattach	xb at a12c
4601.64Srossfile	arch/alpha/a12/if_xb.c	xb
4611.64Sross
4621.64Sross# Console
4631.64Sross
4641.64Srossdevice	a12dc
4651.64Srossattach	a12dc at a12c
4661.64Srossfile	arch/alpha/a12/a12dc.c	a12dc		needs-flag
4671.8Scgd
4681.5Scgd#
4691.8Scgd# Devices that can live on multiple busses
4701.5Scgd#
4711.5Scgd
4721.63Sthorpejdevice	mcclock
4731.12Scgdattach	mcclock at ioasic with mcclock_ioasic
4741.12Scgdattach	mcclock at isa with mcclock_isa
4751.39Scgdattach	mcclock at gbus with mcclock_tlsb
4761.117Sthorpejattach	mcclock at jensenio with mcclock_jensenio
4771.12Scgdfile	arch/alpha/alpha/mcclock.c	mcclock
4781.12Scgdfile	arch/alpha/tc/mcclock_ioasic.c	mcclock_ioasic
4791.12Scgdfile	arch/alpha/isa/mcclock_isa.c	mcclock_isa
4801.39Scgdfile	arch/alpha/tlsb/mcclock_tlsb.c	mcclock_tlsb
4811.117Sthorpejfile	arch/alpha/jensenio/mcclock_jensenio.c	mcclock_jensenio
4821.39Scgd
4831.5Scgd
4841.4Scgd#
4851.4Scgd# Standard files
4861.4Scgd#
4871.1Scgdfile	arch/alpha/alpha/autoconf.c
4881.12Scgdfile	arch/alpha/alpha/clock.c
4891.93Sdrochnerfile	dev/clock_subr.c
4901.1Scgdfile	arch/alpha/alpha/conf.c
4911.55Sthorpejfile	arch/alpha/alpha/cpuconf.c
4921.1Scgdfile	arch/alpha/alpha/interrupt.c
4931.92Sthorpejfile	arch/alpha/alpha/ipifuncs.c		multiprocessor
4941.1Scgdfile	arch/alpha/alpha/machdep.c
4951.1Scgdfile	arch/alpha/alpha/mainbus.c
4961.1Scgdfile	arch/alpha/alpha/mem.c
4971.137Sthorpejfile	arch/alpha/alpha/microtime.c
4981.67Sthorpejfile	arch/alpha/alpha/pmap.c
4991.1Scgdfile	arch/alpha/alpha/process_machdep.c
5001.132Sfvdlfile	arch/alpha/alpha/procfs_machdep.c	procfs
5011.1Scgdfile	arch/alpha/alpha/prom.c
5021.1Scgdfile	arch/alpha/alpha/sys_machdep.c
5031.129Smycroftfile	arch/alpha/alpha/syscall.c
5041.1Scgdfile	arch/alpha/alpha/trap.c
5051.136Srossfile	arch/alpha/alpha/fp_complete.c
5061.1Scgdfile	arch/alpha/alpha/vm_machdep.c
5071.1Scgdfile	arch/alpha/alpha/disksubr.c
5081.47Sthorpejfile	arch/alpha/common/bus_dma.c
5091.85Smjacobfile	arch/alpha/common/comlogout.c
5101.1Scgdfile	dev/cons.c
5111.4Scgd
5121.44Scgd# Network protocol checksum routines
5131.44Scgdfile	arch/alpha/alpha/in_cksum.c		inet
5141.139Sthorpejfile	netinet/in4_cksum.c			inet
5151.19Scgdfile	netns/ns_cksum.c			ns
5161.1Scgd
5171.44Scgd# PROM console support (for ports that don't have native console support)
5181.5Scgdfile	arch/alpha/alpha/promcons.c
5191.6Scgd
5201.44Scgd# CPU support
5211.59Sthorpejfile	arch/alpha/alpha/dec_2100_a50.c		dec_2100_a50
5221.119Sthorpejfile	arch/alpha/alpha/dec_2100_a500.c	dec_2100_a500 | dec_2100a_a500
5231.59Sthorpejfile	arch/alpha/alpha/dec_3000_300.c		dec_3000_300
5241.59Sthorpejfile	arch/alpha/alpha/dec_3000_500.c		dec_3000_500
5251.59Sthorpejfile	arch/alpha/alpha/dec_550.c		dec_550
5261.82Sthorpejfile	arch/alpha/alpha/dec_alphabook1.c	dec_alphabook1
5271.59Sthorpejfile	arch/alpha/alpha/dec_axppci_33.c	dec_axppci_33
5281.59Sthorpejfile	arch/alpha/alpha/dec_eb164.c		dec_eb164
5291.59Sthorpejfile	arch/alpha/alpha/dec_eb64plus.c		dec_eb64plus
5301.84Sthorpejfile	arch/alpha/alpha/dec_eb66.c		dec_eb66
5311.59Sthorpejfile	arch/alpha/alpha/dec_kn20aa.c		dec_kn20aa
5321.59Sthorpejfile	arch/alpha/alpha/dec_kn8ae.c		dec_kn8ae
5331.69Smjacobfile	arch/alpha/alpha/dec_kn300.c		dec_kn300
5341.114Sthorpejfile	arch/alpha/alpha/api_up1000.c		api_up1000
5351.62Srossfile	arch/alpha/alpha/avalon_a12.c		avalon_a12
5361.83Srossfile	arch/alpha/alpha/dec_1000a.c		dec_1000 | dec_1000a
5371.103Srossfile	arch/alpha/alpha/dec_6600.c		dec_6600
5381.58Sthorpej
5391.58Sthorpej# Kernel debugger support
5401.58Sthorpejfile	arch/alpha/alpha/db_disasm.c		ddb
5411.58Sthorpejfile	arch/alpha/alpha/db_interface.c		ddb
5421.58Sthorpejfile	arch/alpha/alpha/db_trace.c		ddb
5431.135Sthorpej
5441.135Sthorpejfile	arch/alpha/alpha/kgdb_machdep.c		kgdb
5451.89Sthorpej
5461.89Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX)
5471.151Srossfile	arch/alpha/alpha/compat_13_machdep.c	compat_13 | compat_osf1
5481.7Sthorpej
5491.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1)
5501.26Scgdinclude "compat/osf1/files.osf1"
5511.130Smycroftfile	arch/alpha/alpha/osf1_sigcode.s		compat_osf1
5521.129Smycroftfile	arch/alpha/alpha/osf1_syscall.c		compat_osf1
5531.94Serh
5541.94Serh# Linux Binary Compatibility (COMPAT_LINUX)
5551.94Serhinclude "compat/linux/files.linux"
5561.96Srossinclude "compat/linux/arch/alpha/files.linux_alpha"
5571.128Sjdolecekfile	arch/alpha/alpha/linux_sigcode.s	compat_linux
5581.130Smycroftfile	arch/alpha/alpha/linux_syscall.c	compat_linux
5591.140Schristosfile	arch/alpha/alpha/linux_trap.c		compat_linux
5601.94Serh
5611.94Serh# OSS audio driver compatibility
5621.94Serhinclude "compat/ossaudio/files.ossaudio"
5631.76Smatt
5641.76Smatt# XXXX pcic here because it needs to be late.  The catch: pcic needs
5651.76Smatt# to be late, so devices which attach to it are attached late.  But it
5661.76Smatt# needs to be before its isa and pci attachments.  This answer is
5671.76Smatt# non-optimal, but I don't have a better answer right now.
5681.76Smatt
5691.76Smatt# PCIC pcmcia contoller
5701.76Smatt# XXX this needs to be done very late, so it's done here.  This feels
5711.76Smatt# like a kludge, but it might be for the best.
5721.76Smatt
5731.149Slukemdefparam	PCIC_ISA_ALLOC_IOBASE
5741.149Slukemdefparam	PCIC_ISA_ALLOC_IOSIZE
5751.149Slukemdefparam	PCIC_ISA_INTR_ALLOC_MASK
5761.76Smatt
5771.99Spkdevice	pcic: pcmciabus
5781.76Smattfile	dev/ic/i82365.c			pcic
5791.76Smatt
5801.100Smycroft# PCIC pcmcia controller on ISA bus.
5811.76Smattattach	pcic at isa with pcic_isa
5821.76Smattfile	dev/isa/i82365_isa.c		pcic_isa
5831.76Smatt
5841.100Smycroft# PCIC pcmcia controller on PCI bus.
5851.76Smattattach	pcic at pci with pcic_pci
5861.76Smattfile	dev/pci/i82365_pci.c		pcic_pci
5871.100Smycroft
5881.100Smycroft# PCIC pcmcia controller on PnP board
5891.100Smycroftattach pcic at isapnp with pcic_isapnp
5901.100Smycroftfile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
5911.100Smycroft
5921.100Smycroft# Code common to ISA and ISAPnP attachments
5931.100Smycroftfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
5941.76Smatt
5951.76Smatt
5961.76Smatt# this wants to be probed as late as possible.
5971.76Smatt#
5981.76Smatt# Machine-independent PCMCIA drivers
5991.76Smatt#
6001.76Smattinclude "dev/pcmcia/files.pcmcia"
6011.95Smatt#
6021.95Smatt# Machine-independent USB device support
6031.95Smatt#
6041.95Smattinclude "dev/usb/files.usb"
6051.125Smatt#
6061.125Smatt# Machine-independent IEEE 1394 device support
6071.125Smatt#
6081.125Smattinclude "dev/ieee1394/files.ieee1394"
609