files.alpha revision 1.95
11.95Smatt# $NetBSD: files.alpha,v 1.95 1998/10/05 00:49:15 matt 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.44Scgddefopt	DEC_3000_300	# Pelican etc:	3000/300*
141.44Scgddefopt	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
151.52Scgddefopt	DEC_550		# Miata:	Personal Workstation (550)
161.44Scgddefopt	DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
171.44Scgddefopt	DEC_EB164	# EB164:	AlphaPC 164
181.44Scgddefopt	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
191.44Scgddefopt	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
201.44Scgddefopt	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
211.69Smjacobdefopt	DEC_KN300	# KN300:	AlphaServer 4X00
221.62Srossdefopt	AVALON_A12	# Avalon:	A12T1, A12M Parallel Supercomputer
231.83Srossdefopt	DEC_1000	# Mikasa etc:	AlphaServer 1000
241.81Srossdefopt	DEC_1000A	# Corelle etc:	AlphaServer 800 and 1000A
251.82Sthorpejdefopt	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
261.84Sthorpejdefopt	DEC_EB66	# EB66:		21066 Evaluation Board
271.44Scgd
281.44Scgd# Miscellaneous CPU-specific option headers
291.44Scgddefopt	FIX_UNALIGNED_VAX_FP
301.66Sthorpejdefopt	ZS_IOASIC_DMA
311.68Sthorpej
321.68Sthorpej# XXX Temporary, until integration is finished.
331.68Sthorpejdefopt	NEW_SCC_DRIVER
341.44Scgd
351.93Sdrochner# realtime clock compatible to OSF/1
361.93Sdrochnerdefopt	CLOCK_COMPAT_OSF1
371.93Sdrochner
381.30Scgd# this loses, but there's no way to define attributes which have attributes
391.30Scgddefine	alpha_shared_intr
401.31Scgdfile	arch/alpha/common/shared_intr.c	alpha_shared_intr | dec_eb164 |
411.69Smjacob					dec_eb64plus | dec_kn20aa | dec_kn8ae |
421.83Sross					dec_kn300 | dec_550 | dec_1000 |
431.84Sthorpej					dec_1000a | dec_eb66
441.47Sthorpejdefine	alpha_sgmap
451.47Sthorpejfile	arch/alpha/common/sgmap_common.c alpha_sgmap | dec_3000_500
461.4Scgd
471.4Scgd#
481.4Scgd# Bus-independent devices
491.4Scgd#
501.4Scgd
511.63Sthorpejdevice	mainbus { }			# no locators (yet?)
521.11Scgdattach	mainbus at root
531.1Scgd
541.63Sthorpejdevice	cpu { }				# not really optional
551.11Scgdattach	cpu at mainbus
561.1Scgdfile	arch/alpha/alpha/cpu.c		cpu
571.1Scgd
581.88Sthorpej#
591.88Sthorpej# Machine-independent MII/PHY drivers.
601.88Sthorpej#
611.88Sthorpej
621.88Sthorpejinclude "dev/mii/files.mii"
631.8Scgd
641.4Scgd#
651.4Scgd# Machine-independent SCSI drivers
661.4Scgd#
671.4Scgd
681.53Sbouyerinclude "dev/scsipi/files.scsipi"
691.4Scgdmajor { st = 2 }
701.4Scgdmajor { cd = 3 }
711.4Scgdmajor { sd = 8 }
721.4Scgd
731.61Sthorpej#
741.61Sthorpej# Machine-independent ATA drivers
751.61Sthorpej#
761.61Sthorpej
771.61Sthorpejinclude "dev/ata/files.ata"
781.61Sthorpejmajor { wd = 4 }
791.61Sthorpej
801.33Spk# Memory Disk
811.33Spkfile	arch/alpha/alpha/md_root.c	memory_disk_hooks
821.33Spkmajor { md = 6 }
831.8Scgd
841.8Scgd
851.6Scgd#
861.70Sdrochner# "Workstation Console" glue.
871.6Scgd#
881.70Sdrochnerinclude "dev/wscons/files.wscons"
891.6Scgd
901.39Scgd
911.39Scgd#
921.39Scgd# TurboLaser Bus Support
931.39Scgd#
941.39Scgd
951.63Sthorpejdevice	tlsb { node = -1, offset = -1 }
961.39Scgdattach	tlsb at mainbus
971.39Scgdfile	arch/alpha/tlsb/tlsb.c		tlsb & dec_kn8ae
981.39Scgd
991.63Sthorpejdevice	kft { }
1001.39Scgdattach	kft at tlsb
1011.39Scgdfile	arch/alpha/tlsb/kftxx.c		kft
1021.39Scgd
1031.63Sthorpejdevice	tlsbmem
1041.39Scgdattach	tlsbmem at tlsb
1051.39Scgdfile	arch/alpha/tlsb/tlsbmem.c	tlsbmem
1061.39Scgd
1071.63Sthorpejdevice	gbus { offset = -1 }
1081.39Scgdattach	gbus at tlsb
1091.39Scgdfile	arch/alpha/tlsb/gbus.c		gbus
1101.39Scgd
1111.69Smjacob#
1121.69Smjacob# MCBUS support
1131.69Smjacob#
1141.69Smjacob
1151.69Smjacobdevice	mcbus { mid = -1 }
1161.69Smjacobattach	mcbus at mainbus
1171.69Smjacobfile	arch/alpha/mcbus/mcbus.c	mcbus & dec_kn300
1181.69Smjacob
1191.69Smjacobdevice	mcmem
1201.69Smjacobattach	mcmem at mcbus
1211.69Smjacobfile	arch/alpha/mcbus/mcmem.c	mcmem
1221.39Scgd
1231.6Scgd#
1241.48Sjonathan# Bus-independent support for DEC devices
1251.48Sjonathan#
1261.48Sjonathaninclude "dev/dec/files.dec"
1271.48Sjonathan
1281.48Sjonathan#
1291.4Scgd# TurboChannel Devices
1301.4Scgd#
1311.48Sjonathaninclude "dev/tc/files.tc"
1321.4Scgd
1331.48Sjonathan# TC attachment is MD
1341.48Sjonathanattach	tc at tcbus
1351.9Scgd
1361.63Sthorpejdevice	tcasic: tcbus
1371.11Scgdattach	tcasic at mainbus
1381.9Scgdfile	arch/alpha/tc/tcasic.c		tcasic
1391.18Scgdfile	arch/alpha/tc/tc_bus_mem.c	tcasic
1401.47Sthorpejfile	arch/alpha/tc/tc_dma.c		tcasic
1411.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_300.c	tcasic & dec_3000_300
1421.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_500.c	tcasic & dec_3000_500
1431.47Sthorpejfile	arch/alpha/tc/tc_sgmap.c	tcasic & dec_3000_500
1441.13Scgdfile	arch/alpha/tc/tc_3000_500.c	tcasic & dec_3000_500
1451.13Scgdfile	arch/alpha/tc/tc_3000_300.c	tcasic & dec_3000_300
1461.1Scgd
1471.4Scgd# the TurboChannel IOCTL ASIC
1481.48Sjonathan#  IOASIC device and attachment defined in sys/dev/tc/files.tc
1491.13Scgdfile	arch/alpha/tc/ioasic.c		ioasic
1501.1Scgd
1511.16Scgd# Color Frame buffer
1521.70Sdrochnerdevice	cfb: wsemuldisplaydev, wsrasteremulops
1531.16Scgdattach	cfb at tc
1541.16Scgdfile	arch/alpha/tc/cfb.c		cfb
1551.16Scgd
1561.16Scgd# Smart Frame buffer
1571.70Sdrochnerdevice	sfb: wsemuldisplaydev, wsrasteremulops
1581.11Scgdattach	sfb at tc
1591.1Scgdfile	arch/alpha/tc/sfb.c		sfb
1601.1Scgd
1611.4Scgd# 8530 UARTs
1621.63Sthorpejdevice	scc: tty
1631.11Scgdattach	scc at ioasic
1641.4Scgdfile	arch/alpha/tc/scc.c		scc		needs-count
1651.66Sthorpej
1661.66Sthorpej# 8530 UARTs using the MI 8530 driver   
1671.66Sthorpejdevice	zsc { channel = -1 }
1681.66Sthorpejattach	zsc at ioasic with zsc_ioasic
1691.66Sthorpejfile	arch/alpha/tc/zs_ioasic.c	zsc_ioasic
1701.66Sthorpejfile	dev/ic/z8530sc.c		zsc
1711.66Sthorpej
1721.66Sthorpejdevice	zstty: tty
1731.66Sthorpejattach	zstty at zsc
1741.66Sthorpejfile	dev/ic/z8530tty.c		zstty		needs-flag
1751.1Scgd
1761.86Sthorpejdevice	zsms: wsmousedev
1771.86Sthorpejattach	zsms at zsc
1781.86Sthorpejfile	arch/alpha/tc/zsms.c		zsms
1791.86Sthorpej
1801.86Sthorpejdevice	zskbd: wskbddev
1811.86Sthorpejattach	zskbd at zsc
1821.86Sthorpejfile	arch/alpha/tc/zskbd.c		zskbd
1831.86Sthorpej
1841.4Scgd# the TCDS ASIC
1851.77Sthorpejdevice	tcds { chip = -1 }
1861.11Scgdattach	tcds at tc
1871.77Sthorpejfile	arch/alpha/tc/tcds.c		tcds
1881.4Scgd
1891.4Scgd# 53C[F]90 SCSI
1901.63Sthorpejdevice	asc: scsi, ncr53c9x
1911.78Sthorpejattach	asc at tcds with asc_tcds
1921.77Sthorpejfile	arch/alpha/tc/asc.c		asc
1931.38Sthorpejfile	arch/alpha/tc/tcds_dma.c	asc
1941.4Scgd
1951.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc
1961.8Scgd
1971.8Scgd#
1981.8Scgd# ISA Bus support
1991.8Scgd#
2001.8Scgd
2011.26Scgdinclude "dev/pci/files.pci"	# XXX some ISA devs are 'at pci' too.
2021.26Scgdinclude "dev/isa/files.isa"
2031.8Scgd
2041.8Scgd#file	arch/alpha/isa/isafcns_jensen.c	dec_2000_300
2051.8Scgd
2061.71Sthorpej# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
2071.71Sthorpej# XXX BECAUSE NOT ALL PORTS USE THE MI DRIVER YET.  (when the conf/files
2081.71Sthorpej# XXX and files.isa bogons are fixed, this can be fixed as well.)
2091.71Sthorpej
2101.71Sthorpej# PCI IDE controllers
2111.71Sthorpejdevice	pciide {[channel = -1]}
2121.71Sthorpejattach	pciide at pci
2131.71Sthorpejfile	dev/pci/pciide.c		pciide
2141.71Sthorpejattach	wdc at pciide with wdc_pciide
2151.71Sthorpejfile	dev/pci/wdc_pciide.c		wdc_pciide
2161.8Scgd
2171.4Scgd#
2181.8Scgd# ISA Bus devices
2191.4Scgd#
2201.1Scgd
2211.11Scgd#device	ibus at mainbus { }
2221.11Scgd#device	jcombo at ibus: isabus
2231.11Scgd#device	jeisa at ibus: eisabus
2241.8Scgd
2251.31Scgdfile	arch/alpha/isa/isa_machdep.c	isa
2261.31Scgd
2271.70Sdrochnerinclude "dev/pckbc/files.pckbc"
2281.87Sdrochner
2291.87Sdrochner# ISA speaker generates keyboard beep
2301.87Sdrochnerdevice isabeep
2311.87Sdrochnerattach isabeep at pcppi
2321.8Scgd
2331.35Scgd# Floppy disk controller
2341.63Sthorpejdevice	fdc { drive = -1 }
2351.35Scgdattach	fdc at isa
2361.63Sthorpejdevice	fd: disk, isadma
2371.35Scgdattach	fd at fdc
2381.36Scgdfile	arch/alpha/isa/fd.c		fdc needs-flag
2391.35Scgdmajor	{ fd = 0 }
2401.86Sthorpej
2411.86Sthorpej# ISA Plug 'n Play devices
2421.86Sthorpejfile	arch/alpha/isa/isapnp_machdep.c	isapnp
2431.35Scgd
2441.8Scgd#
2451.8Scgd# EISA Bus support
2461.8Scgd#
2471.8Scgd
2481.26Scgdinclude "dev/eisa/files.eisa"
2491.8Scgd
2501.8Scgd
2511.8Scgd#
2521.8Scgd# PCI Bus support
2531.8Scgd#
2541.8Scgd
2551.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE
2561.71Sthorpej
2571.71Sthorpejfile	arch/alpha/pci/pciide_machdep.c		pciide
2581.8Scgd
2591.50Scgddefine	alpha_pci_sgmap_pte32
2601.50Scgdfile	arch/alpha/pci/pci_sgmap_pte32.c	alpha_pci_sgmap_pte32
2611.50Scgd
2621.50Scgddefine	alpha_pci_sgmap_pte64
2631.50Scgdfile	arch/alpha/pci/pci_sgmap_pte64.c	alpha_pci_sgmap_pte64
2641.50Scgd
2651.63Sthorpejdevice	apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2661.10Sthorpejattach	apecs at mainbus
2671.5Scgdfile	arch/alpha/pci/apecs.c		apecs
2681.32Scgdfile	arch/alpha/pci/apecs_bus_io.c	apecs
2691.32Scgdfile	arch/alpha/pci/apecs_bus_mem.c	apecs
2701.47Sthorpejfile	arch/alpha/pci/apecs_dma.c	apecs
2711.5Scgdfile	arch/alpha/pci/apecs_pci.c	apecs
2721.4Scgd
2731.63Sthorpejdevice	cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2741.10Sthorpejattach	cia at mainbus
2751.8Scgdfile	arch/alpha/pci/cia.c		cia
2761.47Sthorpejfile	arch/alpha/pci/cia_dma.c	cia
2771.8Scgdfile	arch/alpha/pci/cia_pci.c	cia
2781.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_io.c cia
2791.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_mem.c cia
2801.51Scgdfile	arch/alpha/pci/cia_swiz_bus_io.c cia
2811.51Scgdfile	arch/alpha/pci/cia_swiz_bus_mem.c cia
2821.8Scgd
2831.64Srossdevice	a12c { }: pcibus
2841.62Srossattach	a12c at mainbus
2851.62Srossfile	arch/alpha/pci/a12c.c		a12c
2861.62Srossfile	arch/alpha/pci/a12c_bus_mem.c	a12c
2871.62Srossfile	arch/alpha/pci/a12c_dma.c	a12c
2881.62Srossfile	arch/alpha/pci/a12c_pci.c	a12c
2891.62Sross
2901.63Sthorpejdevice	dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32
2911.44Scgdattach	dwlpx at kft
2921.44Scgdfile	arch/alpha/pci/dwlpx.c		dwlpx
2931.69Smjacobfile	arch/alpha/pci/dwlpx_bus_io.c	dwlpx
2941.69Smjacobfile	arch/alpha/pci/dwlpx_bus_mem.c	dwlpx
2951.47Sthorpejfile	arch/alpha/pci/dwlpx_dma.c	dwlpx
2961.44Scgdfile	arch/alpha/pci/dwlpx_pci.c	dwlpx
2971.44Scgd
2981.63Sthorpejdevice	lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2991.50Scgdattach	lca at mainbus
3001.50Scgdfile	arch/alpha/pci/lca.c		lca
3011.50Scgdfile	arch/alpha/pci/lca_bus_io.c	lca
3021.50Scgdfile	arch/alpha/pci/lca_bus_mem.c	lca
3031.50Scgdfile	arch/alpha/pci/lca_dma.c	lca
3041.50Scgdfile	arch/alpha/pci/lca_pci.c	lca
3051.44Scgd
3061.69Smjacobdevice	mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3071.69Smjacobattach	mcpcia at mcbus
3081.69Smjacobfile	arch/alpha/pci/mcpcia.c		mcpcia
3091.69Smjacobfile	arch/alpha/pci/mcpcia_bus_io.c	mcpcia
3101.69Smjacobfile	arch/alpha/pci/mcpcia_bus_mem.c	mcpcia
3111.69Smjacobfile	arch/alpha/pci/mcpcia_dma.c	mcpcia
3121.69Smjacobfile	arch/alpha/pci/mcpcia_pci.c	mcpcia
3131.69Smjacob
3141.69Smjacob
3151.44Scgd# CPU support files
3161.5Scgdfile	arch/alpha/pci/pci_2100_a50.c	dec_2100_a50
3171.62Srossfile	arch/alpha/pci/pci_a12.c	avalon_a12
3181.82Sthorpejfile	arch/alpha/pci/pci_alphabook1.c	dec_alphabook1
3191.28Scgdfile	arch/alpha/pci/pci_axppci_33.c	dec_axppci_33
3201.28Scgdfile	arch/alpha/pci/pci_eb164.c	dec_eb164
3211.32Scgdfile	arch/alpha/pci/pci_eb164_intr.s	dec_eb164
3221.74Sthorpejfile	arch/alpha/pci/pci_eb64plus.c	dec_eb64plus
3231.41Scgdfile	arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus
3241.84Sthorpejfile	arch/alpha/pci/pci_eb66.c	dec_eb66
3251.84Sthorpejfile	arch/alpha/pci/pci_eb66_intr.s	dec_eb66
3261.8Scgdfile	arch/alpha/pci/pci_kn20aa.c	dec_kn20aa
3271.69Smjacobfile	arch/alpha/pci/pci_kn8ae.c	dec_kn8ae
3281.69Smjacobfile	arch/alpha/pci/pci_kn300.c	dec_kn300
3291.75Sthorpejfile	arch/alpha/pci/pci_550.c	dec_550
3301.81Srossfile	arch/alpha/pci/pci_1000a.c	dec_1000a
3311.83Srossfile	arch/alpha/pci/pci_1000.c	dec_1000
3321.8Scgd
3331.4Scgd
3341.4Scgd#
3351.8Scgd# PCI Bus devices
3361.4Scgd#
3371.1Scgd
3381.4Scgdfile	arch/alpha/pci/pci_machdep.c	pci
3391.1Scgd
3401.63Sthorpejdevice	sio: isabus, alpha_shared_intr
3411.10Sthorpejattach	sio at pci
3421.63Sthorpejdevice	pceb: isabus, eisabus
3431.10Sthorpejattach	pceb at pci
3441.11Scgdfile	arch/alpha/pci/sio.c		sio | pceb	needs-flag
3451.11Scgdfile	arch/alpha/pci/sio_pic.c	sio | pceb
3461.5Scgd
3471.6Scgd
3481.62Sross#
3491.62Sross# A12 if_de hack, this is temporary!
3501.62Sross#
3511.63Sthorpejdevice	ade: ether, ifnet, arp
3521.62Srossattach	ade at pci
3531.90Srossfile	arch/alpha/a12/if_ade.c		ade
3541.64Sross
3551.64Sross#
3561.64Sross# alpha/a12 platform-specific drivers
3571.64Sross#
3581.64Sross
3591.64Sross# Switch
3601.64Sross
3611.64Srossdevice	xb
3621.64Srossattach	xb at a12c
3631.64Srossfile	arch/alpha/a12/if_xb.c	xb
3641.64Sross
3651.64Sross# Console
3661.64Sross
3671.64Srossdevice	a12dc
3681.64Srossattach	a12dc at a12c
3691.64Srossfile	arch/alpha/a12/a12dc.c	a12dc		needs-flag
3701.8Scgd
3711.5Scgd#
3721.8Scgd# Devices that can live on multiple busses
3731.5Scgd#
3741.5Scgd
3751.63Sthorpejdevice	mcclock
3761.12Scgdattach	mcclock at ioasic with mcclock_ioasic
3771.12Scgdattach	mcclock at isa with mcclock_isa
3781.39Scgdattach	mcclock at gbus with mcclock_tlsb
3791.12Scgdfile	arch/alpha/alpha/mcclock.c	mcclock
3801.12Scgdfile	arch/alpha/tc/mcclock_ioasic.c	mcclock_ioasic
3811.12Scgdfile	arch/alpha/isa/mcclock_isa.c	mcclock_isa
3821.39Scgdfile	arch/alpha/tlsb/mcclock_tlsb.c	mcclock_tlsb
3831.39Scgd
3841.5Scgd
3851.4Scgd#
3861.4Scgd# Standard files
3871.4Scgd#
3881.1Scgdfile	arch/alpha/alpha/autoconf.c
3891.12Scgdfile	arch/alpha/alpha/clock.c
3901.93Sdrochnerfile	dev/clock_subr.c
3911.1Scgdfile	arch/alpha/alpha/conf.c
3921.55Sthorpejfile	arch/alpha/alpha/cpuconf.c
3931.1Scgdfile	arch/alpha/alpha/interrupt.c
3941.92Sthorpejfile	arch/alpha/alpha/ipifuncs.c		multiprocessor
3951.91Sthorpejfile	arch/alpha/alpha/lock_machdep.c		multiprocessor
3961.1Scgdfile	arch/alpha/alpha/machdep.c
3971.1Scgdfile	arch/alpha/alpha/mainbus.c
3981.1Scgdfile	arch/alpha/alpha/mem.c
3991.67Sthorpejfile	arch/alpha/alpha/pmap.c
4001.1Scgdfile	arch/alpha/alpha/process_machdep.c
4011.1Scgdfile	arch/alpha/alpha/prom.c
4021.1Scgdfile	arch/alpha/alpha/support.c
4031.1Scgdfile	arch/alpha/alpha/sys_machdep.c
4041.1Scgdfile	arch/alpha/alpha/trap.c
4051.1Scgdfile	arch/alpha/alpha/vm_machdep.c
4061.1Scgdfile	arch/alpha/alpha/disksubr.c
4071.47Sthorpejfile	arch/alpha/common/bus_dma.c
4081.85Smjacobfile	arch/alpha/common/comlogout.c
4091.1Scgdfile	dev/cons.c
4101.4Scgd
4111.44Scgd# Network protocol checksum routines
4121.44Scgdfile	arch/alpha/alpha/in_cksum.c		inet
4131.19Scgdfile	netns/ns_cksum.c			ns
4141.1Scgd
4151.44Scgd# PROM console support (for ports that don't have native console support)
4161.5Scgdfile	arch/alpha/alpha/promcons.c
4171.6Scgd
4181.44Scgd# CPU support
4191.59Sthorpejfile	arch/alpha/alpha/dec_2100_a50.c		dec_2100_a50
4201.59Sthorpejfile	arch/alpha/alpha/dec_3000_300.c		dec_3000_300
4211.59Sthorpejfile	arch/alpha/alpha/dec_3000_500.c		dec_3000_500
4221.59Sthorpejfile	arch/alpha/alpha/dec_550.c		dec_550
4231.82Sthorpejfile	arch/alpha/alpha/dec_alphabook1.c	dec_alphabook1
4241.59Sthorpejfile	arch/alpha/alpha/dec_axppci_33.c	dec_axppci_33
4251.59Sthorpejfile	arch/alpha/alpha/dec_eb164.c		dec_eb164
4261.59Sthorpejfile	arch/alpha/alpha/dec_eb64plus.c		dec_eb64plus
4271.84Sthorpejfile	arch/alpha/alpha/dec_eb66.c		dec_eb66
4281.59Sthorpejfile	arch/alpha/alpha/dec_kn20aa.c		dec_kn20aa
4291.59Sthorpejfile	arch/alpha/alpha/dec_kn8ae.c		dec_kn8ae
4301.69Smjacobfile	arch/alpha/alpha/dec_kn300.c		dec_kn300
4311.62Srossfile	arch/alpha/alpha/avalon_a12.c		avalon_a12
4321.83Srossfile	arch/alpha/alpha/dec_1000a.c		dec_1000 | dec_1000a
4331.58Sthorpej
4341.58Sthorpej# Kernel debugger support
4351.58Sthorpejfile	arch/alpha/alpha/db_disasm.c		ddb
4361.58Sthorpejfile	arch/alpha/alpha/db_interface.c		ddb
4371.58Sthorpejfile	arch/alpha/alpha/db_trace.c		ddb
4381.89Sthorpej
4391.89Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX)
4401.89Sthorpejfile	arch/alpha/alpha/compat_13_machdep.c	compat_13
4411.7Sthorpej
4421.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1)
4431.26Scgdinclude "compat/osf1/files.osf1"
4441.94Serh
4451.94Serh# Linux Binary Compatibility (COMPAT_LINUX)
4461.94Serhinclude "compat/linux/files.linux"
4471.94Serhinclude "compat/linux/alpha/files.linux_alpha"
4481.94Serh
4491.94Serh# OSS audio driver compatibility
4501.94Serhinclude "compat/ossaudio/files.ossaudio"
4511.76Smatt
4521.76Smatt# XXXX pcic here because it needs to be late.  The catch: pcic needs
4531.76Smatt# to be late, so devices which attach to it are attached late.  But it
4541.76Smatt# needs to be before its isa and pci attachments.  This answer is
4551.76Smatt# non-optimal, but I don't have a better answer right now.
4561.76Smatt
4571.76Smatt# PCIC pcmcia contoller
4581.76Smatt# XXX this needs to be done very late, so it's done here.  This feels
4591.76Smatt# like a kludge, but it might be for the best.
4601.76Smatt
4611.76Smattdefopt	PCIC_ISA_ALLOC_IOBASE
4621.76Smattdefopt	PCIC_ISA_ALLOC_IOSIZE
4631.76Smattdefopt	PCIC_ISA_INTR_ALLOC_MASK
4641.76Smatt
4651.76Smattdevice	pcic {[controller = -1], [socket = -1]}
4661.76Smattfile	dev/ic/i82365.c			pcic
4671.76Smatt
4681.76Smatt# PCIC pcmcia contoller
4691.76Smattattach	pcic at isa with pcic_isa
4701.76Smattfile	dev/isa/i82365_isa.c		pcic_isa
4711.80Ssommerfefile	dev/isa/i82365_isasubr.c	pcic_isa
4721.76Smatt
4731.76Smatt# PCIC pcmcia contoller
4741.76Smattattach	pcic at pci with pcic_pci
4751.76Smattfile	dev/pci/i82365_pci.c		pcic_pci
4761.76Smatt
4771.76Smatt
4781.76Smatt# this wants to be probed as late as possible.
4791.76Smatt#
4801.76Smatt# Machine-independent PCMCIA drivers
4811.76Smatt#
4821.76Smattinclude "dev/pcmcia/files.pcmcia"
4831.95Smatt#
4841.95Smatt# Machine-independent USB device support
4851.95Smatt#
4861.95Smattinclude "dev/usb/files.usb"
487