files.alpha revision 1.110
11.110Sthorpej# $NetBSD: files.alpha,v 1.110 2000/03/23 01:04:11 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.109Soster
851.109Soster# RAIDframe 
861.109Sostermajor { raid = 16 }
871.8Scgd
881.108Snisimura# Raster operations
891.108Snisimurainclude "dev/rasops/files.rasops"
901.108Snisimurainclude "dev/wsfont/files.wsfont"
911.8Scgd
921.6Scgd#
931.70Sdrochner# "Workstation Console" glue.
941.6Scgd#
951.70Sdrochnerinclude "dev/wscons/files.wscons"
961.6Scgd
971.39Scgd
981.39Scgd#
991.39Scgd# TurboLaser Bus Support
1001.39Scgd#
1011.39Scgd
1021.63Sthorpejdevice	tlsb { node = -1, offset = -1 }
1031.39Scgdattach	tlsb at mainbus
1041.39Scgdfile	arch/alpha/tlsb/tlsb.c		tlsb & dec_kn8ae
1051.39Scgd
1061.63Sthorpejdevice	kft { }
1071.39Scgdattach	kft at tlsb
1081.39Scgdfile	arch/alpha/tlsb/kftxx.c		kft
1091.39Scgd
1101.63Sthorpejdevice	tlsbmem
1111.39Scgdattach	tlsbmem at tlsb
1121.39Scgdfile	arch/alpha/tlsb/tlsbmem.c	tlsbmem
1131.39Scgd
1141.63Sthorpejdevice	gbus { offset = -1 }
1151.39Scgdattach	gbus at tlsb
1161.39Scgdfile	arch/alpha/tlsb/gbus.c		gbus
1171.39Scgd
1181.69Smjacob#
1191.69Smjacob# MCBUS support
1201.69Smjacob#
1211.69Smjacob
1221.69Smjacobdevice	mcbus { mid = -1 }
1231.69Smjacobattach	mcbus at mainbus
1241.69Smjacobfile	arch/alpha/mcbus/mcbus.c	mcbus & dec_kn300
1251.69Smjacob
1261.69Smjacobdevice	mcmem
1271.69Smjacobattach	mcmem at mcbus
1281.69Smjacobfile	arch/alpha/mcbus/mcmem.c	mcmem
1291.39Scgd
1301.6Scgd#
1311.48Sjonathan# Bus-independent support for DEC devices
1321.48Sjonathan#
1331.48Sjonathaninclude "dev/dec/files.dec"
1341.48Sjonathan
1351.48Sjonathan#
1361.108Snisimura# TURBOchannel Devices
1371.4Scgd#
1381.48Sjonathaninclude "dev/tc/files.tc"
1391.4Scgd
1401.48Sjonathan# TC attachment is MD
1411.48Sjonathanattach	tc at tcbus
1421.9Scgd
1431.63Sthorpejdevice	tcasic: tcbus
1441.11Scgdattach	tcasic at mainbus
1451.9Scgdfile	arch/alpha/tc/tcasic.c		tcasic
1461.18Scgdfile	arch/alpha/tc/tc_bus_mem.c	tcasic
1471.47Sthorpejfile	arch/alpha/tc/tc_dma.c		tcasic
1481.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_300.c	tcasic & dec_3000_300
1491.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_500.c	tcasic & dec_3000_500
1501.47Sthorpejfile	arch/alpha/tc/tc_sgmap.c	tcasic & dec_3000_500
1511.13Scgdfile	arch/alpha/tc/tc_3000_500.c	tcasic & dec_3000_500
1521.13Scgdfile	arch/alpha/tc/tc_3000_300.c	tcasic & dec_3000_300
1531.1Scgd
1541.108Snisimura# the TURBOchannel IOCTL ASIC
1551.48Sjonathan#  IOASIC device and attachment defined in sys/dev/tc/files.tc
1561.13Scgdfile	arch/alpha/tc/ioasic.c		ioasic
1571.1Scgd
1581.16Scgd# Color Frame buffer
1591.70Sdrochnerdevice	cfb: wsemuldisplaydev, wsrasteremulops
1601.16Scgdattach	cfb at tc
1611.98Sbriggsfile	arch/alpha/tc/cfb.c		cfb		needs-flag
1621.16Scgd
1631.16Scgd# Smart Frame buffer
1641.108Snisimuradevice	sfb: wsemuldisplaydev, rasops8
1651.11Scgdattach	sfb at tc
1661.108Snisimurafile	dev/tc/sfb.c			sfb		needs-flag
1671.1Scgd
1681.4Scgd# 8530 UARTs
1691.63Sthorpejdevice	scc: tty
1701.11Scgdattach	scc at ioasic
1711.4Scgdfile	arch/alpha/tc/scc.c		scc		needs-count
1721.66Sthorpej
1731.66Sthorpej# 8530 UARTs using the MI 8530 driver   
1741.66Sthorpejdevice	zsc { channel = -1 }
1751.66Sthorpejattach	zsc at ioasic with zsc_ioasic
1761.110Sthorpejfile	arch/alpha/tc/zs_ioasic.c	zsc_ioasic	needs-flag
1771.66Sthorpejfile	dev/ic/z8530sc.c		zsc
1781.66Sthorpej
1791.66Sthorpejdevice	zstty: tty
1801.66Sthorpejattach	zstty at zsc
1811.66Sthorpejfile	dev/ic/z8530tty.c		zstty		needs-flag
1821.1Scgd
1831.104Snisimuradevice	vsms: wsmousedev
1841.104Snisimuraattach	vsms at zsc with zsms
1851.98Sbriggsfile	dev/dec/zsms.c			zsms
1861.86Sthorpej
1871.104Snisimuradevice	lkkbd: wskbddev
1881.104Snisimuraattach	lkkbd at zsc with zskbd
1891.98Sbriggsfile	dev/dec/zskbd.c			zskbd		needs-flag
1901.86Sthorpej
1911.4Scgd# the TCDS ASIC
1921.77Sthorpejdevice	tcds { chip = -1 }
1931.11Scgdattach	tcds at tc
1941.77Sthorpejfile	arch/alpha/tc/tcds.c		tcds
1951.4Scgd
1961.4Scgd# 53C[F]90 SCSI
1971.63Sthorpejdevice	asc: scsi, ncr53c9x
1981.78Sthorpejattach	asc at tcds with asc_tcds
1991.77Sthorpejfile	arch/alpha/tc/asc.c		asc
2001.38Sthorpejfile	arch/alpha/tc/tcds_dma.c	asc
2011.4Scgd
2021.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc
2031.8Scgd
2041.8Scgd#
2051.8Scgd# ISA Bus support
2061.8Scgd#
2071.8Scgd
2081.26Scgdinclude "dev/pci/files.pci"	# XXX some ISA devs are 'at pci' too.
2091.26Scgdinclude "dev/isa/files.isa"
2101.8Scgd
2111.8Scgd#file	arch/alpha/isa/isafcns_jensen.c	dec_2000_300
2121.8Scgd
2131.4Scgd#
2141.8Scgd# ISA Bus devices
2151.4Scgd#
2161.1Scgd
2171.11Scgd#device	ibus at mainbus { }
2181.11Scgd#device	jcombo at ibus: isabus
2191.11Scgd#device	jeisa at ibus: eisabus
2201.8Scgd
2211.31Scgdfile	arch/alpha/isa/isa_machdep.c	isa
2221.31Scgd
2231.70Sdrochnerinclude "dev/pckbc/files.pckbc"
2241.87Sdrochner
2251.87Sdrochner# ISA speaker generates keyboard beep
2261.87Sdrochnerdevice isabeep
2271.87Sdrochnerattach isabeep at pcppi
2281.8Scgd
2291.35Scgd# Floppy disk controller
2301.63Sthorpejdevice	fdc { drive = -1 }
2311.35Scgdattach	fdc at isa
2321.63Sthorpejdevice	fd: disk, isadma
2331.35Scgdattach	fd at fdc
2341.36Scgdfile	arch/alpha/isa/fd.c		fdc needs-flag
2351.35Scgdmajor	{ fd = 0 }
2361.86Sthorpej
2371.86Sthorpej# ISA Plug 'n Play devices
2381.86Sthorpejfile	arch/alpha/isa/isapnp_machdep.c	isapnp
2391.35Scgd
2401.8Scgd#
2411.8Scgd# EISA Bus support
2421.8Scgd#
2431.8Scgd
2441.26Scgdinclude "dev/eisa/files.eisa"
2451.8Scgd
2461.8Scgd
2471.8Scgd#
2481.8Scgd# PCI Bus support
2491.8Scgd#
2501.8Scgd
2511.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE
2521.71Sthorpej
2531.71Sthorpejfile	arch/alpha/pci/pciide_machdep.c		pciide
2541.8Scgd
2551.50Scgddefine	alpha_pci_sgmap_pte32
2561.50Scgdfile	arch/alpha/pci/pci_sgmap_pte32.c	alpha_pci_sgmap_pte32
2571.50Scgd
2581.50Scgddefine	alpha_pci_sgmap_pte64
2591.50Scgdfile	arch/alpha/pci/pci_sgmap_pte64.c	alpha_pci_sgmap_pte64
2601.50Scgd
2611.63Sthorpejdevice	apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2621.10Sthorpejattach	apecs at mainbus
2631.5Scgdfile	arch/alpha/pci/apecs.c		apecs
2641.32Scgdfile	arch/alpha/pci/apecs_bus_io.c	apecs
2651.32Scgdfile	arch/alpha/pci/apecs_bus_mem.c	apecs
2661.47Sthorpejfile	arch/alpha/pci/apecs_dma.c	apecs
2671.5Scgdfile	arch/alpha/pci/apecs_pci.c	apecs
2681.4Scgd
2691.63Sthorpejdevice	cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2701.10Sthorpejattach	cia at mainbus
2711.8Scgdfile	arch/alpha/pci/cia.c		cia
2721.47Sthorpejfile	arch/alpha/pci/cia_dma.c	cia
2731.8Scgdfile	arch/alpha/pci/cia_pci.c	cia
2741.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_io.c cia
2751.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_mem.c cia
2761.51Scgdfile	arch/alpha/pci/cia_swiz_bus_io.c cia
2771.51Scgdfile	arch/alpha/pci/cia_swiz_bus_mem.c cia
2781.8Scgd
2791.64Srossdevice	a12c { }: pcibus
2801.62Srossattach	a12c at mainbus
2811.62Srossfile	arch/alpha/pci/a12c.c		a12c
2821.62Srossfile	arch/alpha/pci/a12c_bus_mem.c	a12c
2831.62Srossfile	arch/alpha/pci/a12c_dma.c	a12c
2841.62Srossfile	arch/alpha/pci/a12c_pci.c	a12c
2851.62Sross
2861.63Sthorpejdevice	dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32
2871.44Scgdattach	dwlpx at kft
2881.44Scgdfile	arch/alpha/pci/dwlpx.c		dwlpx
2891.69Smjacobfile	arch/alpha/pci/dwlpx_bus_io.c	dwlpx
2901.69Smjacobfile	arch/alpha/pci/dwlpx_bus_mem.c	dwlpx
2911.47Sthorpejfile	arch/alpha/pci/dwlpx_dma.c	dwlpx
2921.44Scgdfile	arch/alpha/pci/dwlpx_pci.c	dwlpx
2931.44Scgd
2941.63Sthorpejdevice	lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2951.50Scgdattach	lca at mainbus
2961.50Scgdfile	arch/alpha/pci/lca.c		lca
2971.50Scgdfile	arch/alpha/pci/lca_bus_io.c	lca
2981.50Scgdfile	arch/alpha/pci/lca_bus_mem.c	lca
2991.50Scgdfile	arch/alpha/pci/lca_dma.c	lca
3001.50Scgdfile	arch/alpha/pci/lca_pci.c	lca
3011.44Scgd
3021.69Smjacobdevice	mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3031.69Smjacobattach	mcpcia at mcbus
3041.69Smjacobfile	arch/alpha/pci/mcpcia.c		mcpcia
3051.69Smjacobfile	arch/alpha/pci/mcpcia_bus_io.c	mcpcia
3061.69Smjacobfile	arch/alpha/pci/mcpcia_bus_mem.c	mcpcia
3071.69Smjacobfile	arch/alpha/pci/mcpcia_dma.c	mcpcia
3081.69Smjacobfile	arch/alpha/pci/mcpcia_pci.c	mcpcia
3091.69Smjacob
3101.103Srossdevice	tsc { }
3111.103Srossattach	tsc at mainbus
3121.103Srossfile	arch/alpha/pci/tsc.c		dec_6600
3131.103Sross
3141.103Srossdevice	tsp: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3151.103Srossattach	tsp at tsc
3161.103Srossfile	arch/alpha/pci/tsp_dma.c	tsp
3171.103Srossfile	arch/alpha/pci/tsp_pci.c	tsp
3181.103Srossfile	arch/alpha/pci/tsp_bus_io.c	tsp
3191.103Srossfile	arch/alpha/pci/tsp_bus_mem.c	tsp
3201.69Smjacob
3211.106Sthorpejdevice	ttwoga { hose = -1 }
3221.106Sthorpejattach	ttwoga at mainbus
3231.106Sthorpejdevice	ttwopci: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3241.106Sthorpejattach	ttwopci at ttwoga
3251.106Sthorpejfile	arch/alpha/pci/ttwoga.c		ttwoga
3261.106Sthorpejfile	arch/alpha/pci/ttwoga_bus_io.c	ttwoga
3271.106Sthorpejfile	arch/alpha/pci/ttwoga_bus_mem.c	ttwoga
3281.106Sthorpejfile	arch/alpha/pci/ttwoga_dma.c	ttwoga
3291.106Sthorpejfile	arch/alpha/pci/ttwoga_pci.c	ttwoga
3301.106Sthorpej
3311.106Sthorpej#
3321.106Sthorpej# Sable STDIO support
3331.106Sthorpej#
3341.106Sthorpejdevice	sableio { port = -1 }
3351.106Sthorpejattach	sableio at pcibus
3361.106Sthorpejfile	arch/alpha/sableio/sableio.c		sableio
3371.106Sthorpej
3381.106Sthorpejattach	com at sableio with com_sableio
3391.106Sthorpejfile	arch/alpha/sableio/com_sableio.c	com_sableio
3401.106Sthorpej
3411.106Sthorpejattach	lpt at sableio with lpt_sableio
3421.106Sthorpejfile	arch/alpha/sableio/lpt_sableio.c	lpt_sableio
3431.106Sthorpej
3441.106Sthorpejattach	pckbc at sableio with pckbc_sableio
3451.106Sthorpejfile	arch/alpha/sableio/pckbc_sableio.c	pckbc_sableio
3461.106Sthorpej
3471.106Sthorpej#attach	fdc at sableio with fdc_sableio
3481.106Sthorpej#file	arch/alpha/sableio/fdc_sableio.c	fdc_sableio
3491.106Sthorpej
3501.44Scgd# CPU support files
3511.5Scgdfile	arch/alpha/pci/pci_2100_a50.c	dec_2100_a50
3521.106Sthorpejfile	arch/alpha/pci/pci_2100_a500.c	dec_2100_a500
3531.62Srossfile	arch/alpha/pci/pci_a12.c	avalon_a12
3541.82Sthorpejfile	arch/alpha/pci/pci_alphabook1.c	dec_alphabook1
3551.28Scgdfile	arch/alpha/pci/pci_axppci_33.c	dec_axppci_33
3561.28Scgdfile	arch/alpha/pci/pci_eb164.c	dec_eb164
3571.32Scgdfile	arch/alpha/pci/pci_eb164_intr.s	dec_eb164
3581.74Sthorpejfile	arch/alpha/pci/pci_eb64plus.c	dec_eb64plus
3591.41Scgdfile	arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus
3601.84Sthorpejfile	arch/alpha/pci/pci_eb66.c	dec_eb66
3611.84Sthorpejfile	arch/alpha/pci/pci_eb66_intr.s	dec_eb66
3621.8Scgdfile	arch/alpha/pci/pci_kn20aa.c	dec_kn20aa
3631.69Smjacobfile	arch/alpha/pci/pci_kn8ae.c	dec_kn8ae
3641.69Smjacobfile	arch/alpha/pci/pci_kn300.c	dec_kn300
3651.75Sthorpejfile	arch/alpha/pci/pci_550.c	dec_550
3661.81Srossfile	arch/alpha/pci/pci_1000a.c	dec_1000a
3671.83Srossfile	arch/alpha/pci/pci_1000.c	dec_1000
3681.103Srossfile	arch/alpha/pci/pci_6600.c	dec_6600
3691.8Scgd
3701.4Scgd
3711.4Scgd#
3721.8Scgd# PCI Bus devices
3731.4Scgd#
3741.1Scgd
3751.4Scgdfile	arch/alpha/pci/pci_machdep.c	pci
3761.1Scgd
3771.63Sthorpejdevice	sio: isabus, alpha_shared_intr
3781.10Sthorpejattach	sio at pci
3791.63Sthorpejdevice	pceb: isabus, eisabus
3801.10Sthorpejattach	pceb at pci
3811.11Scgdfile	arch/alpha/pci/sio.c		sio | pceb	needs-flag
3821.11Scgdfile	arch/alpha/pci/sio_pic.c	sio | pceb
3831.5Scgd
3841.6Scgd
3851.62Sross#
3861.103Sross# A12 if_de hack
3871.62Sross#
3881.63Sthorpejdevice	ade: ether, ifnet, arp
3891.62Srossattach	ade at pci
3901.90Srossfile	arch/alpha/a12/if_ade.c		ade
3911.64Sross
3921.64Sross#
3931.64Sross# alpha/a12 platform-specific drivers
3941.64Sross#
3951.64Sross
3961.64Sross# Switch
3971.64Sross
3981.64Srossdevice	xb
3991.64Srossattach	xb at a12c
4001.64Srossfile	arch/alpha/a12/if_xb.c	xb
4011.64Sross
4021.64Sross# Console
4031.64Sross
4041.64Srossdevice	a12dc
4051.64Srossattach	a12dc at a12c
4061.64Srossfile	arch/alpha/a12/a12dc.c	a12dc		needs-flag
4071.8Scgd
4081.5Scgd#
4091.8Scgd# Devices that can live on multiple busses
4101.5Scgd#
4111.5Scgd
4121.63Sthorpejdevice	mcclock
4131.12Scgdattach	mcclock at ioasic with mcclock_ioasic
4141.12Scgdattach	mcclock at isa with mcclock_isa
4151.39Scgdattach	mcclock at gbus with mcclock_tlsb
4161.12Scgdfile	arch/alpha/alpha/mcclock.c	mcclock
4171.12Scgdfile	arch/alpha/tc/mcclock_ioasic.c	mcclock_ioasic
4181.12Scgdfile	arch/alpha/isa/mcclock_isa.c	mcclock_isa
4191.39Scgdfile	arch/alpha/tlsb/mcclock_tlsb.c	mcclock_tlsb
4201.39Scgd
4211.5Scgd
4221.4Scgd#
4231.4Scgd# Standard files
4241.4Scgd#
4251.1Scgdfile	arch/alpha/alpha/autoconf.c
4261.12Scgdfile	arch/alpha/alpha/clock.c
4271.93Sdrochnerfile	dev/clock_subr.c
4281.1Scgdfile	arch/alpha/alpha/conf.c
4291.55Sthorpejfile	arch/alpha/alpha/cpuconf.c
4301.1Scgdfile	arch/alpha/alpha/interrupt.c
4311.92Sthorpejfile	arch/alpha/alpha/ipifuncs.c		multiprocessor
4321.1Scgdfile	arch/alpha/alpha/machdep.c
4331.1Scgdfile	arch/alpha/alpha/mainbus.c
4341.1Scgdfile	arch/alpha/alpha/mem.c
4351.67Sthorpejfile	arch/alpha/alpha/pmap.c
4361.1Scgdfile	arch/alpha/alpha/process_machdep.c
4371.1Scgdfile	arch/alpha/alpha/prom.c
4381.1Scgdfile	arch/alpha/alpha/support.c
4391.1Scgdfile	arch/alpha/alpha/sys_machdep.c
4401.1Scgdfile	arch/alpha/alpha/trap.c
4411.1Scgdfile	arch/alpha/alpha/vm_machdep.c
4421.1Scgdfile	arch/alpha/alpha/disksubr.c
4431.47Sthorpejfile	arch/alpha/common/bus_dma.c
4441.85Smjacobfile	arch/alpha/common/comlogout.c
4451.1Scgdfile	dev/cons.c
4461.4Scgd
4471.44Scgd# Network protocol checksum routines
4481.44Scgdfile	arch/alpha/alpha/in_cksum.c		inet
4491.107Sthorpejfile	netinet/in4_cksum.c			inet
4501.19Scgdfile	netns/ns_cksum.c			ns
4511.1Scgd
4521.44Scgd# PROM console support (for ports that don't have native console support)
4531.5Scgdfile	arch/alpha/alpha/promcons.c
4541.6Scgd
4551.44Scgd# CPU support
4561.59Sthorpejfile	arch/alpha/alpha/dec_2100_a50.c		dec_2100_a50
4571.106Sthorpejfile	arch/alpha/alpha/dec_2100_a500.c	dec_2100_a500
4581.59Sthorpejfile	arch/alpha/alpha/dec_3000_300.c		dec_3000_300
4591.59Sthorpejfile	arch/alpha/alpha/dec_3000_500.c		dec_3000_500
4601.59Sthorpejfile	arch/alpha/alpha/dec_550.c		dec_550
4611.82Sthorpejfile	arch/alpha/alpha/dec_alphabook1.c	dec_alphabook1
4621.59Sthorpejfile	arch/alpha/alpha/dec_axppci_33.c	dec_axppci_33
4631.59Sthorpejfile	arch/alpha/alpha/dec_eb164.c		dec_eb164
4641.59Sthorpejfile	arch/alpha/alpha/dec_eb64plus.c		dec_eb64plus
4651.84Sthorpejfile	arch/alpha/alpha/dec_eb66.c		dec_eb66
4661.59Sthorpejfile	arch/alpha/alpha/dec_kn20aa.c		dec_kn20aa
4671.59Sthorpejfile	arch/alpha/alpha/dec_kn8ae.c		dec_kn8ae
4681.69Smjacobfile	arch/alpha/alpha/dec_kn300.c		dec_kn300
4691.62Srossfile	arch/alpha/alpha/avalon_a12.c		avalon_a12
4701.83Srossfile	arch/alpha/alpha/dec_1000a.c		dec_1000 | dec_1000a
4711.103Srossfile	arch/alpha/alpha/dec_6600.c		dec_6600
4721.58Sthorpej
4731.58Sthorpej# Kernel debugger support
4741.58Sthorpejfile	arch/alpha/alpha/db_disasm.c		ddb
4751.58Sthorpejfile	arch/alpha/alpha/db_interface.c		ddb
4761.58Sthorpejfile	arch/alpha/alpha/db_trace.c		ddb
4771.89Sthorpej
4781.89Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX)
4791.89Sthorpejfile	arch/alpha/alpha/compat_13_machdep.c	compat_13
4801.7Sthorpej
4811.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1)
4821.26Scgdinclude "compat/osf1/files.osf1"
4831.101Scgdfile	arch/alpha/alpha/osf1_locore.s		compat_osf1
4841.94Serh
4851.94Serh# Linux Binary Compatibility (COMPAT_LINUX)
4861.94Serhinclude "compat/linux/files.linux"
4871.96Srossinclude "compat/linux/arch/alpha/files.linux_alpha"
4881.94Serh
4891.94Serh# OSS audio driver compatibility
4901.94Serhinclude "compat/ossaudio/files.ossaudio"
4911.76Smatt
4921.76Smatt# XXXX pcic here because it needs to be late.  The catch: pcic needs
4931.76Smatt# to be late, so devices which attach to it are attached late.  But it
4941.76Smatt# needs to be before its isa and pci attachments.  This answer is
4951.76Smatt# non-optimal, but I don't have a better answer right now.
4961.76Smatt
4971.76Smatt# PCIC pcmcia contoller
4981.76Smatt# XXX this needs to be done very late, so it's done here.  This feels
4991.76Smatt# like a kludge, but it might be for the best.
5001.76Smatt
5011.76Smattdefopt	PCIC_ISA_ALLOC_IOBASE
5021.76Smattdefopt	PCIC_ISA_ALLOC_IOSIZE
5031.76Smattdefopt	PCIC_ISA_INTR_ALLOC_MASK
5041.76Smatt
5051.99Spkdevice	pcic: pcmciabus
5061.76Smattfile	dev/ic/i82365.c			pcic
5071.76Smatt
5081.100Smycroft# PCIC pcmcia controller on ISA bus.
5091.76Smattattach	pcic at isa with pcic_isa
5101.76Smattfile	dev/isa/i82365_isa.c		pcic_isa
5111.76Smatt
5121.100Smycroft# PCIC pcmcia controller on PCI bus.
5131.76Smattattach	pcic at pci with pcic_pci
5141.76Smattfile	dev/pci/i82365_pci.c		pcic_pci
5151.100Smycroft
5161.100Smycroft# PCIC pcmcia controller on PnP board
5171.100Smycroftattach pcic at isapnp with pcic_isapnp
5181.100Smycroftfile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
5191.100Smycroft
5201.100Smycroft# Code common to ISA and ISAPnP attachments
5211.100Smycroftfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
5221.76Smatt
5231.76Smatt
5241.76Smatt# this wants to be probed as late as possible.
5251.76Smatt#
5261.76Smatt# Machine-independent PCMCIA drivers
5271.76Smatt#
5281.76Smattinclude "dev/pcmcia/files.pcmcia"
5291.95Smatt#
5301.95Smatt# Machine-independent USB device support
5311.95Smatt#
5321.95Smattinclude "dev/usb/files.usb"
533