files.alpha revision 1.144
11.144Sad# $NetBSD: files.alpha,v 1.144 2001/09/18 19:54:10 ad 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.44Scgddefopt	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
121.44Scgddefopt	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
131.106Sthorpejdefopt	DEC_2100_A500	# Sable etc:	AlphaServer 2100
141.119Sthorpejdefopt	DEC_2100A_A500	# Lynx etc:	AlphaServer 2100A
151.44Scgddefopt	DEC_3000_300	# Pelican etc:	3000/300*
161.44Scgddefopt	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
171.52Scgddefopt	DEC_550		# Miata:	Personal Workstation (550)
181.44Scgddefopt	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
191.44Scgddefopt	DEC_EB164	# EB164:	AlphaPC 164
201.44Scgddefopt	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
211.44Scgddefopt	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
221.44Scgddefopt	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
231.69Smjacobdefopt	DEC_KN300	# KN300:	AlphaServer 4X00
241.62Srossdefopt	AVALON_A12	# Avalon:	A12T1, A12M Parallel Supercomputer
251.83Srossdefopt	DEC_1000	# Mikasa etc:	AlphaServer 1000
261.81Srossdefopt	DEC_1000A	# Corelle etc:	AlphaServer 800 and 1000A
271.82Sthorpejdefopt	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
281.84Sthorpejdefopt	DEC_EB66	# EB66:		21066 Evaluation Board
291.103Srossdefopt	DEC_6600	# EV6		Various EV6 Systems
301.115Sthorpejdefopt	API_UP1000	# EV6		Alpha Processor, Inc. UP1000
311.44Scgd
321.44Scgd# Miscellaneous CPU-specific option headers
331.44Scgddefopt	FIX_UNALIGNED_VAX_FP
341.66Sthorpejdefopt	ZS_IOASIC_DMA
351.68Sthorpej
361.68Sthorpej# XXX Temporary, until integration is finished.
371.68Sthorpejdefopt	NEW_SCC_DRIVER
381.44Scgd
391.93Sdrochner# realtime clock compatible to OSF/1
401.93Sdrochnerdefopt	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.33Spkfile	arch/alpha/alpha/md_root.c	memory_disk_hooks
911.33Spkmajor { md = 6 }
921.109Soster
931.109Soster# RAIDframe 
941.109Sostermajor { raid = 16 }
951.124Sad
961.127Sad# 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.66Sthorpej# 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.4Scgd# 53C[F]90 SCSI
2321.63Sthorpejdevice	asc: scsi, ncr53c9x
2331.78Sthorpejattach	asc at tcds with asc_tcds
2341.120Snisimurafile	dev/tc/asc_tcds.c		asc_tcds
2351.4Scgd
2361.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc
2371.8Scgd
2381.8Scgd#
2391.8Scgd# ISA Bus support
2401.8Scgd#
2411.8Scgd
2421.26Scgdinclude "dev/pci/files.pci"	# XXX some ISA devs are 'at pci' too.
2431.143Sthorpejinclude "dev/pci/files.agp"
2441.26Scgdinclude "dev/isa/files.isa"
2451.8Scgd
2461.4Scgd#
2471.8Scgd# ISA Bus devices
2481.4Scgd#
2491.1Scgd
2501.31Scgdfile	arch/alpha/isa/isa_machdep.c	isa
2511.31Scgd
2521.114Sthorpejdefine	isadma_bounce
2531.114Sthorpejfile	arch/alpha/isa/isadma_bounce.c	isadma_bounce
2541.114Sthorpej
2551.70Sdrochnerinclude "dev/pckbc/files.pckbc"
2561.112Snathanw
2571.112Snathanw# ISA speaker generates keyboard beep
2581.112Snathanwdevice isabeep
2591.112Snathanwattach isabeep at pcppi
2601.87Sdrochner
2611.35Scgd# Floppy disk controller
2621.113Sthorpejdevice	fdc { drive = -1 }: isadma
2631.113Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2641.113Sthorpej
2651.113Sthorpejattach	fdc at isa with fdc_isa
2661.113Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2671.113Sthorpej
2681.113Sthorpejdevice	fd: disk
2691.35Scgdattach	fd at fdc
2701.35Scgdmajor	{ fd = 0 }
2711.86Sthorpej
2721.86Sthorpej# ISA Plug 'n Play devices
2731.86Sthorpejfile	arch/alpha/isa/isapnp_machdep.c	isapnp
2741.35Scgd
2751.8Scgd#
2761.8Scgd# EISA Bus support
2771.8Scgd#
2781.8Scgd
2791.26Scgdinclude "dev/eisa/files.eisa"
2801.123Sthorpej
2811.123Sthorpejfile	arch/alpha/eisa/eisa_machdep.c	eisa
2821.8Scgd
2831.118Sthorpejdevice	jensenio {[port = -1]}: eisabus, isabus, isadma_bounce
2841.117Sthorpejattach	jensenio at mainbus
2851.117Sthorpejfile	arch/alpha/jensenio/jensenio.c		 jensenio
2861.117Sthorpejfile	arch/alpha/jensenio/jensenio_bus_intio.c jensenio
2871.117Sthorpejfile	arch/alpha/jensenio/jensenio_bus_io.c	 jensenio
2881.117Sthorpejfile	arch/alpha/jensenio/jensenio_bus_mem.c	 jensenio
2891.117Sthorpejfile	arch/alpha/jensenio/jensenio_dma.c	 jensenio
2901.117Sthorpejfile	arch/alpha/jensenio/jensenio_intr.c	 jensenio
2911.117Sthorpej
2921.117Sthorpejattach	com at jensenio with com_jensenio
2931.117Sthorpejfile	arch/alpha/jensenio/com_jensenio.c	com_jensenio
2941.117Sthorpej
2951.117Sthorpejattach	lpt at jensenio with lpt_jensenio
2961.117Sthorpejfile	arch/alpha/jensenio/lpt_jensenio.c	lpt_jensenio
2971.117Sthorpej
2981.117Sthorpejattach	pckbc at jensenio with pckbc_jensenio
2991.117Sthorpejfile	arch/alpha/jensenio/pckbc_jensenio.c	pckbc_jensenio
3001.8Scgd
3011.8Scgd#
3021.8Scgd# PCI Bus support
3031.8Scgd#
3041.8Scgd
3051.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE
3061.71Sthorpej
3071.71Sthorpejfile	arch/alpha/pci/pciide_machdep.c		pciide
3081.8Scgd
3091.50Scgddefine	alpha_pci_sgmap_pte32
3101.50Scgdfile	arch/alpha/pci/pci_sgmap_pte32.c	alpha_pci_sgmap_pte32
3111.50Scgd
3121.50Scgddefine	alpha_pci_sgmap_pte64
3131.50Scgdfile	arch/alpha/pci/pci_sgmap_pte64.c	alpha_pci_sgmap_pte64
3141.50Scgd
3151.63Sthorpejdevice	apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3161.10Sthorpejattach	apecs at mainbus
3171.5Scgdfile	arch/alpha/pci/apecs.c		apecs
3181.32Scgdfile	arch/alpha/pci/apecs_bus_io.c	apecs
3191.32Scgdfile	arch/alpha/pci/apecs_bus_mem.c	apecs
3201.47Sthorpejfile	arch/alpha/pci/apecs_dma.c	apecs
3211.5Scgdfile	arch/alpha/pci/apecs_pci.c	apecs
3221.4Scgd
3231.63Sthorpejdevice	cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3241.10Sthorpejattach	cia at mainbus
3251.8Scgdfile	arch/alpha/pci/cia.c		cia
3261.47Sthorpejfile	arch/alpha/pci/cia_dma.c	cia
3271.8Scgdfile	arch/alpha/pci/cia_pci.c	cia
3281.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_io.c cia
3291.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_mem.c cia
3301.51Scgdfile	arch/alpha/pci/cia_swiz_bus_io.c cia
3311.51Scgdfile	arch/alpha/pci/cia_swiz_bus_mem.c cia
3321.8Scgd
3331.64Srossdevice	a12c { }: pcibus
3341.62Srossattach	a12c at mainbus
3351.62Srossfile	arch/alpha/pci/a12c.c		a12c
3361.62Srossfile	arch/alpha/pci/a12c_bus_mem.c	a12c
3371.62Srossfile	arch/alpha/pci/a12c_dma.c	a12c
3381.62Srossfile	arch/alpha/pci/a12c_pci.c	a12c
3391.62Sross
3401.63Sthorpejdevice	dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32
3411.44Scgdattach	dwlpx at kft
3421.44Scgdfile	arch/alpha/pci/dwlpx.c		dwlpx
3431.69Smjacobfile	arch/alpha/pci/dwlpx_bus_io.c	dwlpx
3441.69Smjacobfile	arch/alpha/pci/dwlpx_bus_mem.c	dwlpx
3451.47Sthorpejfile	arch/alpha/pci/dwlpx_dma.c	dwlpx
3461.44Scgdfile	arch/alpha/pci/dwlpx_pci.c	dwlpx
3471.44Scgd
3481.143Sthorpejdevice	irongate: pcibus, agpbus, agp_amd, isadma_bounce
3491.114Sthorpejattach	irongate at mainbus
3501.114Sthorpejfile	arch/alpha/pci/irongate.c		irongate
3511.114Sthorpejfile	arch/alpha/pci/irongate_bus_io.c	irongate
3521.114Sthorpejfile	arch/alpha/pci/irongate_bus_mem.c	irongate
3531.114Sthorpejfile	arch/alpha/pci/irongate_dma.c		irongate
3541.114Sthorpejfile	arch/alpha/pci/irongate_pci.c		irongate
3551.114Sthorpej
3561.63Sthorpejdevice	lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3571.50Scgdattach	lca at mainbus
3581.50Scgdfile	arch/alpha/pci/lca.c		lca
3591.50Scgdfile	arch/alpha/pci/lca_bus_io.c	lca
3601.50Scgdfile	arch/alpha/pci/lca_bus_mem.c	lca
3611.50Scgdfile	arch/alpha/pci/lca_dma.c	lca
3621.50Scgdfile	arch/alpha/pci/lca_pci.c	lca
3631.44Scgd
3641.69Smjacobdevice	mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3651.69Smjacobattach	mcpcia at mcbus
3661.69Smjacobfile	arch/alpha/pci/mcpcia.c		mcpcia
3671.69Smjacobfile	arch/alpha/pci/mcpcia_bus_io.c	mcpcia
3681.69Smjacobfile	arch/alpha/pci/mcpcia_bus_mem.c	mcpcia
3691.69Smjacobfile	arch/alpha/pci/mcpcia_dma.c	mcpcia
3701.69Smjacobfile	arch/alpha/pci/mcpcia_pci.c	mcpcia
3711.69Smjacob
3721.103Srossdevice	tsc { }
3731.103Srossattach	tsc at mainbus
3741.103Srossfile	arch/alpha/pci/tsc.c		dec_6600
3751.103Sross
3761.103Srossdevice	tsp: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3771.103Srossattach	tsp at tsc
3781.103Srossfile	arch/alpha/pci/tsp_dma.c	tsp
3791.103Srossfile	arch/alpha/pci/tsp_pci.c	tsp
3801.103Srossfile	arch/alpha/pci/tsp_bus_io.c	tsp
3811.103Srossfile	arch/alpha/pci/tsp_bus_mem.c	tsp
3821.69Smjacob
3831.106Sthorpejdevice	ttwoga { hose = -1 }
3841.106Sthorpejattach	ttwoga at mainbus
3851.106Sthorpejdevice	ttwopci: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3861.106Sthorpejattach	ttwopci at ttwoga
3871.106Sthorpejfile	arch/alpha/pci/ttwoga.c		ttwoga
3881.106Sthorpejfile	arch/alpha/pci/ttwoga_bus_io.c	ttwoga
3891.106Sthorpejfile	arch/alpha/pci/ttwoga_bus_mem.c	ttwoga
3901.106Sthorpejfile	arch/alpha/pci/ttwoga_dma.c	ttwoga
3911.106Sthorpejfile	arch/alpha/pci/ttwoga_pci.c	ttwoga
3921.106Sthorpej
3931.106Sthorpej#
3941.106Sthorpej# Sable STDIO support
3951.106Sthorpej#
3961.106Sthorpejdevice	sableio { port = -1 }
3971.106Sthorpejattach	sableio at pcibus
3981.106Sthorpejfile	arch/alpha/sableio/sableio.c		sableio
3991.106Sthorpej
4001.106Sthorpejattach	com at sableio with com_sableio
4011.106Sthorpejfile	arch/alpha/sableio/com_sableio.c	com_sableio
4021.106Sthorpej
4031.106Sthorpejattach	lpt at sableio with lpt_sableio
4041.106Sthorpejfile	arch/alpha/sableio/lpt_sableio.c	lpt_sableio
4051.106Sthorpej
4061.106Sthorpejattach	pckbc at sableio with pckbc_sableio
4071.106Sthorpejfile	arch/alpha/sableio/pckbc_sableio.c	pckbc_sableio
4081.106Sthorpej
4091.122Sthorpejattach	fdc at sableio with fdc_sableio
4101.122Sthorpejfile	arch/alpha/sableio/fdc_sableio.c	fdc_sableio
4111.106Sthorpej
4121.44Scgd# CPU support files
4131.117Sthorpejfile	arch/alpha/alpha/dec_2000_300.c	dec_2000_300
4141.5Scgdfile	arch/alpha/pci/pci_2100_a50.c	dec_2100_a50
4151.119Sthorpejfile	arch/alpha/pci/pci_2100_a500.c	dec_2100_a500 | dec_2100a_a500
4161.114Sthorpejfile	arch/alpha/pci/pci_up1000.c	api_up1000
4171.62Srossfile	arch/alpha/pci/pci_a12.c	avalon_a12
4181.82Sthorpejfile	arch/alpha/pci/pci_alphabook1.c	dec_alphabook1
4191.28Scgdfile	arch/alpha/pci/pci_axppci_33.c	dec_axppci_33
4201.28Scgdfile	arch/alpha/pci/pci_eb164.c	dec_eb164
4211.32Scgdfile	arch/alpha/pci/pci_eb164_intr.s	dec_eb164
4221.74Sthorpejfile	arch/alpha/pci/pci_eb64plus.c	dec_eb64plus
4231.41Scgdfile	arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus
4241.84Sthorpejfile	arch/alpha/pci/pci_eb66.c	dec_eb66
4251.84Sthorpejfile	arch/alpha/pci/pci_eb66_intr.s	dec_eb66
4261.8Scgdfile	arch/alpha/pci/pci_kn20aa.c	dec_kn20aa
4271.69Smjacobfile	arch/alpha/pci/pci_kn8ae.c	dec_kn8ae
4281.69Smjacobfile	arch/alpha/pci/pci_kn300.c	dec_kn300
4291.75Sthorpejfile	arch/alpha/pci/pci_550.c	dec_550
4301.81Srossfile	arch/alpha/pci/pci_1000a.c	dec_1000a
4311.83Srossfile	arch/alpha/pci/pci_1000.c	dec_1000
4321.103Srossfile	arch/alpha/pci/pci_6600.c	dec_6600
4331.8Scgd
4341.4Scgd
4351.4Scgd#
4361.8Scgd# PCI Bus devices
4371.4Scgd#
4381.1Scgd
4391.4Scgdfile	arch/alpha/pci/pci_machdep.c	pci
4401.143Sthorpejfile	arch/alpha/pci/agp_machdep.c	agp
4411.1Scgd
4421.116Sthorpejdevice	sio: isabus, alpha_shared_intr, cy82c693
4431.10Sthorpejattach	sio at pci
4441.116Sthorpejdevice	pceb: isabus, eisabus, cy82c693
4451.10Sthorpejattach	pceb at pci
4461.11Scgdfile	arch/alpha/pci/sio.c		sio | pceb	needs-flag
4471.11Scgdfile	arch/alpha/pci/sio_pic.c	sio | pceb
4481.5Scgd
4491.6Scgd
4501.62Sross#
4511.103Sross# A12 if_de hack
4521.62Sross#
4531.63Sthorpejdevice	ade: ether, ifnet, arp
4541.62Srossattach	ade at pci
4551.90Srossfile	arch/alpha/a12/if_ade.c		ade
4561.64Sross
4571.64Sross#
4581.64Sross# alpha/a12 platform-specific drivers
4591.64Sross#
4601.64Sross
4611.64Sross# Switch
4621.64Sross
4631.64Srossdevice	xb
4641.64Srossattach	xb at a12c
4651.64Srossfile	arch/alpha/a12/if_xb.c	xb
4661.64Sross
4671.64Sross# Console
4681.64Sross
4691.64Srossdevice	a12dc
4701.64Srossattach	a12dc at a12c
4711.64Srossfile	arch/alpha/a12/a12dc.c	a12dc		needs-flag
4721.8Scgd
4731.5Scgd#
4741.8Scgd# Devices that can live on multiple busses
4751.5Scgd#
4761.5Scgd
4771.63Sthorpejdevice	mcclock
4781.12Scgdattach	mcclock at ioasic with mcclock_ioasic
4791.12Scgdattach	mcclock at isa with mcclock_isa
4801.39Scgdattach	mcclock at gbus with mcclock_tlsb
4811.117Sthorpejattach	mcclock at jensenio with mcclock_jensenio
4821.12Scgdfile	arch/alpha/alpha/mcclock.c	mcclock
4831.12Scgdfile	arch/alpha/tc/mcclock_ioasic.c	mcclock_ioasic
4841.12Scgdfile	arch/alpha/isa/mcclock_isa.c	mcclock_isa
4851.39Scgdfile	arch/alpha/tlsb/mcclock_tlsb.c	mcclock_tlsb
4861.117Sthorpejfile	arch/alpha/jensenio/mcclock_jensenio.c	mcclock_jensenio
4871.39Scgd
4881.5Scgd
4891.4Scgd#
4901.4Scgd# Standard files
4911.4Scgd#
4921.1Scgdfile	arch/alpha/alpha/autoconf.c
4931.12Scgdfile	arch/alpha/alpha/clock.c
4941.93Sdrochnerfile	dev/clock_subr.c
4951.1Scgdfile	arch/alpha/alpha/conf.c
4961.55Sthorpejfile	arch/alpha/alpha/cpuconf.c
4971.1Scgdfile	arch/alpha/alpha/interrupt.c
4981.92Sthorpejfile	arch/alpha/alpha/ipifuncs.c		multiprocessor
4991.1Scgdfile	arch/alpha/alpha/machdep.c
5001.1Scgdfile	arch/alpha/alpha/mainbus.c
5011.1Scgdfile	arch/alpha/alpha/mem.c
5021.137Sthorpejfile	arch/alpha/alpha/microtime.c
5031.67Sthorpejfile	arch/alpha/alpha/pmap.c
5041.1Scgdfile	arch/alpha/alpha/process_machdep.c
5051.132Sfvdlfile	arch/alpha/alpha/procfs_machdep.c	procfs
5061.1Scgdfile	arch/alpha/alpha/prom.c
5071.1Scgdfile	arch/alpha/alpha/sys_machdep.c
5081.129Smycroftfile	arch/alpha/alpha/syscall.c
5091.1Scgdfile	arch/alpha/alpha/trap.c
5101.136Srossfile	arch/alpha/alpha/fp_complete.c
5111.1Scgdfile	arch/alpha/alpha/vm_machdep.c
5121.1Scgdfile	arch/alpha/alpha/disksubr.c
5131.47Sthorpejfile	arch/alpha/common/bus_dma.c
5141.85Smjacobfile	arch/alpha/common/comlogout.c
5151.1Scgdfile	dev/cons.c
5161.4Scgd
5171.44Scgd# Network protocol checksum routines
5181.44Scgdfile	arch/alpha/alpha/in_cksum.c		inet
5191.139Sthorpejfile	netinet/in4_cksum.c			inet
5201.19Scgdfile	netns/ns_cksum.c			ns
5211.1Scgd
5221.44Scgd# PROM console support (for ports that don't have native console support)
5231.5Scgdfile	arch/alpha/alpha/promcons.c
5241.6Scgd
5251.44Scgd# CPU support
5261.59Sthorpejfile	arch/alpha/alpha/dec_2100_a50.c		dec_2100_a50
5271.119Sthorpejfile	arch/alpha/alpha/dec_2100_a500.c	dec_2100_a500 | dec_2100a_a500
5281.59Sthorpejfile	arch/alpha/alpha/dec_3000_300.c		dec_3000_300
5291.59Sthorpejfile	arch/alpha/alpha/dec_3000_500.c		dec_3000_500
5301.59Sthorpejfile	arch/alpha/alpha/dec_550.c		dec_550
5311.82Sthorpejfile	arch/alpha/alpha/dec_alphabook1.c	dec_alphabook1
5321.59Sthorpejfile	arch/alpha/alpha/dec_axppci_33.c	dec_axppci_33
5331.59Sthorpejfile	arch/alpha/alpha/dec_eb164.c		dec_eb164
5341.59Sthorpejfile	arch/alpha/alpha/dec_eb64plus.c		dec_eb64plus
5351.84Sthorpejfile	arch/alpha/alpha/dec_eb66.c		dec_eb66
5361.59Sthorpejfile	arch/alpha/alpha/dec_kn20aa.c		dec_kn20aa
5371.59Sthorpejfile	arch/alpha/alpha/dec_kn8ae.c		dec_kn8ae
5381.69Smjacobfile	arch/alpha/alpha/dec_kn300.c		dec_kn300
5391.114Sthorpejfile	arch/alpha/alpha/api_up1000.c		api_up1000
5401.62Srossfile	arch/alpha/alpha/avalon_a12.c		avalon_a12
5411.83Srossfile	arch/alpha/alpha/dec_1000a.c		dec_1000 | dec_1000a
5421.103Srossfile	arch/alpha/alpha/dec_6600.c		dec_6600
5431.58Sthorpej
5441.58Sthorpej# Kernel debugger support
5451.58Sthorpejfile	arch/alpha/alpha/db_disasm.c		ddb
5461.58Sthorpejfile	arch/alpha/alpha/db_interface.c		ddb
5471.58Sthorpejfile	arch/alpha/alpha/db_trace.c		ddb
5481.135Sthorpej
5491.135Sthorpejdefopt	opt_kgdb_machdep.h KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
5501.135Sthorpejfile	arch/alpha/alpha/kgdb_machdep.c		kgdb
5511.89Sthorpej
5521.89Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX)
5531.89Sthorpejfile	arch/alpha/alpha/compat_13_machdep.c	compat_13
5541.7Sthorpej
5551.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1)
5561.26Scgdinclude "compat/osf1/files.osf1"
5571.130Smycroftfile	arch/alpha/alpha/osf1_sigcode.s		compat_osf1
5581.129Smycroftfile	arch/alpha/alpha/osf1_syscall.c		compat_osf1
5591.94Serh
5601.94Serh# Linux Binary Compatibility (COMPAT_LINUX)
5611.94Serhinclude "compat/linux/files.linux"
5621.96Srossinclude "compat/linux/arch/alpha/files.linux_alpha"
5631.128Sjdolecekfile	arch/alpha/alpha/linux_sigcode.s	compat_linux
5641.130Smycroftfile	arch/alpha/alpha/linux_syscall.c	compat_linux
5651.140Schristosfile	arch/alpha/alpha/linux_trap.c		compat_linux
5661.94Serh
5671.94Serh# OSS audio driver compatibility
5681.94Serhinclude "compat/ossaudio/files.ossaudio"
5691.76Smatt
5701.76Smatt# XXXX pcic here because it needs to be late.  The catch: pcic needs
5711.76Smatt# to be late, so devices which attach to it are attached late.  But it
5721.76Smatt# needs to be before its isa and pci attachments.  This answer is
5731.76Smatt# non-optimal, but I don't have a better answer right now.
5741.76Smatt
5751.76Smatt# PCIC pcmcia contoller
5761.76Smatt# XXX this needs to be done very late, so it's done here.  This feels
5771.76Smatt# like a kludge, but it might be for the best.
5781.76Smatt
5791.76Smattdefopt	PCIC_ISA_ALLOC_IOBASE
5801.76Smattdefopt	PCIC_ISA_ALLOC_IOSIZE
5811.76Smattdefopt	PCIC_ISA_INTR_ALLOC_MASK
5821.76Smatt
5831.99Spkdevice	pcic: pcmciabus
5841.76Smattfile	dev/ic/i82365.c			pcic
5851.76Smatt
5861.100Smycroft# PCIC pcmcia controller on ISA bus.
5871.76Smattattach	pcic at isa with pcic_isa
5881.76Smattfile	dev/isa/i82365_isa.c		pcic_isa
5891.76Smatt
5901.100Smycroft# PCIC pcmcia controller on PCI bus.
5911.76Smattattach	pcic at pci with pcic_pci
5921.76Smattfile	dev/pci/i82365_pci.c		pcic_pci
5931.100Smycroft
5941.100Smycroft# PCIC pcmcia controller on PnP board
5951.100Smycroftattach pcic at isapnp with pcic_isapnp
5961.100Smycroftfile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
5971.100Smycroft
5981.100Smycroft# Code common to ISA and ISAPnP attachments
5991.100Smycroftfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
6001.76Smatt
6011.76Smatt
6021.76Smatt# this wants to be probed as late as possible.
6031.76Smatt#
6041.76Smatt# Machine-independent PCMCIA drivers
6051.76Smatt#
6061.76Smattinclude "dev/pcmcia/files.pcmcia"
6071.95Smatt#
6081.95Smatt# Machine-independent USB device support
6091.95Smatt#
6101.95Smattinclude "dev/usb/files.usb"
6111.125Smatt#
6121.125Smatt# Machine-independent IEEE 1394 device support
6131.125Smatt#
6141.125Smattinclude "dev/ieee1394/files.ieee1394"
615