files.alpha revision 1.164
11.164Sbouyer# $NetBSD: files.alpha,v 1.164 2003/10/08 17:29:59 bouyer 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.93Sdrochner# realtime clock compatible to OSF/1
371.149Slukemdefflag		CLOCK_COMPAT_OSF1
381.93Sdrochner
391.30Scgd# this loses, but there's no way to define attributes which have attributes
401.30Scgddefine	alpha_shared_intr
411.31Scgdfile	arch/alpha/common/shared_intr.c	alpha_shared_intr | dec_eb164 |
421.69Smjacob					dec_eb64plus | dec_kn20aa | dec_kn8ae |
431.83Sross					dec_kn300 | dec_550 | dec_1000 |
441.103Sross					dec_1000a | dec_eb66 | dec_6600
451.47Sthorpejdefine	alpha_sgmap
461.47Sthorpejfile	arch/alpha/common/sgmap_common.c alpha_sgmap | dec_3000_500
471.4Scgd
481.4Scgd#
491.4Scgd# Bus-independent devices
501.4Scgd#
511.4Scgd
521.63Sthorpejdevice	mainbus { }			# no locators (yet?)
531.11Scgdattach	mainbus at root
541.1Scgd
551.63Sthorpejdevice	cpu { }				# not really optional
561.11Scgdattach	cpu at mainbus
571.1Scgdfile	arch/alpha/alpha/cpu.c		cpu
581.126Sad
591.126Sad#
601.126Sad# Machine-independent I2O drivers.
611.126Sad#
621.126Sad
631.126Sadinclude "dev/i2o/files.i2o"
641.8Scgd
651.4Scgd#
661.4Scgd# Machine-independent SCSI drivers
671.4Scgd#
681.4Scgd
691.53Sbouyerinclude "dev/scsipi/files.scsipi"
701.4Scgd
711.61Sthorpej#
721.61Sthorpej# Machine-independent ATA drivers
731.61Sthorpej#
741.61Sthorpej
751.61Sthorpejinclude "dev/ata/files.ata"
761.61Sthorpej
771.33Spk# Memory Disk
781.150Sjdolecekfile	dev/md_root.c			memory_disk_hooks
791.8Scgd
801.108Snisimura# Raster operations
811.108Snisimurainclude "dev/rasops/files.rasops"
821.108Snisimurainclude "dev/wsfont/files.wsfont"
831.8Scgd
841.6Scgd#
851.70Sdrochner# "Workstation Console" glue.
861.6Scgd#
871.70Sdrochnerinclude "dev/wscons/files.wscons"
881.6Scgd
891.39Scgd
901.39Scgd#
911.39Scgd# TurboLaser Bus Support
921.39Scgd#
931.39Scgd
941.63Sthorpejdevice	tlsb { node = -1, offset = -1 }
951.39Scgdattach	tlsb at mainbus
961.39Scgdfile	arch/alpha/tlsb/tlsb.c		tlsb & dec_kn8ae
971.39Scgd
981.63Sthorpejdevice	kft { }
991.39Scgdattach	kft at tlsb
1001.39Scgdfile	arch/alpha/tlsb/kftxx.c		kft
1011.39Scgd
1021.63Sthorpejdevice	tlsbmem
1031.39Scgdattach	tlsbmem at tlsb
1041.39Scgdfile	arch/alpha/tlsb/tlsbmem.c	tlsbmem
1051.39Scgd
1061.63Sthorpejdevice	gbus { offset = -1 }
1071.39Scgdattach	gbus at tlsb
1081.39Scgdfile	arch/alpha/tlsb/gbus.c		gbus
1091.39Scgd
1101.69Smjacob#
1111.69Smjacob# MCBUS support
1121.69Smjacob#
1131.69Smjacob
1141.69Smjacobdevice	mcbus { mid = -1 }
1151.69Smjacobattach	mcbus at mainbus
1161.69Smjacobfile	arch/alpha/mcbus/mcbus.c	mcbus & dec_kn300
1171.69Smjacob
1181.69Smjacobdevice	mcmem
1191.69Smjacobattach	mcmem at mcbus
1201.69Smjacobfile	arch/alpha/mcbus/mcmem.c	mcmem
1211.39Scgd
1221.6Scgd#
1231.48Sjonathan# Bus-independent support for DEC devices
1241.48Sjonathan#
1251.48Sjonathaninclude "dev/dec/files.dec"
1261.48Sjonathan
1271.48Sjonathan#
1281.108Snisimura# TURBOchannel Devices
1291.4Scgd#
1301.48Sjonathaninclude "dev/tc/files.tc"
1311.4Scgd
1321.48Sjonathan# TC attachment is MD
1331.48Sjonathanattach	tc at tcbus
1341.9Scgd
1351.63Sthorpejdevice	tcasic: tcbus
1361.11Scgdattach	tcasic at mainbus
1371.9Scgdfile	arch/alpha/tc/tcasic.c		tcasic
1381.18Scgdfile	arch/alpha/tc/tc_bus_mem.c	tcasic
1391.47Sthorpejfile	arch/alpha/tc/tc_dma.c		tcasic
1401.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_300.c	tcasic & dec_3000_300
1411.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_500.c	tcasic & dec_3000_500
1421.47Sthorpejfile	arch/alpha/tc/tc_sgmap.c	tcasic & dec_3000_500
1431.13Scgdfile	arch/alpha/tc/tc_3000_500.c	tcasic & dec_3000_500
1441.13Scgdfile	arch/alpha/tc/tc_3000_300.c	tcasic & dec_3000_300
1451.1Scgd
1461.108Snisimura# the TURBOchannel IOCTL ASIC
1471.48Sjonathan#  IOASIC device and attachment defined in sys/dev/tc/files.tc
1481.13Scgdfile	arch/alpha/tc/ioasic.c		ioasic
1491.1Scgd
1501.133Snisimura# PMAG-B CX
1511.70Sdrochnerdevice	cfb: wsemuldisplaydev, wsrasteremulops
1521.16Scgdattach	cfb at tc
1531.142Snisimurafile	dev/tc/cfb.c			cfb		needs-flag
1541.16Scgd
1551.133Snisimura# PMAGB-B HX or CXT
1561.108Snisimuradevice	sfb: wsemuldisplaydev, rasops8
1571.11Scgdattach	sfb at tc
1581.108Snisimurafile	dev/tc/sfb.c			sfb		needs-flag
1591.142Snisimura
1601.142Snisimura# PMAG-A MX
1611.142Snisimuradevice	mfb: wsemuldisplaydev, wsrasteremulops
1621.142Snisimuraattach	mfb at tc
1631.142Snisimurafile	dev/tc/mfb.c			mfb		needs-flag
1641.142Snisimura
1651.142Snisimura# PMAG-RO/JA TX
1661.142Snisimuradevice	tfb: wsemuldisplaydev, wsrasteremulops
1671.142Snisimuraattach	tfb at tc
1681.142Snisimurafile	dev/tc/tfb.c			tfb		needs-flag
1691.133Snisimura
1701.133Snisimura# PMAGD HX+
1711.133Snisimuradevice	sfbp: wsemuldisplaydev, rasops32
1721.133Snisimuraattach	sfbp at tc
1731.133Snisimurafile	dev/tc/sfbplus.c		sfbp		needs-flag
1741.134Sad
1751.134Sad# XXX: STIC (stamp interface chip) for PX and PXG
1761.134Saddefine	stic
1771.144Sadfile	dev/tc/stic.c			stic		needs-flag
1781.134Sad
1791.134Sad# XXX: PX PMAG-C
1801.134Saddevice	px: wsemuldisplaydev, stic
1811.134Sadattach	px at tc
1821.144Sadfile	dev/tc/px.c			px		needs-flag
1831.134Sad
1841.134Sad# XXX: PXG PMAG-D, PMAG-E, PMAG-F
1851.134Saddevice	pxg: wsemuldisplaydev, stic
1861.134Sadattach	pxg at tc
1871.144Sadfile	dev/tc/pxg.c			pxg		needs-flag
1881.66Sthorpej
1891.147Slukem# 8530 UARTs using the MI 8530 driver
1901.66Sthorpejdevice	zsc { channel = -1 }
1911.66Sthorpejattach	zsc at ioasic with zsc_ioasic
1921.121Snisimurafile	dev/tc/zs_ioasic.c		zsc_ioasic	needs-flag
1931.66Sthorpejfile	dev/ic/z8530sc.c		zsc
1941.66Sthorpej
1951.66Sthorpejdevice	zstty: tty
1961.66Sthorpejattach	zstty at zsc
1971.66Sthorpejfile	dev/ic/z8530tty.c		zstty		needs-flag
1981.1Scgd
1991.104Snisimuradevice	vsms: wsmousedev
2001.104Snisimuraattach	vsms at zsc with zsms
2011.121Snisimurafile	dev/tc/zsms.c			zsms
2021.86Sthorpej
2031.154Saddevice	lkkbd: wskbddev, lkkbdmap
2041.104Snisimuraattach	lkkbd at zsc with zskbd
2051.121Snisimurafile	dev/tc/zskbd.c			zskbd		needs-flag
2061.4Scgd
2071.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc
2081.8Scgd
2091.8Scgd#
2101.8Scgd# ISA Bus support
2111.8Scgd#
2121.8Scgd
2131.26Scgdinclude "dev/pci/files.pci"	# XXX some ISA devs are 'at pci' too.
2141.143Sthorpejinclude "dev/pci/files.agp"
2151.26Scgdinclude "dev/isa/files.isa"
2161.8Scgd
2171.4Scgd#
2181.8Scgd# ISA Bus devices
2191.4Scgd#
2201.1Scgd
2211.31Scgdfile	arch/alpha/isa/isa_machdep.c	isa
2221.31Scgd
2231.114Sthorpejdefine	isadma_bounce
2241.114Sthorpejfile	arch/alpha/isa/isadma_bounce.c	isadma_bounce
2251.114Sthorpej
2261.70Sdrochnerinclude "dev/pckbc/files.pckbc"
2271.112Snathanw
2281.112Snathanw# ISA speaker generates keyboard beep
2291.112Snathanwdevice isabeep
2301.112Snathanwattach isabeep at pcppi
2311.87Sdrochner
2321.35Scgd# Floppy disk controller
2331.113Sthorpejdevice	fdc { drive = -1 }: isadma
2341.113Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2351.113Sthorpej
2361.113Sthorpejattach	fdc at isa with fdc_isa
2371.113Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2381.113Sthorpej
2391.113Sthorpejdevice	fd: disk
2401.35Scgdattach	fd at fdc
2411.86Sthorpej
2421.86Sthorpej# ISA Plug 'n Play devices
2431.86Sthorpejfile	arch/alpha/isa/isapnp_machdep.c	isapnp
2441.35Scgd
2451.8Scgd#
2461.8Scgd# EISA Bus support
2471.8Scgd#
2481.8Scgd
2491.26Scgdinclude "dev/eisa/files.eisa"
2501.123Sthorpej
2511.123Sthorpejfile	arch/alpha/eisa/eisa_machdep.c	eisa
2521.8Scgd
2531.118Sthorpejdevice	jensenio {[port = -1]}: eisabus, isabus, isadma_bounce
2541.117Sthorpejattach	jensenio at mainbus
2551.117Sthorpejfile	arch/alpha/jensenio/jensenio.c		 jensenio
2561.117Sthorpejfile	arch/alpha/jensenio/jensenio_bus_intio.c jensenio
2571.117Sthorpejfile	arch/alpha/jensenio/jensenio_bus_io.c	 jensenio
2581.117Sthorpejfile	arch/alpha/jensenio/jensenio_bus_mem.c	 jensenio
2591.117Sthorpejfile	arch/alpha/jensenio/jensenio_dma.c	 jensenio
2601.117Sthorpejfile	arch/alpha/jensenio/jensenio_intr.c	 jensenio
2611.117Sthorpej
2621.117Sthorpejattach	com at jensenio with com_jensenio
2631.117Sthorpejfile	arch/alpha/jensenio/com_jensenio.c	com_jensenio
2641.117Sthorpej
2651.117Sthorpejattach	lpt at jensenio with lpt_jensenio
2661.117Sthorpejfile	arch/alpha/jensenio/lpt_jensenio.c	lpt_jensenio
2671.117Sthorpej
2681.117Sthorpejattach	pckbc at jensenio with pckbc_jensenio
2691.117Sthorpejfile	arch/alpha/jensenio/pckbc_jensenio.c	pckbc_jensenio
2701.8Scgd
2711.8Scgd#
2721.8Scgd# PCI Bus support
2731.8Scgd#
2741.8Scgd
2751.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE
2761.71Sthorpej
2771.164Sbouyerfile	arch/alpha/pci/pciide_machdep.c		pciide_common
2781.8Scgd
2791.50Scgddefine	alpha_pci_sgmap_pte32
2801.50Scgdfile	arch/alpha/pci/pci_sgmap_pte32.c	alpha_pci_sgmap_pte32
2811.50Scgd
2821.50Scgddefine	alpha_pci_sgmap_pte64
2831.50Scgdfile	arch/alpha/pci/pci_sgmap_pte64.c	alpha_pci_sgmap_pte64
2841.50Scgd
2851.63Sthorpejdevice	apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2861.10Sthorpejattach	apecs at mainbus
2871.5Scgdfile	arch/alpha/pci/apecs.c		apecs
2881.32Scgdfile	arch/alpha/pci/apecs_bus_io.c	apecs
2891.32Scgdfile	arch/alpha/pci/apecs_bus_mem.c	apecs
2901.47Sthorpejfile	arch/alpha/pci/apecs_dma.c	apecs
2911.5Scgdfile	arch/alpha/pci/apecs_pci.c	apecs
2921.4Scgd
2931.63Sthorpejdevice	cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2941.10Sthorpejattach	cia at mainbus
2951.8Scgdfile	arch/alpha/pci/cia.c		cia
2961.47Sthorpejfile	arch/alpha/pci/cia_dma.c	cia
2971.8Scgdfile	arch/alpha/pci/cia_pci.c	cia
2981.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_io.c cia
2991.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_mem.c cia
3001.51Scgdfile	arch/alpha/pci/cia_swiz_bus_io.c cia
3011.51Scgdfile	arch/alpha/pci/cia_swiz_bus_mem.c cia
3021.8Scgd
3031.64Srossdevice	a12c { }: pcibus
3041.62Srossattach	a12c at mainbus
3051.62Srossfile	arch/alpha/pci/a12c.c		a12c
3061.62Srossfile	arch/alpha/pci/a12c_bus_mem.c	a12c
3071.62Srossfile	arch/alpha/pci/a12c_dma.c	a12c
3081.62Srossfile	arch/alpha/pci/a12c_pci.c	a12c
3091.62Sross
3101.63Sthorpejdevice	dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32
3111.44Scgdattach	dwlpx at kft
3121.44Scgdfile	arch/alpha/pci/dwlpx.c		dwlpx
3131.69Smjacobfile	arch/alpha/pci/dwlpx_bus_io.c	dwlpx
3141.69Smjacobfile	arch/alpha/pci/dwlpx_bus_mem.c	dwlpx
3151.47Sthorpejfile	arch/alpha/pci/dwlpx_dma.c	dwlpx
3161.44Scgdfile	arch/alpha/pci/dwlpx_pci.c	dwlpx
3171.44Scgd
3181.143Sthorpejdevice	irongate: pcibus, agpbus, agp_amd, isadma_bounce
3191.114Sthorpejattach	irongate at mainbus
3201.114Sthorpejfile	arch/alpha/pci/irongate.c		irongate
3211.114Sthorpejfile	arch/alpha/pci/irongate_bus_io.c	irongate
3221.114Sthorpejfile	arch/alpha/pci/irongate_bus_mem.c	irongate
3231.114Sthorpejfile	arch/alpha/pci/irongate_dma.c		irongate
3241.114Sthorpejfile	arch/alpha/pci/irongate_pci.c		irongate
3251.114Sthorpej
3261.63Sthorpejdevice	lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3271.50Scgdattach	lca at mainbus
3281.50Scgdfile	arch/alpha/pci/lca.c		lca
3291.50Scgdfile	arch/alpha/pci/lca_bus_io.c	lca
3301.50Scgdfile	arch/alpha/pci/lca_bus_mem.c	lca
3311.50Scgdfile	arch/alpha/pci/lca_dma.c	lca
3321.50Scgdfile	arch/alpha/pci/lca_pci.c	lca
3331.44Scgd
3341.69Smjacobdevice	mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3351.69Smjacobattach	mcpcia at mcbus
3361.69Smjacobfile	arch/alpha/pci/mcpcia.c		mcpcia
3371.69Smjacobfile	arch/alpha/pci/mcpcia_bus_io.c	mcpcia
3381.69Smjacobfile	arch/alpha/pci/mcpcia_bus_mem.c	mcpcia
3391.69Smjacobfile	arch/alpha/pci/mcpcia_dma.c	mcpcia
3401.69Smjacobfile	arch/alpha/pci/mcpcia_pci.c	mcpcia
3411.69Smjacob
3421.103Srossdevice	tsc { }
3431.103Srossattach	tsc at mainbus
3441.103Srossfile	arch/alpha/pci/tsc.c		dec_6600
3451.103Sross
3461.103Srossdevice	tsp: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3471.103Srossattach	tsp at tsc
3481.103Srossfile	arch/alpha/pci/tsp_dma.c	tsp
3491.103Srossfile	arch/alpha/pci/tsp_pci.c	tsp
3501.103Srossfile	arch/alpha/pci/tsp_bus_io.c	tsp
3511.103Srossfile	arch/alpha/pci/tsp_bus_mem.c	tsp
3521.69Smjacob
3531.106Sthorpejdevice	ttwoga { hose = -1 }
3541.106Sthorpejattach	ttwoga at mainbus
3551.106Sthorpejdevice	ttwopci: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3561.106Sthorpejattach	ttwopci at ttwoga
3571.106Sthorpejfile	arch/alpha/pci/ttwoga.c		ttwoga
3581.106Sthorpejfile	arch/alpha/pci/ttwoga_bus_io.c	ttwoga
3591.106Sthorpejfile	arch/alpha/pci/ttwoga_bus_mem.c	ttwoga
3601.106Sthorpejfile	arch/alpha/pci/ttwoga_dma.c	ttwoga
3611.106Sthorpejfile	arch/alpha/pci/ttwoga_pci.c	ttwoga
3621.106Sthorpej
3631.106Sthorpej#
3641.106Sthorpej# Sable STDIO support
3651.106Sthorpej#
3661.106Sthorpejdevice	sableio { port = -1 }
3671.106Sthorpejattach	sableio at pcibus
3681.106Sthorpejfile	arch/alpha/sableio/sableio.c		sableio
3691.106Sthorpej
3701.106Sthorpejattach	com at sableio with com_sableio
3711.106Sthorpejfile	arch/alpha/sableio/com_sableio.c	com_sableio
3721.106Sthorpej
3731.106Sthorpejattach	lpt at sableio with lpt_sableio
3741.106Sthorpejfile	arch/alpha/sableio/lpt_sableio.c	lpt_sableio
3751.106Sthorpej
3761.106Sthorpejattach	pckbc at sableio with pckbc_sableio
3771.106Sthorpejfile	arch/alpha/sableio/pckbc_sableio.c	pckbc_sableio
3781.106Sthorpej
3791.122Sthorpejattach	fdc at sableio with fdc_sableio
3801.122Sthorpejfile	arch/alpha/sableio/fdc_sableio.c	fdc_sableio
3811.106Sthorpej
3821.44Scgd# CPU support files
3831.117Sthorpejfile	arch/alpha/alpha/dec_2000_300.c	dec_2000_300
3841.5Scgdfile	arch/alpha/pci/pci_2100_a50.c	dec_2100_a50
3851.119Sthorpejfile	arch/alpha/pci/pci_2100_a500.c	dec_2100_a500 | dec_2100a_a500
3861.114Sthorpejfile	arch/alpha/pci/pci_up1000.c	api_up1000
3871.62Srossfile	arch/alpha/pci/pci_a12.c	avalon_a12
3881.82Sthorpejfile	arch/alpha/pci/pci_alphabook1.c	dec_alphabook1
3891.28Scgdfile	arch/alpha/pci/pci_axppci_33.c	dec_axppci_33
3901.28Scgdfile	arch/alpha/pci/pci_eb164.c	dec_eb164
3911.32Scgdfile	arch/alpha/pci/pci_eb164_intr.s	dec_eb164
3921.74Sthorpejfile	arch/alpha/pci/pci_eb64plus.c	dec_eb64plus
3931.41Scgdfile	arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus
3941.84Sthorpejfile	arch/alpha/pci/pci_eb66.c	dec_eb66
3951.84Sthorpejfile	arch/alpha/pci/pci_eb66_intr.s	dec_eb66
3961.8Scgdfile	arch/alpha/pci/pci_kn20aa.c	dec_kn20aa
3971.69Smjacobfile	arch/alpha/pci/pci_kn8ae.c	dec_kn8ae
3981.69Smjacobfile	arch/alpha/pci/pci_kn300.c	dec_kn300
3991.75Sthorpejfile	arch/alpha/pci/pci_550.c	dec_550
4001.81Srossfile	arch/alpha/pci/pci_1000a.c	dec_1000a
4011.83Srossfile	arch/alpha/pci/pci_1000.c	dec_1000
4021.103Srossfile	arch/alpha/pci/pci_6600.c	dec_6600
4031.8Scgd
4041.4Scgd
4051.4Scgd#
4061.8Scgd# PCI Bus devices
4071.4Scgd#
4081.1Scgd
4091.4Scgdfile	arch/alpha/pci/pci_machdep.c	pci
4101.143Sthorpejfile	arch/alpha/pci/agp_machdep.c	agp
4111.1Scgd
4121.116Sthorpejdevice	sio: isabus, alpha_shared_intr, cy82c693
4131.10Sthorpejattach	sio at pci
4141.160Sbouyerdevice	pceb: isabus, eisabus, cy82c693, alpha_shared_intr
4151.10Sthorpejattach	pceb at pci
4161.11Scgdfile	arch/alpha/pci/sio.c		sio | pceb	needs-flag
4171.11Scgdfile	arch/alpha/pci/sio_pic.c	sio | pceb
4181.156Slukem
4191.156Slukem# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
4201.156Slukem# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
4211.156Slukem# XXX (when the conf/files and files.isa bogons are fixed, this can
4221.156Slukem# XXX be fixed as well.)
4231.156Slukem
4241.156Slukemattach	lpt at puc with lpt_puc
4251.156Slukemfile	dev/pci/lpt_puc.c		lpt_puc
4261.5Scgd
4271.6Scgd
4281.62Sross#
4291.103Sross# A12 if_de hack
4301.62Sross#
4311.63Sthorpejdevice	ade: ether, ifnet, arp
4321.62Srossattach	ade at pci
4331.90Srossfile	arch/alpha/a12/if_ade.c		ade
4341.64Sross
4351.64Sross#
4361.64Sross# alpha/a12 platform-specific drivers
4371.64Sross#
4381.64Sross
4391.64Sross# Switch
4401.64Sross
4411.64Srossdevice	xb
4421.64Srossattach	xb at a12c
4431.64Srossfile	arch/alpha/a12/if_xb.c	xb
4441.64Sross
4451.64Sross# Console
4461.64Sross
4471.64Srossdevice	a12dc
4481.64Srossattach	a12dc at a12c
4491.64Srossfile	arch/alpha/a12/a12dc.c	a12dc		needs-flag
4501.8Scgd
4511.5Scgd#
4521.8Scgd# Devices that can live on multiple busses
4531.5Scgd#
4541.5Scgd
4551.63Sthorpejdevice	mcclock
4561.12Scgdattach	mcclock at ioasic with mcclock_ioasic
4571.12Scgdattach	mcclock at isa with mcclock_isa
4581.39Scgdattach	mcclock at gbus with mcclock_tlsb
4591.117Sthorpejattach	mcclock at jensenio with mcclock_jensenio
4601.12Scgdfile	arch/alpha/alpha/mcclock.c	mcclock
4611.12Scgdfile	arch/alpha/tc/mcclock_ioasic.c	mcclock_ioasic
4621.12Scgdfile	arch/alpha/isa/mcclock_isa.c	mcclock_isa
4631.39Scgdfile	arch/alpha/tlsb/mcclock_tlsb.c	mcclock_tlsb
4641.117Sthorpejfile	arch/alpha/jensenio/mcclock_jensenio.c	mcclock_jensenio
4651.39Scgd
4661.5Scgd
4671.4Scgd#
4681.4Scgd# Standard files
4691.4Scgd#
4701.1Scgdfile	arch/alpha/alpha/autoconf.c
4711.12Scgdfile	arch/alpha/alpha/clock.c
4721.55Sthorpejfile	arch/alpha/alpha/cpuconf.c
4731.1Scgdfile	arch/alpha/alpha/interrupt.c
4741.92Sthorpejfile	arch/alpha/alpha/ipifuncs.c		multiprocessor
4751.1Scgdfile	arch/alpha/alpha/machdep.c
4761.1Scgdfile	arch/alpha/alpha/mainbus.c
4771.1Scgdfile	arch/alpha/alpha/mem.c
4781.161Snakayamafile	kern/kern_microtime.c
4791.67Sthorpejfile	arch/alpha/alpha/pmap.c
4801.1Scgdfile	arch/alpha/alpha/process_machdep.c
4811.132Sfvdlfile	arch/alpha/alpha/procfs_machdep.c	procfs
4821.1Scgdfile	arch/alpha/alpha/prom.c
4831.1Scgdfile	arch/alpha/alpha/sys_machdep.c
4841.129Smycroftfile	arch/alpha/alpha/syscall.c
4851.1Scgdfile	arch/alpha/alpha/trap.c
4861.136Srossfile	arch/alpha/alpha/fp_complete.c
4871.1Scgdfile	arch/alpha/alpha/vm_machdep.c
4881.1Scgdfile	arch/alpha/alpha/disksubr.c
4891.47Sthorpejfile	arch/alpha/common/bus_dma.c
4901.85Smjacobfile	arch/alpha/common/comlogout.c
4911.1Scgdfile	dev/cons.c
4921.4Scgd
4931.44Scgd# Network protocol checksum routines
4941.44Scgdfile	arch/alpha/alpha/in_cksum.c		inet
4951.139Sthorpejfile	netinet/in4_cksum.c			inet
4961.19Scgdfile	netns/ns_cksum.c			ns
4971.1Scgd
4981.44Scgd# PROM console support (for ports that don't have native console support)
4991.5Scgdfile	arch/alpha/alpha/promcons.c
5001.6Scgd
5011.44Scgd# CPU support
5021.59Sthorpejfile	arch/alpha/alpha/dec_2100_a50.c		dec_2100_a50
5031.119Sthorpejfile	arch/alpha/alpha/dec_2100_a500.c	dec_2100_a500 | dec_2100a_a500
5041.59Sthorpejfile	arch/alpha/alpha/dec_3000_300.c		dec_3000_300
5051.59Sthorpejfile	arch/alpha/alpha/dec_3000_500.c		dec_3000_500
5061.59Sthorpejfile	arch/alpha/alpha/dec_550.c		dec_550
5071.82Sthorpejfile	arch/alpha/alpha/dec_alphabook1.c	dec_alphabook1
5081.59Sthorpejfile	arch/alpha/alpha/dec_axppci_33.c	dec_axppci_33
5091.59Sthorpejfile	arch/alpha/alpha/dec_eb164.c		dec_eb164
5101.59Sthorpejfile	arch/alpha/alpha/dec_eb64plus.c		dec_eb64plus
5111.84Sthorpejfile	arch/alpha/alpha/dec_eb66.c		dec_eb66
5121.59Sthorpejfile	arch/alpha/alpha/dec_kn20aa.c		dec_kn20aa
5131.59Sthorpejfile	arch/alpha/alpha/dec_kn8ae.c		dec_kn8ae
5141.69Smjacobfile	arch/alpha/alpha/dec_kn300.c		dec_kn300
5151.114Sthorpejfile	arch/alpha/alpha/api_up1000.c		api_up1000
5161.62Srossfile	arch/alpha/alpha/avalon_a12.c		avalon_a12
5171.83Srossfile	arch/alpha/alpha/dec_1000a.c		dec_1000 | dec_1000a
5181.103Srossfile	arch/alpha/alpha/dec_6600.c		dec_6600
5191.58Sthorpej
5201.58Sthorpej# Kernel debugger support
5211.58Sthorpejfile	arch/alpha/alpha/db_disasm.c		ddb
5221.58Sthorpejfile	arch/alpha/alpha/db_interface.c		ddb
5231.58Sthorpejfile	arch/alpha/alpha/db_trace.c		ddb
5241.135Sthorpej
5251.135Sthorpejfile	arch/alpha/alpha/kgdb_machdep.c		kgdb
5261.89Sthorpej
5271.89Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX)
5281.151Srossfile	arch/alpha/alpha/compat_13_machdep.c	compat_13 | compat_osf1
5291.163Sskdfile	arch/alpha/alpha/compat_16_machdep.c	compat_16 | compat_osf1
5301.7Sthorpej
5311.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1)
5321.26Scgdinclude "compat/osf1/files.osf1"
5331.130Smycroftfile	arch/alpha/alpha/osf1_sigcode.s		compat_osf1
5341.129Smycroftfile	arch/alpha/alpha/osf1_syscall.c		compat_osf1
5351.94Serh
5361.94Serh# Linux Binary Compatibility (COMPAT_LINUX)
5371.94Serhinclude "compat/linux/files.linux"
5381.96Srossinclude "compat/linux/arch/alpha/files.linux_alpha"
5391.128Sjdolecekfile	arch/alpha/alpha/linux_sigcode.s	compat_linux
5401.130Smycroftfile	arch/alpha/alpha/linux_syscall.c	compat_linux
5411.140Schristosfile	arch/alpha/alpha/linux_trap.c		compat_linux
5421.94Serh
5431.94Serh# OSS audio driver compatibility
5441.94Serhinclude "compat/ossaudio/files.ossaudio"
5451.76Smatt
5461.76Smatt# XXXX pcic here because it needs to be late.  The catch: pcic needs
5471.76Smatt# to be late, so devices which attach to it are attached late.  But it
5481.76Smatt# needs to be before its isa and pci attachments.  This answer is
5491.76Smatt# non-optimal, but I don't have a better answer right now.
5501.76Smatt
5511.76Smatt# PCIC pcmcia contoller
5521.76Smatt# XXX this needs to be done very late, so it's done here.  This feels
5531.76Smatt# like a kludge, but it might be for the best.
5541.76Smatt
5551.149Slukemdefparam	PCIC_ISA_ALLOC_IOBASE
5561.149Slukemdefparam	PCIC_ISA_ALLOC_IOSIZE
5571.149Slukemdefparam	PCIC_ISA_INTR_ALLOC_MASK
5581.76Smatt
5591.99Spkdevice	pcic: pcmciabus
5601.76Smattfile	dev/ic/i82365.c			pcic
5611.76Smatt
5621.100Smycroft# PCIC pcmcia controller on ISA bus.
5631.76Smattattach	pcic at isa with pcic_isa
5641.76Smattfile	dev/isa/i82365_isa.c		pcic_isa
5651.76Smatt
5661.100Smycroft# PCIC pcmcia controller on PCI bus.
5671.76Smattattach	pcic at pci with pcic_pci
5681.76Smattfile	dev/pci/i82365_pci.c		pcic_pci
5691.100Smycroft
5701.100Smycroft# PCIC pcmcia controller on PnP board
5711.100Smycroftattach pcic at isapnp with pcic_isapnp
5721.100Smycroftfile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
5731.100Smycroft
5741.100Smycroft# Code common to ISA and ISAPnP attachments
5751.100Smycroftfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
5761.76Smatt
5771.76Smatt
5781.76Smatt# this wants to be probed as late as possible.
5791.76Smatt#
5801.76Smatt# Machine-independent PCMCIA drivers
5811.76Smatt#
5821.76Smattinclude "dev/pcmcia/files.pcmcia"
5831.95Smatt#
5841.95Smatt# Machine-independent USB device support
5851.95Smatt#
5861.95Smattinclude "dev/usb/files.usb"
5871.125Smatt#
5881.125Smatt# Machine-independent IEEE 1394 device support
5891.125Smatt#
5901.125Smattinclude "dev/ieee1394/files.ieee1394"
5911.157Sgehenna
5921.157Sgehennainclude	"arch/alpha/conf/majors.alpha"
593