files.alpha revision 1.113
11.113Sthorpej# $NetBSD: files.alpha,v 1.113 2000/04/23 16:47:46 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.112Snathanw
2251.112Snathanw# ISA speaker generates keyboard beep
2261.112Snathanwdevice isabeep
2271.112Snathanwattach isabeep at pcppi
2281.87Sdrochner
2291.35Scgd# Floppy disk controller
2301.113Sthorpejdevice	fdc { drive = -1 }: isadma
2311.113Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2321.113Sthorpej
2331.113Sthorpejattach	fdc at isa with fdc_isa
2341.113Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2351.113Sthorpej
2361.113Sthorpejdevice	fd: disk
2371.35Scgdattach	fd at fdc
2381.35Scgdmajor	{ fd = 0 }
2391.86Sthorpej
2401.86Sthorpej# ISA Plug 'n Play devices
2411.86Sthorpejfile	arch/alpha/isa/isapnp_machdep.c	isapnp
2421.35Scgd
2431.8Scgd#
2441.8Scgd# EISA Bus support
2451.8Scgd#
2461.8Scgd
2471.26Scgdinclude "dev/eisa/files.eisa"
2481.8Scgd
2491.8Scgd
2501.8Scgd#
2511.8Scgd# PCI Bus support
2521.8Scgd#
2531.8Scgd
2541.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE
2551.71Sthorpej
2561.71Sthorpejfile	arch/alpha/pci/pciide_machdep.c		pciide
2571.8Scgd
2581.50Scgddefine	alpha_pci_sgmap_pte32
2591.50Scgdfile	arch/alpha/pci/pci_sgmap_pte32.c	alpha_pci_sgmap_pte32
2601.50Scgd
2611.50Scgddefine	alpha_pci_sgmap_pte64
2621.50Scgdfile	arch/alpha/pci/pci_sgmap_pte64.c	alpha_pci_sgmap_pte64
2631.50Scgd
2641.63Sthorpejdevice	apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2651.10Sthorpejattach	apecs at mainbus
2661.5Scgdfile	arch/alpha/pci/apecs.c		apecs
2671.32Scgdfile	arch/alpha/pci/apecs_bus_io.c	apecs
2681.32Scgdfile	arch/alpha/pci/apecs_bus_mem.c	apecs
2691.47Sthorpejfile	arch/alpha/pci/apecs_dma.c	apecs
2701.5Scgdfile	arch/alpha/pci/apecs_pci.c	apecs
2711.4Scgd
2721.63Sthorpejdevice	cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2731.10Sthorpejattach	cia at mainbus
2741.8Scgdfile	arch/alpha/pci/cia.c		cia
2751.47Sthorpejfile	arch/alpha/pci/cia_dma.c	cia
2761.8Scgdfile	arch/alpha/pci/cia_pci.c	cia
2771.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_io.c cia
2781.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_mem.c cia
2791.51Scgdfile	arch/alpha/pci/cia_swiz_bus_io.c cia
2801.51Scgdfile	arch/alpha/pci/cia_swiz_bus_mem.c cia
2811.8Scgd
2821.64Srossdevice	a12c { }: pcibus
2831.62Srossattach	a12c at mainbus
2841.62Srossfile	arch/alpha/pci/a12c.c		a12c
2851.62Srossfile	arch/alpha/pci/a12c_bus_mem.c	a12c
2861.62Srossfile	arch/alpha/pci/a12c_dma.c	a12c
2871.62Srossfile	arch/alpha/pci/a12c_pci.c	a12c
2881.62Sross
2891.63Sthorpejdevice	dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32
2901.44Scgdattach	dwlpx at kft
2911.44Scgdfile	arch/alpha/pci/dwlpx.c		dwlpx
2921.69Smjacobfile	arch/alpha/pci/dwlpx_bus_io.c	dwlpx
2931.69Smjacobfile	arch/alpha/pci/dwlpx_bus_mem.c	dwlpx
2941.47Sthorpejfile	arch/alpha/pci/dwlpx_dma.c	dwlpx
2951.44Scgdfile	arch/alpha/pci/dwlpx_pci.c	dwlpx
2961.44Scgd
2971.63Sthorpejdevice	lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2981.50Scgdattach	lca at mainbus
2991.50Scgdfile	arch/alpha/pci/lca.c		lca
3001.50Scgdfile	arch/alpha/pci/lca_bus_io.c	lca
3011.50Scgdfile	arch/alpha/pci/lca_bus_mem.c	lca
3021.50Scgdfile	arch/alpha/pci/lca_dma.c	lca
3031.50Scgdfile	arch/alpha/pci/lca_pci.c	lca
3041.44Scgd
3051.69Smjacobdevice	mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3061.69Smjacobattach	mcpcia at mcbus
3071.69Smjacobfile	arch/alpha/pci/mcpcia.c		mcpcia
3081.69Smjacobfile	arch/alpha/pci/mcpcia_bus_io.c	mcpcia
3091.69Smjacobfile	arch/alpha/pci/mcpcia_bus_mem.c	mcpcia
3101.69Smjacobfile	arch/alpha/pci/mcpcia_dma.c	mcpcia
3111.69Smjacobfile	arch/alpha/pci/mcpcia_pci.c	mcpcia
3121.69Smjacob
3131.103Srossdevice	tsc { }
3141.103Srossattach	tsc at mainbus
3151.103Srossfile	arch/alpha/pci/tsc.c		dec_6600
3161.103Sross
3171.103Srossdevice	tsp: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3181.103Srossattach	tsp at tsc
3191.103Srossfile	arch/alpha/pci/tsp_dma.c	tsp
3201.103Srossfile	arch/alpha/pci/tsp_pci.c	tsp
3211.103Srossfile	arch/alpha/pci/tsp_bus_io.c	tsp
3221.103Srossfile	arch/alpha/pci/tsp_bus_mem.c	tsp
3231.69Smjacob
3241.106Sthorpejdevice	ttwoga { hose = -1 }
3251.106Sthorpejattach	ttwoga at mainbus
3261.106Sthorpejdevice	ttwopci: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3271.106Sthorpejattach	ttwopci at ttwoga
3281.106Sthorpejfile	arch/alpha/pci/ttwoga.c		ttwoga
3291.106Sthorpejfile	arch/alpha/pci/ttwoga_bus_io.c	ttwoga
3301.106Sthorpejfile	arch/alpha/pci/ttwoga_bus_mem.c	ttwoga
3311.106Sthorpejfile	arch/alpha/pci/ttwoga_dma.c	ttwoga
3321.106Sthorpejfile	arch/alpha/pci/ttwoga_pci.c	ttwoga
3331.106Sthorpej
3341.106Sthorpej#
3351.106Sthorpej# Sable STDIO support
3361.106Sthorpej#
3371.106Sthorpejdevice	sableio { port = -1 }
3381.106Sthorpejattach	sableio at pcibus
3391.106Sthorpejfile	arch/alpha/sableio/sableio.c		sableio
3401.106Sthorpej
3411.106Sthorpejattach	com at sableio with com_sableio
3421.106Sthorpejfile	arch/alpha/sableio/com_sableio.c	com_sableio
3431.106Sthorpej
3441.106Sthorpejattach	lpt at sableio with lpt_sableio
3451.106Sthorpejfile	arch/alpha/sableio/lpt_sableio.c	lpt_sableio
3461.106Sthorpej
3471.106Sthorpejattach	pckbc at sableio with pckbc_sableio
3481.106Sthorpejfile	arch/alpha/sableio/pckbc_sableio.c	pckbc_sableio
3491.106Sthorpej
3501.106Sthorpej#attach	fdc at sableio with fdc_sableio
3511.106Sthorpej#file	arch/alpha/sableio/fdc_sableio.c	fdc_sableio
3521.106Sthorpej
3531.44Scgd# CPU support files
3541.5Scgdfile	arch/alpha/pci/pci_2100_a50.c	dec_2100_a50
3551.106Sthorpejfile	arch/alpha/pci/pci_2100_a500.c	dec_2100_a500
3561.62Srossfile	arch/alpha/pci/pci_a12.c	avalon_a12
3571.82Sthorpejfile	arch/alpha/pci/pci_alphabook1.c	dec_alphabook1
3581.28Scgdfile	arch/alpha/pci/pci_axppci_33.c	dec_axppci_33
3591.28Scgdfile	arch/alpha/pci/pci_eb164.c	dec_eb164
3601.32Scgdfile	arch/alpha/pci/pci_eb164_intr.s	dec_eb164
3611.74Sthorpejfile	arch/alpha/pci/pci_eb64plus.c	dec_eb64plus
3621.41Scgdfile	arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus
3631.84Sthorpejfile	arch/alpha/pci/pci_eb66.c	dec_eb66
3641.84Sthorpejfile	arch/alpha/pci/pci_eb66_intr.s	dec_eb66
3651.8Scgdfile	arch/alpha/pci/pci_kn20aa.c	dec_kn20aa
3661.69Smjacobfile	arch/alpha/pci/pci_kn8ae.c	dec_kn8ae
3671.69Smjacobfile	arch/alpha/pci/pci_kn300.c	dec_kn300
3681.75Sthorpejfile	arch/alpha/pci/pci_550.c	dec_550
3691.81Srossfile	arch/alpha/pci/pci_1000a.c	dec_1000a
3701.83Srossfile	arch/alpha/pci/pci_1000.c	dec_1000
3711.103Srossfile	arch/alpha/pci/pci_6600.c	dec_6600
3721.8Scgd
3731.4Scgd
3741.4Scgd#
3751.8Scgd# PCI Bus devices
3761.4Scgd#
3771.1Scgd
3781.4Scgdfile	arch/alpha/pci/pci_machdep.c	pci
3791.1Scgd
3801.63Sthorpejdevice	sio: isabus, alpha_shared_intr
3811.10Sthorpejattach	sio at pci
3821.63Sthorpejdevice	pceb: isabus, eisabus
3831.10Sthorpejattach	pceb at pci
3841.11Scgdfile	arch/alpha/pci/sio.c		sio | pceb	needs-flag
3851.11Scgdfile	arch/alpha/pci/sio_pic.c	sio | pceb
3861.5Scgd
3871.6Scgd
3881.62Sross#
3891.103Sross# A12 if_de hack
3901.62Sross#
3911.63Sthorpejdevice	ade: ether, ifnet, arp
3921.62Srossattach	ade at pci
3931.90Srossfile	arch/alpha/a12/if_ade.c		ade
3941.64Sross
3951.64Sross#
3961.64Sross# alpha/a12 platform-specific drivers
3971.64Sross#
3981.64Sross
3991.64Sross# Switch
4001.64Sross
4011.64Srossdevice	xb
4021.64Srossattach	xb at a12c
4031.64Srossfile	arch/alpha/a12/if_xb.c	xb
4041.64Sross
4051.64Sross# Console
4061.64Sross
4071.64Srossdevice	a12dc
4081.64Srossattach	a12dc at a12c
4091.64Srossfile	arch/alpha/a12/a12dc.c	a12dc		needs-flag
4101.8Scgd
4111.5Scgd#
4121.8Scgd# Devices that can live on multiple busses
4131.5Scgd#
4141.5Scgd
4151.63Sthorpejdevice	mcclock
4161.12Scgdattach	mcclock at ioasic with mcclock_ioasic
4171.12Scgdattach	mcclock at isa with mcclock_isa
4181.39Scgdattach	mcclock at gbus with mcclock_tlsb
4191.12Scgdfile	arch/alpha/alpha/mcclock.c	mcclock
4201.12Scgdfile	arch/alpha/tc/mcclock_ioasic.c	mcclock_ioasic
4211.12Scgdfile	arch/alpha/isa/mcclock_isa.c	mcclock_isa
4221.39Scgdfile	arch/alpha/tlsb/mcclock_tlsb.c	mcclock_tlsb
4231.39Scgd
4241.5Scgd
4251.4Scgd#
4261.4Scgd# Standard files
4271.4Scgd#
4281.1Scgdfile	arch/alpha/alpha/autoconf.c
4291.12Scgdfile	arch/alpha/alpha/clock.c
4301.93Sdrochnerfile	dev/clock_subr.c
4311.1Scgdfile	arch/alpha/alpha/conf.c
4321.55Sthorpejfile	arch/alpha/alpha/cpuconf.c
4331.1Scgdfile	arch/alpha/alpha/interrupt.c
4341.92Sthorpejfile	arch/alpha/alpha/ipifuncs.c		multiprocessor
4351.1Scgdfile	arch/alpha/alpha/machdep.c
4361.1Scgdfile	arch/alpha/alpha/mainbus.c
4371.1Scgdfile	arch/alpha/alpha/mem.c
4381.67Sthorpejfile	arch/alpha/alpha/pmap.c
4391.1Scgdfile	arch/alpha/alpha/process_machdep.c
4401.1Scgdfile	arch/alpha/alpha/prom.c
4411.1Scgdfile	arch/alpha/alpha/support.c
4421.1Scgdfile	arch/alpha/alpha/sys_machdep.c
4431.1Scgdfile	arch/alpha/alpha/trap.c
4441.1Scgdfile	arch/alpha/alpha/vm_machdep.c
4451.1Scgdfile	arch/alpha/alpha/disksubr.c
4461.47Sthorpejfile	arch/alpha/common/bus_dma.c
4471.85Smjacobfile	arch/alpha/common/comlogout.c
4481.1Scgdfile	dev/cons.c
4491.4Scgd
4501.44Scgd# Network protocol checksum routines
4511.44Scgdfile	arch/alpha/alpha/in_cksum.c		inet
4521.107Sthorpejfile	netinet/in4_cksum.c			inet
4531.19Scgdfile	netns/ns_cksum.c			ns
4541.1Scgd
4551.44Scgd# PROM console support (for ports that don't have native console support)
4561.5Scgdfile	arch/alpha/alpha/promcons.c
4571.6Scgd
4581.44Scgd# CPU support
4591.59Sthorpejfile	arch/alpha/alpha/dec_2100_a50.c		dec_2100_a50
4601.106Sthorpejfile	arch/alpha/alpha/dec_2100_a500.c	dec_2100_a500
4611.59Sthorpejfile	arch/alpha/alpha/dec_3000_300.c		dec_3000_300
4621.59Sthorpejfile	arch/alpha/alpha/dec_3000_500.c		dec_3000_500
4631.59Sthorpejfile	arch/alpha/alpha/dec_550.c		dec_550
4641.82Sthorpejfile	arch/alpha/alpha/dec_alphabook1.c	dec_alphabook1
4651.59Sthorpejfile	arch/alpha/alpha/dec_axppci_33.c	dec_axppci_33
4661.59Sthorpejfile	arch/alpha/alpha/dec_eb164.c		dec_eb164
4671.59Sthorpejfile	arch/alpha/alpha/dec_eb64plus.c		dec_eb64plus
4681.84Sthorpejfile	arch/alpha/alpha/dec_eb66.c		dec_eb66
4691.59Sthorpejfile	arch/alpha/alpha/dec_kn20aa.c		dec_kn20aa
4701.59Sthorpejfile	arch/alpha/alpha/dec_kn8ae.c		dec_kn8ae
4711.69Smjacobfile	arch/alpha/alpha/dec_kn300.c		dec_kn300
4721.62Srossfile	arch/alpha/alpha/avalon_a12.c		avalon_a12
4731.83Srossfile	arch/alpha/alpha/dec_1000a.c		dec_1000 | dec_1000a
4741.103Srossfile	arch/alpha/alpha/dec_6600.c		dec_6600
4751.58Sthorpej
4761.58Sthorpej# Kernel debugger support
4771.58Sthorpejfile	arch/alpha/alpha/db_disasm.c		ddb
4781.58Sthorpejfile	arch/alpha/alpha/db_interface.c		ddb
4791.58Sthorpejfile	arch/alpha/alpha/db_trace.c		ddb
4801.89Sthorpej
4811.89Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX)
4821.89Sthorpejfile	arch/alpha/alpha/compat_13_machdep.c	compat_13
4831.7Sthorpej
4841.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1)
4851.26Scgdinclude "compat/osf1/files.osf1"
4861.101Scgdfile	arch/alpha/alpha/osf1_locore.s		compat_osf1
4871.94Serh
4881.94Serh# Linux Binary Compatibility (COMPAT_LINUX)
4891.94Serhinclude "compat/linux/files.linux"
4901.96Srossinclude "compat/linux/arch/alpha/files.linux_alpha"
4911.94Serh
4921.94Serh# OSS audio driver compatibility
4931.94Serhinclude "compat/ossaudio/files.ossaudio"
4941.76Smatt
4951.76Smatt# XXXX pcic here because it needs to be late.  The catch: pcic needs
4961.76Smatt# to be late, so devices which attach to it are attached late.  But it
4971.76Smatt# needs to be before its isa and pci attachments.  This answer is
4981.76Smatt# non-optimal, but I don't have a better answer right now.
4991.76Smatt
5001.76Smatt# PCIC pcmcia contoller
5011.76Smatt# XXX this needs to be done very late, so it's done here.  This feels
5021.76Smatt# like a kludge, but it might be for the best.
5031.76Smatt
5041.76Smattdefopt	PCIC_ISA_ALLOC_IOBASE
5051.76Smattdefopt	PCIC_ISA_ALLOC_IOSIZE
5061.76Smattdefopt	PCIC_ISA_INTR_ALLOC_MASK
5071.76Smatt
5081.99Spkdevice	pcic: pcmciabus
5091.76Smattfile	dev/ic/i82365.c			pcic
5101.76Smatt
5111.100Smycroft# PCIC pcmcia controller on ISA bus.
5121.76Smattattach	pcic at isa with pcic_isa
5131.76Smattfile	dev/isa/i82365_isa.c		pcic_isa
5141.76Smatt
5151.100Smycroft# PCIC pcmcia controller on PCI bus.
5161.76Smattattach	pcic at pci with pcic_pci
5171.76Smattfile	dev/pci/i82365_pci.c		pcic_pci
5181.100Smycroft
5191.100Smycroft# PCIC pcmcia controller on PnP board
5201.100Smycroftattach pcic at isapnp with pcic_isapnp
5211.100Smycroftfile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
5221.100Smycroft
5231.100Smycroft# Code common to ISA and ISAPnP attachments
5241.100Smycroftfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
5251.76Smatt
5261.76Smatt
5271.76Smatt# this wants to be probed as late as possible.
5281.76Smatt#
5291.76Smatt# Machine-independent PCMCIA drivers
5301.76Smatt#
5311.76Smattinclude "dev/pcmcia/files.pcmcia"
5321.95Smatt#
5331.95Smatt# Machine-independent USB device support
5341.95Smatt#
5351.95Smattinclude "dev/usb/files.usb"
536