files.alpha revision 1.106
11.106Sthorpej# $NetBSD: files.alpha,v 1.106 1999/12/07 21:47:12 thorpej 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.44Scgddefopt	DEC_3000_300	# Pelican etc:	3000/300*
151.44Scgddefopt	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
161.52Scgddefopt	DEC_550		# Miata:	Personal Workstation (550)
171.44Scgddefopt	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
181.44Scgddefopt	DEC_EB164	# EB164:	AlphaPC 164
191.44Scgddefopt	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
201.44Scgddefopt	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
211.44Scgddefopt	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
221.69Smjacobdefopt	DEC_KN300	# KN300:	AlphaServer 4X00
231.62Srossdefopt	AVALON_A12	# Avalon:	A12T1, A12M Parallel Supercomputer
241.83Srossdefopt	DEC_1000	# Mikasa etc:	AlphaServer 1000
251.81Srossdefopt	DEC_1000A	# Corelle etc:	AlphaServer 800 and 1000A
261.82Sthorpejdefopt	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
271.84Sthorpejdefopt	DEC_EB66	# EB66:		21066 Evaluation Board
281.103Srossdefopt	DEC_6600	# EV6		Various EV6 Systems
291.44Scgd
301.44Scgd# Miscellaneous CPU-specific option headers
311.44Scgddefopt	FIX_UNALIGNED_VAX_FP
321.66Sthorpejdefopt	ZS_IOASIC_DMA
331.68Sthorpej
341.68Sthorpej# XXX Temporary, until integration is finished.
351.68Sthorpejdefopt	NEW_SCC_DRIVER
361.44Scgd
371.93Sdrochner# realtime clock compatible to OSF/1
381.93Sdrochnerdefopt	CLOCK_COMPAT_OSF1
391.93Sdrochner
401.30Scgd# this loses, but there's no way to define attributes which have attributes
411.30Scgddefine	alpha_shared_intr
421.31Scgdfile	arch/alpha/common/shared_intr.c	alpha_shared_intr | dec_eb164 |
431.69Smjacob					dec_eb64plus | dec_kn20aa | dec_kn8ae |
441.83Sross					dec_kn300 | dec_550 | dec_1000 |
451.103Sross					dec_1000a | dec_eb66 | dec_6600
461.47Sthorpejdefine	alpha_sgmap
471.47Sthorpejfile	arch/alpha/common/sgmap_common.c alpha_sgmap | dec_3000_500
481.4Scgd
491.4Scgd#
501.4Scgd# Bus-independent devices
511.4Scgd#
521.4Scgd
531.63Sthorpejdevice	mainbus { }			# no locators (yet?)
541.11Scgdattach	mainbus at root
551.1Scgd
561.63Sthorpejdevice	cpu { }				# not really optional
571.11Scgdattach	cpu at mainbus
581.1Scgdfile	arch/alpha/alpha/cpu.c		cpu
591.1Scgd
601.88Sthorpej#
611.88Sthorpej# Machine-independent MII/PHY drivers.
621.88Sthorpej#
631.88Sthorpej
641.88Sthorpejinclude "dev/mii/files.mii"
651.8Scgd
661.4Scgd#
671.4Scgd# Machine-independent SCSI drivers
681.4Scgd#
691.4Scgd
701.53Sbouyerinclude "dev/scsipi/files.scsipi"
711.4Scgdmajor { cd = 3 }
721.4Scgdmajor { sd = 8 }
731.4Scgd
741.61Sthorpej#
751.61Sthorpej# Machine-independent ATA drivers
761.61Sthorpej#
771.61Sthorpej
781.61Sthorpejinclude "dev/ata/files.ata"
791.61Sthorpejmajor { wd = 4 }
801.61Sthorpej
811.33Spk# Memory Disk
821.33Spkfile	arch/alpha/alpha/md_root.c	memory_disk_hooks
831.33Spkmajor { md = 6 }
841.8Scgd
851.8Scgd
861.6Scgd#
871.70Sdrochner# "Workstation Console" glue.
881.6Scgd#
891.70Sdrochnerinclude "dev/wscons/files.wscons"
901.6Scgd
911.39Scgd
921.39Scgd#
931.39Scgd# TurboLaser Bus Support
941.39Scgd#
951.39Scgd
961.63Sthorpejdevice	tlsb { node = -1, offset = -1 }
971.39Scgdattach	tlsb at mainbus
981.39Scgdfile	arch/alpha/tlsb/tlsb.c		tlsb & dec_kn8ae
991.39Scgd
1001.63Sthorpejdevice	kft { }
1011.39Scgdattach	kft at tlsb
1021.39Scgdfile	arch/alpha/tlsb/kftxx.c		kft
1031.39Scgd
1041.63Sthorpejdevice	tlsbmem
1051.39Scgdattach	tlsbmem at tlsb
1061.39Scgdfile	arch/alpha/tlsb/tlsbmem.c	tlsbmem
1071.39Scgd
1081.63Sthorpejdevice	gbus { offset = -1 }
1091.39Scgdattach	gbus at tlsb
1101.39Scgdfile	arch/alpha/tlsb/gbus.c		gbus
1111.39Scgd
1121.69Smjacob#
1131.69Smjacob# MCBUS support
1141.69Smjacob#
1151.69Smjacob
1161.69Smjacobdevice	mcbus { mid = -1 }
1171.69Smjacobattach	mcbus at mainbus
1181.69Smjacobfile	arch/alpha/mcbus/mcbus.c	mcbus & dec_kn300
1191.69Smjacob
1201.69Smjacobdevice	mcmem
1211.69Smjacobattach	mcmem at mcbus
1221.69Smjacobfile	arch/alpha/mcbus/mcmem.c	mcmem
1231.39Scgd
1241.6Scgd#
1251.48Sjonathan# Bus-independent support for DEC devices
1261.48Sjonathan#
1271.48Sjonathaninclude "dev/dec/files.dec"
1281.48Sjonathan
1291.48Sjonathan#
1301.4Scgd# TurboChannel Devices
1311.4Scgd#
1321.48Sjonathaninclude "dev/tc/files.tc"
1331.4Scgd
1341.48Sjonathan# TC attachment is MD
1351.48Sjonathanattach	tc at tcbus
1361.9Scgd
1371.63Sthorpejdevice	tcasic: tcbus
1381.11Scgdattach	tcasic at mainbus
1391.9Scgdfile	arch/alpha/tc/tcasic.c		tcasic
1401.18Scgdfile	arch/alpha/tc/tc_bus_mem.c	tcasic
1411.47Sthorpejfile	arch/alpha/tc/tc_dma.c		tcasic
1421.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_300.c	tcasic & dec_3000_300
1431.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_500.c	tcasic & dec_3000_500
1441.47Sthorpejfile	arch/alpha/tc/tc_sgmap.c	tcasic & dec_3000_500
1451.13Scgdfile	arch/alpha/tc/tc_3000_500.c	tcasic & dec_3000_500
1461.13Scgdfile	arch/alpha/tc/tc_3000_300.c	tcasic & dec_3000_300
1471.1Scgd
1481.4Scgd# the TurboChannel IOCTL ASIC
1491.48Sjonathan#  IOASIC device and attachment defined in sys/dev/tc/files.tc
1501.13Scgdfile	arch/alpha/tc/ioasic.c		ioasic
1511.1Scgd
1521.16Scgd# Color Frame buffer
1531.70Sdrochnerdevice	cfb: wsemuldisplaydev, wsrasteremulops
1541.16Scgdattach	cfb at tc
1551.98Sbriggsfile	arch/alpha/tc/cfb.c		cfb		needs-flag
1561.16Scgd
1571.16Scgd# Smart Frame buffer
1581.70Sdrochnerdevice	sfb: wsemuldisplaydev, wsrasteremulops
1591.11Scgdattach	sfb at tc
1601.98Sbriggsfile	arch/alpha/tc/sfb.c		sfb		needs-flag
1611.1Scgd
1621.4Scgd# 8530 UARTs
1631.63Sthorpejdevice	scc: tty
1641.11Scgdattach	scc at ioasic
1651.4Scgdfile	arch/alpha/tc/scc.c		scc		needs-count
1661.66Sthorpej
1671.66Sthorpej# 8530 UARTs using the MI 8530 driver   
1681.66Sthorpejdevice	zsc { channel = -1 }
1691.66Sthorpejattach	zsc at ioasic with zsc_ioasic
1701.66Sthorpejfile	arch/alpha/tc/zs_ioasic.c	zsc_ioasic
1711.66Sthorpejfile	dev/ic/z8530sc.c		zsc
1721.66Sthorpej
1731.66Sthorpejdevice	zstty: tty
1741.66Sthorpejattach	zstty at zsc
1751.66Sthorpejfile	dev/ic/z8530tty.c		zstty		needs-flag
1761.1Scgd
1771.104Snisimuradevice	vsms: wsmousedev
1781.104Snisimuraattach	vsms at zsc with zsms
1791.98Sbriggsfile	dev/dec/zsms.c			zsms
1801.86Sthorpej
1811.104Snisimuradevice	lkkbd: wskbddev
1821.104Snisimuraattach	lkkbd at zsc with zskbd
1831.98Sbriggsfile	dev/dec/zskbd.c			zskbd		needs-flag
1841.86Sthorpej
1851.4Scgd# the TCDS ASIC
1861.77Sthorpejdevice	tcds { chip = -1 }
1871.11Scgdattach	tcds at tc
1881.77Sthorpejfile	arch/alpha/tc/tcds.c		tcds
1891.4Scgd
1901.4Scgd# 53C[F]90 SCSI
1911.63Sthorpejdevice	asc: scsi, ncr53c9x
1921.78Sthorpejattach	asc at tcds with asc_tcds
1931.77Sthorpejfile	arch/alpha/tc/asc.c		asc
1941.38Sthorpejfile	arch/alpha/tc/tcds_dma.c	asc
1951.4Scgd
1961.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc
1971.8Scgd
1981.8Scgd#
1991.8Scgd# ISA Bus support
2001.8Scgd#
2011.8Scgd
2021.26Scgdinclude "dev/pci/files.pci"	# XXX some ISA devs are 'at pci' too.
2031.26Scgdinclude "dev/isa/files.isa"
2041.8Scgd
2051.8Scgd#file	arch/alpha/isa/isafcns_jensen.c	dec_2000_300
2061.8Scgd
2071.4Scgd#
2081.8Scgd# ISA Bus devices
2091.4Scgd#
2101.1Scgd
2111.11Scgd#device	ibus at mainbus { }
2121.11Scgd#device	jcombo at ibus: isabus
2131.11Scgd#device	jeisa at ibus: eisabus
2141.8Scgd
2151.31Scgdfile	arch/alpha/isa/isa_machdep.c	isa
2161.31Scgd
2171.70Sdrochnerinclude "dev/pckbc/files.pckbc"
2181.87Sdrochner
2191.87Sdrochner# ISA speaker generates keyboard beep
2201.87Sdrochnerdevice isabeep
2211.87Sdrochnerattach isabeep at pcppi
2221.8Scgd
2231.35Scgd# Floppy disk controller
2241.63Sthorpejdevice	fdc { drive = -1 }
2251.35Scgdattach	fdc at isa
2261.63Sthorpejdevice	fd: disk, isadma
2271.35Scgdattach	fd at fdc
2281.36Scgdfile	arch/alpha/isa/fd.c		fdc needs-flag
2291.35Scgdmajor	{ fd = 0 }
2301.86Sthorpej
2311.86Sthorpej# ISA Plug 'n Play devices
2321.86Sthorpejfile	arch/alpha/isa/isapnp_machdep.c	isapnp
2331.35Scgd
2341.8Scgd#
2351.8Scgd# EISA Bus support
2361.8Scgd#
2371.8Scgd
2381.26Scgdinclude "dev/eisa/files.eisa"
2391.8Scgd
2401.8Scgd
2411.8Scgd#
2421.8Scgd# PCI Bus support
2431.8Scgd#
2441.8Scgd
2451.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE
2461.71Sthorpej
2471.71Sthorpejfile	arch/alpha/pci/pciide_machdep.c		pciide
2481.8Scgd
2491.50Scgddefine	alpha_pci_sgmap_pte32
2501.50Scgdfile	arch/alpha/pci/pci_sgmap_pte32.c	alpha_pci_sgmap_pte32
2511.50Scgd
2521.50Scgddefine	alpha_pci_sgmap_pte64
2531.50Scgdfile	arch/alpha/pci/pci_sgmap_pte64.c	alpha_pci_sgmap_pte64
2541.50Scgd
2551.63Sthorpejdevice	apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2561.10Sthorpejattach	apecs at mainbus
2571.5Scgdfile	arch/alpha/pci/apecs.c		apecs
2581.32Scgdfile	arch/alpha/pci/apecs_bus_io.c	apecs
2591.32Scgdfile	arch/alpha/pci/apecs_bus_mem.c	apecs
2601.47Sthorpejfile	arch/alpha/pci/apecs_dma.c	apecs
2611.5Scgdfile	arch/alpha/pci/apecs_pci.c	apecs
2621.4Scgd
2631.63Sthorpejdevice	cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2641.10Sthorpejattach	cia at mainbus
2651.8Scgdfile	arch/alpha/pci/cia.c		cia
2661.47Sthorpejfile	arch/alpha/pci/cia_dma.c	cia
2671.8Scgdfile	arch/alpha/pci/cia_pci.c	cia
2681.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_io.c cia
2691.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_mem.c cia
2701.51Scgdfile	arch/alpha/pci/cia_swiz_bus_io.c cia
2711.51Scgdfile	arch/alpha/pci/cia_swiz_bus_mem.c cia
2721.8Scgd
2731.64Srossdevice	a12c { }: pcibus
2741.62Srossattach	a12c at mainbus
2751.62Srossfile	arch/alpha/pci/a12c.c		a12c
2761.62Srossfile	arch/alpha/pci/a12c_bus_mem.c	a12c
2771.62Srossfile	arch/alpha/pci/a12c_dma.c	a12c
2781.62Srossfile	arch/alpha/pci/a12c_pci.c	a12c
2791.62Sross
2801.63Sthorpejdevice	dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32
2811.44Scgdattach	dwlpx at kft
2821.44Scgdfile	arch/alpha/pci/dwlpx.c		dwlpx
2831.69Smjacobfile	arch/alpha/pci/dwlpx_bus_io.c	dwlpx
2841.69Smjacobfile	arch/alpha/pci/dwlpx_bus_mem.c	dwlpx
2851.47Sthorpejfile	arch/alpha/pci/dwlpx_dma.c	dwlpx
2861.44Scgdfile	arch/alpha/pci/dwlpx_pci.c	dwlpx
2871.44Scgd
2881.63Sthorpejdevice	lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2891.50Scgdattach	lca at mainbus
2901.50Scgdfile	arch/alpha/pci/lca.c		lca
2911.50Scgdfile	arch/alpha/pci/lca_bus_io.c	lca
2921.50Scgdfile	arch/alpha/pci/lca_bus_mem.c	lca
2931.50Scgdfile	arch/alpha/pci/lca_dma.c	lca
2941.50Scgdfile	arch/alpha/pci/lca_pci.c	lca
2951.44Scgd
2961.69Smjacobdevice	mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2971.69Smjacobattach	mcpcia at mcbus
2981.69Smjacobfile	arch/alpha/pci/mcpcia.c		mcpcia
2991.69Smjacobfile	arch/alpha/pci/mcpcia_bus_io.c	mcpcia
3001.69Smjacobfile	arch/alpha/pci/mcpcia_bus_mem.c	mcpcia
3011.69Smjacobfile	arch/alpha/pci/mcpcia_dma.c	mcpcia
3021.69Smjacobfile	arch/alpha/pci/mcpcia_pci.c	mcpcia
3031.69Smjacob
3041.103Srossdevice	tsc { }
3051.103Srossattach	tsc at mainbus
3061.103Srossfile	arch/alpha/pci/tsc.c		dec_6600
3071.103Sross
3081.103Srossdevice	tsp: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3091.103Srossattach	tsp at tsc
3101.103Srossfile	arch/alpha/pci/tsp_dma.c	tsp
3111.103Srossfile	arch/alpha/pci/tsp_pci.c	tsp
3121.103Srossfile	arch/alpha/pci/tsp_bus_io.c	tsp
3131.103Srossfile	arch/alpha/pci/tsp_bus_mem.c	tsp
3141.69Smjacob
3151.106Sthorpejdevice	ttwoga { hose = -1 }
3161.106Sthorpejattach	ttwoga at mainbus
3171.106Sthorpejdevice	ttwopci: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3181.106Sthorpejattach	ttwopci at ttwoga
3191.106Sthorpejfile	arch/alpha/pci/ttwoga.c		ttwoga
3201.106Sthorpejfile	arch/alpha/pci/ttwoga_bus_io.c	ttwoga
3211.106Sthorpejfile	arch/alpha/pci/ttwoga_bus_mem.c	ttwoga
3221.106Sthorpejfile	arch/alpha/pci/ttwoga_dma.c	ttwoga
3231.106Sthorpejfile	arch/alpha/pci/ttwoga_pci.c	ttwoga
3241.106Sthorpej
3251.106Sthorpej#
3261.106Sthorpej# Sable STDIO support
3271.106Sthorpej#
3281.106Sthorpejdevice	sableio { port = -1 }
3291.106Sthorpejattach	sableio at pcibus
3301.106Sthorpejfile	arch/alpha/sableio/sableio.c		sableio
3311.106Sthorpej
3321.106Sthorpejattach	com at sableio with com_sableio
3331.106Sthorpejfile	arch/alpha/sableio/com_sableio.c	com_sableio
3341.106Sthorpej
3351.106Sthorpejattach	lpt at sableio with lpt_sableio
3361.106Sthorpejfile	arch/alpha/sableio/lpt_sableio.c	lpt_sableio
3371.106Sthorpej
3381.106Sthorpejattach	pckbc at sableio with pckbc_sableio
3391.106Sthorpejfile	arch/alpha/sableio/pckbc_sableio.c	pckbc_sableio
3401.106Sthorpej
3411.106Sthorpej#attach	fdc at sableio with fdc_sableio
3421.106Sthorpej#file	arch/alpha/sableio/fdc_sableio.c	fdc_sableio
3431.106Sthorpej
3441.44Scgd# CPU support files
3451.5Scgdfile	arch/alpha/pci/pci_2100_a50.c	dec_2100_a50
3461.106Sthorpejfile	arch/alpha/pci/pci_2100_a500.c	dec_2100_a500
3471.62Srossfile	arch/alpha/pci/pci_a12.c	avalon_a12
3481.82Sthorpejfile	arch/alpha/pci/pci_alphabook1.c	dec_alphabook1
3491.28Scgdfile	arch/alpha/pci/pci_axppci_33.c	dec_axppci_33
3501.28Scgdfile	arch/alpha/pci/pci_eb164.c	dec_eb164
3511.32Scgdfile	arch/alpha/pci/pci_eb164_intr.s	dec_eb164
3521.74Sthorpejfile	arch/alpha/pci/pci_eb64plus.c	dec_eb64plus
3531.41Scgdfile	arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus
3541.84Sthorpejfile	arch/alpha/pci/pci_eb66.c	dec_eb66
3551.84Sthorpejfile	arch/alpha/pci/pci_eb66_intr.s	dec_eb66
3561.8Scgdfile	arch/alpha/pci/pci_kn20aa.c	dec_kn20aa
3571.69Smjacobfile	arch/alpha/pci/pci_kn8ae.c	dec_kn8ae
3581.69Smjacobfile	arch/alpha/pci/pci_kn300.c	dec_kn300
3591.75Sthorpejfile	arch/alpha/pci/pci_550.c	dec_550
3601.81Srossfile	arch/alpha/pci/pci_1000a.c	dec_1000a
3611.83Srossfile	arch/alpha/pci/pci_1000.c	dec_1000
3621.103Srossfile	arch/alpha/pci/pci_6600.c	dec_6600
3631.8Scgd
3641.4Scgd
3651.4Scgd#
3661.8Scgd# PCI Bus devices
3671.4Scgd#
3681.1Scgd
3691.4Scgdfile	arch/alpha/pci/pci_machdep.c	pci
3701.1Scgd
3711.63Sthorpejdevice	sio: isabus, alpha_shared_intr
3721.10Sthorpejattach	sio at pci
3731.63Sthorpejdevice	pceb: isabus, eisabus
3741.10Sthorpejattach	pceb at pci
3751.11Scgdfile	arch/alpha/pci/sio.c		sio | pceb	needs-flag
3761.11Scgdfile	arch/alpha/pci/sio_pic.c	sio | pceb
3771.5Scgd
3781.6Scgd
3791.62Sross#
3801.103Sross# A12 if_de hack
3811.62Sross#
3821.63Sthorpejdevice	ade: ether, ifnet, arp
3831.62Srossattach	ade at pci
3841.90Srossfile	arch/alpha/a12/if_ade.c		ade
3851.64Sross
3861.64Sross#
3871.64Sross# alpha/a12 platform-specific drivers
3881.64Sross#
3891.64Sross
3901.64Sross# Switch
3911.64Sross
3921.64Srossdevice	xb
3931.64Srossattach	xb at a12c
3941.64Srossfile	arch/alpha/a12/if_xb.c	xb
3951.64Sross
3961.64Sross# Console
3971.64Sross
3981.64Srossdevice	a12dc
3991.64Srossattach	a12dc at a12c
4001.64Srossfile	arch/alpha/a12/a12dc.c	a12dc		needs-flag
4011.8Scgd
4021.5Scgd#
4031.8Scgd# Devices that can live on multiple busses
4041.5Scgd#
4051.5Scgd
4061.63Sthorpejdevice	mcclock
4071.12Scgdattach	mcclock at ioasic with mcclock_ioasic
4081.12Scgdattach	mcclock at isa with mcclock_isa
4091.39Scgdattach	mcclock at gbus with mcclock_tlsb
4101.12Scgdfile	arch/alpha/alpha/mcclock.c	mcclock
4111.12Scgdfile	arch/alpha/tc/mcclock_ioasic.c	mcclock_ioasic
4121.12Scgdfile	arch/alpha/isa/mcclock_isa.c	mcclock_isa
4131.39Scgdfile	arch/alpha/tlsb/mcclock_tlsb.c	mcclock_tlsb
4141.39Scgd
4151.5Scgd
4161.4Scgd#
4171.4Scgd# Standard files
4181.4Scgd#
4191.1Scgdfile	arch/alpha/alpha/autoconf.c
4201.12Scgdfile	arch/alpha/alpha/clock.c
4211.93Sdrochnerfile	dev/clock_subr.c
4221.1Scgdfile	arch/alpha/alpha/conf.c
4231.55Sthorpejfile	arch/alpha/alpha/cpuconf.c
4241.1Scgdfile	arch/alpha/alpha/interrupt.c
4251.92Sthorpejfile	arch/alpha/alpha/ipifuncs.c		multiprocessor
4261.1Scgdfile	arch/alpha/alpha/machdep.c
4271.1Scgdfile	arch/alpha/alpha/mainbus.c
4281.1Scgdfile	arch/alpha/alpha/mem.c
4291.67Sthorpejfile	arch/alpha/alpha/pmap.c
4301.1Scgdfile	arch/alpha/alpha/process_machdep.c
4311.1Scgdfile	arch/alpha/alpha/prom.c
4321.1Scgdfile	arch/alpha/alpha/support.c
4331.1Scgdfile	arch/alpha/alpha/sys_machdep.c
4341.1Scgdfile	arch/alpha/alpha/trap.c
4351.1Scgdfile	arch/alpha/alpha/vm_machdep.c
4361.1Scgdfile	arch/alpha/alpha/disksubr.c
4371.47Sthorpejfile	arch/alpha/common/bus_dma.c
4381.85Smjacobfile	arch/alpha/common/comlogout.c
4391.1Scgdfile	dev/cons.c
4401.4Scgd
4411.44Scgd# Network protocol checksum routines
4421.44Scgdfile	arch/alpha/alpha/in_cksum.c		inet
4431.19Scgdfile	netns/ns_cksum.c			ns
4441.1Scgd
4451.44Scgd# PROM console support (for ports that don't have native console support)
4461.5Scgdfile	arch/alpha/alpha/promcons.c
4471.6Scgd
4481.44Scgd# CPU support
4491.59Sthorpejfile	arch/alpha/alpha/dec_2100_a50.c		dec_2100_a50
4501.106Sthorpejfile	arch/alpha/alpha/dec_2100_a500.c	dec_2100_a500
4511.59Sthorpejfile	arch/alpha/alpha/dec_3000_300.c		dec_3000_300
4521.59Sthorpejfile	arch/alpha/alpha/dec_3000_500.c		dec_3000_500
4531.59Sthorpejfile	arch/alpha/alpha/dec_550.c		dec_550
4541.82Sthorpejfile	arch/alpha/alpha/dec_alphabook1.c	dec_alphabook1
4551.59Sthorpejfile	arch/alpha/alpha/dec_axppci_33.c	dec_axppci_33
4561.59Sthorpejfile	arch/alpha/alpha/dec_eb164.c		dec_eb164
4571.59Sthorpejfile	arch/alpha/alpha/dec_eb64plus.c		dec_eb64plus
4581.84Sthorpejfile	arch/alpha/alpha/dec_eb66.c		dec_eb66
4591.59Sthorpejfile	arch/alpha/alpha/dec_kn20aa.c		dec_kn20aa
4601.59Sthorpejfile	arch/alpha/alpha/dec_kn8ae.c		dec_kn8ae
4611.69Smjacobfile	arch/alpha/alpha/dec_kn300.c		dec_kn300
4621.62Srossfile	arch/alpha/alpha/avalon_a12.c		avalon_a12
4631.83Srossfile	arch/alpha/alpha/dec_1000a.c		dec_1000 | dec_1000a
4641.103Srossfile	arch/alpha/alpha/dec_6600.c		dec_6600
4651.58Sthorpej
4661.58Sthorpej# Kernel debugger support
4671.58Sthorpejfile	arch/alpha/alpha/db_disasm.c		ddb
4681.58Sthorpejfile	arch/alpha/alpha/db_interface.c		ddb
4691.58Sthorpejfile	arch/alpha/alpha/db_trace.c		ddb
4701.89Sthorpej
4711.89Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX)
4721.89Sthorpejfile	arch/alpha/alpha/compat_13_machdep.c	compat_13
4731.7Sthorpej
4741.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1)
4751.26Scgdinclude "compat/osf1/files.osf1"
4761.101Scgdfile	arch/alpha/alpha/osf1_locore.s		compat_osf1
4771.94Serh
4781.94Serh# Linux Binary Compatibility (COMPAT_LINUX)
4791.94Serhinclude "compat/linux/files.linux"
4801.96Srossinclude "compat/linux/arch/alpha/files.linux_alpha"
4811.94Serh
4821.94Serh# OSS audio driver compatibility
4831.94Serhinclude "compat/ossaudio/files.ossaudio"
4841.76Smatt
4851.76Smatt# XXXX pcic here because it needs to be late.  The catch: pcic needs
4861.76Smatt# to be late, so devices which attach to it are attached late.  But it
4871.76Smatt# needs to be before its isa and pci attachments.  This answer is
4881.76Smatt# non-optimal, but I don't have a better answer right now.
4891.76Smatt
4901.76Smatt# PCIC pcmcia contoller
4911.76Smatt# XXX this needs to be done very late, so it's done here.  This feels
4921.76Smatt# like a kludge, but it might be for the best.
4931.76Smatt
4941.76Smattdefopt	PCIC_ISA_ALLOC_IOBASE
4951.76Smattdefopt	PCIC_ISA_ALLOC_IOSIZE
4961.76Smattdefopt	PCIC_ISA_INTR_ALLOC_MASK
4971.76Smatt
4981.99Spkdevice	pcic: pcmciabus
4991.76Smattfile	dev/ic/i82365.c			pcic
5001.76Smatt
5011.100Smycroft# PCIC pcmcia controller on ISA bus.
5021.76Smattattach	pcic at isa with pcic_isa
5031.76Smattfile	dev/isa/i82365_isa.c		pcic_isa
5041.76Smatt
5051.100Smycroft# PCIC pcmcia controller on PCI bus.
5061.76Smattattach	pcic at pci with pcic_pci
5071.76Smattfile	dev/pci/i82365_pci.c		pcic_pci
5081.100Smycroft
5091.100Smycroft# PCIC pcmcia controller on PnP board
5101.100Smycroftattach pcic at isapnp with pcic_isapnp
5111.100Smycroftfile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
5121.100Smycroft
5131.100Smycroft# Code common to ISA and ISAPnP attachments
5141.100Smycroftfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
5151.76Smatt
5161.76Smatt
5171.76Smatt# this wants to be probed as late as possible.
5181.76Smatt#
5191.76Smatt# Machine-independent PCMCIA drivers
5201.76Smatt#
5211.76Smattinclude "dev/pcmcia/files.pcmcia"
5221.95Smatt#
5231.95Smatt# Machine-independent USB device support
5241.95Smatt#
5251.95Smattinclude "dev/usb/files.usb"
526