files.alpha revision 1.91
11.91Sthorpej# $NetBSD: files.alpha,v 1.91 1998/09/24 22:32:36 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.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.30Scgd# this loses, but there's no way to define attributes which have attributes
361.30Scgddefine	alpha_shared_intr
371.31Scgdfile	arch/alpha/common/shared_intr.c	alpha_shared_intr | dec_eb164 |
381.69Smjacob					dec_eb64plus | dec_kn20aa | dec_kn8ae |
391.83Sross					dec_kn300 | dec_550 | dec_1000 |
401.84Sthorpej					dec_1000a | dec_eb66
411.47Sthorpejdefine	alpha_sgmap
421.47Sthorpejfile	arch/alpha/common/sgmap_common.c alpha_sgmap | dec_3000_500
431.4Scgd
441.4Scgd#
451.4Scgd# Bus-independent devices
461.4Scgd#
471.4Scgd
481.63Sthorpejdevice	mainbus { }			# no locators (yet?)
491.11Scgdattach	mainbus at root
501.1Scgd
511.63Sthorpejdevice	cpu { }				# not really optional
521.11Scgdattach	cpu at mainbus
531.1Scgdfile	arch/alpha/alpha/cpu.c		cpu
541.1Scgd
551.88Sthorpej#
561.88Sthorpej# Machine-independent MII/PHY drivers.
571.88Sthorpej#
581.88Sthorpej
591.88Sthorpejinclude "dev/mii/files.mii"
601.8Scgd
611.4Scgd#
621.4Scgd# Machine-independent SCSI drivers
631.4Scgd#
641.4Scgd
651.53Sbouyerinclude "dev/scsipi/files.scsipi"
661.4Scgdmajor { st = 2 }
671.4Scgdmajor { cd = 3 }
681.4Scgdmajor { sd = 8 }
691.4Scgd
701.61Sthorpej#
711.61Sthorpej# Machine-independent ATA drivers
721.61Sthorpej#
731.61Sthorpej
741.61Sthorpejinclude "dev/ata/files.ata"
751.61Sthorpejmajor { wd = 4 }
761.61Sthorpej
771.33Spk# Memory Disk
781.33Spkfile	arch/alpha/alpha/md_root.c	memory_disk_hooks
791.33Spkmajor { md = 6 }
801.8Scgd
811.8Scgd
821.6Scgd#
831.70Sdrochner# "Workstation Console" glue.
841.6Scgd#
851.70Sdrochnerinclude "dev/wscons/files.wscons"
861.6Scgd
871.39Scgd
881.39Scgd#
891.39Scgd# TurboLaser Bus Support
901.39Scgd#
911.39Scgd
921.63Sthorpejdevice	tlsb { node = -1, offset = -1 }
931.39Scgdattach	tlsb at mainbus
941.39Scgdfile	arch/alpha/tlsb/tlsb.c		tlsb & dec_kn8ae
951.39Scgd
961.63Sthorpejdevice	kft { }
971.39Scgdattach	kft at tlsb
981.39Scgdfile	arch/alpha/tlsb/kftxx.c		kft
991.39Scgd
1001.63Sthorpejdevice	tlsbmem
1011.39Scgdattach	tlsbmem at tlsb
1021.39Scgdfile	arch/alpha/tlsb/tlsbmem.c	tlsbmem
1031.39Scgd
1041.63Sthorpejdevice	gbus { offset = -1 }
1051.39Scgdattach	gbus at tlsb
1061.39Scgdfile	arch/alpha/tlsb/gbus.c		gbus
1071.39Scgd
1081.69Smjacob#
1091.69Smjacob# MCBUS support
1101.69Smjacob#
1111.69Smjacob
1121.69Smjacobdevice	mcbus { mid = -1 }
1131.69Smjacobattach	mcbus at mainbus
1141.69Smjacobfile	arch/alpha/mcbus/mcbus.c	mcbus & dec_kn300
1151.69Smjacob
1161.69Smjacobdevice	mcmem
1171.69Smjacobattach	mcmem at mcbus
1181.69Smjacobfile	arch/alpha/mcbus/mcmem.c	mcmem
1191.39Scgd
1201.6Scgd#
1211.48Sjonathan# Bus-independent support for DEC devices
1221.48Sjonathan#
1231.48Sjonathaninclude "dev/dec/files.dec"
1241.48Sjonathan
1251.48Sjonathan#
1261.4Scgd# TurboChannel Devices
1271.4Scgd#
1281.48Sjonathaninclude "dev/tc/files.tc"
1291.4Scgd
1301.48Sjonathan# TC attachment is MD
1311.48Sjonathanattach	tc at tcbus
1321.9Scgd
1331.63Sthorpejdevice	tcasic: tcbus
1341.11Scgdattach	tcasic at mainbus
1351.9Scgdfile	arch/alpha/tc/tcasic.c		tcasic
1361.18Scgdfile	arch/alpha/tc/tc_bus_mem.c	tcasic
1371.47Sthorpejfile	arch/alpha/tc/tc_dma.c		tcasic
1381.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_300.c	tcasic & dec_3000_300
1391.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_500.c	tcasic & dec_3000_500
1401.47Sthorpejfile	arch/alpha/tc/tc_sgmap.c	tcasic & dec_3000_500
1411.13Scgdfile	arch/alpha/tc/tc_3000_500.c	tcasic & dec_3000_500
1421.13Scgdfile	arch/alpha/tc/tc_3000_300.c	tcasic & dec_3000_300
1431.1Scgd
1441.4Scgd# the TurboChannel IOCTL ASIC
1451.48Sjonathan#  IOASIC device and attachment defined in sys/dev/tc/files.tc
1461.13Scgdfile	arch/alpha/tc/ioasic.c		ioasic
1471.1Scgd
1481.16Scgd# Color Frame buffer
1491.70Sdrochnerdevice	cfb: wsemuldisplaydev, wsrasteremulops
1501.16Scgdattach	cfb at tc
1511.16Scgdfile	arch/alpha/tc/cfb.c		cfb
1521.16Scgd
1531.16Scgd# Smart Frame buffer
1541.70Sdrochnerdevice	sfb: wsemuldisplaydev, wsrasteremulops
1551.11Scgdattach	sfb at tc
1561.1Scgdfile	arch/alpha/tc/sfb.c		sfb
1571.1Scgd
1581.4Scgd# 8530 UARTs
1591.63Sthorpejdevice	scc: tty
1601.11Scgdattach	scc at ioasic
1611.4Scgdfile	arch/alpha/tc/scc.c		scc		needs-count
1621.66Sthorpej
1631.66Sthorpej# 8530 UARTs using the MI 8530 driver   
1641.66Sthorpejdevice	zsc { channel = -1 }
1651.66Sthorpejattach	zsc at ioasic with zsc_ioasic
1661.66Sthorpejfile	arch/alpha/tc/zs_ioasic.c	zsc_ioasic
1671.66Sthorpejfile	dev/ic/z8530sc.c		zsc
1681.66Sthorpej
1691.66Sthorpejdevice	zstty: tty
1701.66Sthorpejattach	zstty at zsc
1711.66Sthorpejfile	dev/ic/z8530tty.c		zstty		needs-flag
1721.1Scgd
1731.86Sthorpejdevice	zsms: wsmousedev
1741.86Sthorpejattach	zsms at zsc
1751.86Sthorpejfile	arch/alpha/tc/zsms.c		zsms
1761.86Sthorpej
1771.86Sthorpejdevice	zskbd: wskbddev
1781.86Sthorpejattach	zskbd at zsc
1791.86Sthorpejfile	arch/alpha/tc/zskbd.c		zskbd
1801.86Sthorpej
1811.4Scgd# the TCDS ASIC
1821.77Sthorpejdevice	tcds { chip = -1 }
1831.11Scgdattach	tcds at tc
1841.77Sthorpejfile	arch/alpha/tc/tcds.c		tcds
1851.4Scgd
1861.4Scgd# 53C[F]90 SCSI
1871.63Sthorpejdevice	asc: scsi, ncr53c9x
1881.78Sthorpejattach	asc at tcds with asc_tcds
1891.77Sthorpejfile	arch/alpha/tc/asc.c		asc
1901.38Sthorpejfile	arch/alpha/tc/tcds_dma.c	asc
1911.4Scgd
1921.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc
1931.8Scgd
1941.8Scgd#
1951.8Scgd# ISA Bus support
1961.8Scgd#
1971.8Scgd
1981.26Scgdinclude "dev/pci/files.pci"	# XXX some ISA devs are 'at pci' too.
1991.26Scgdinclude "dev/isa/files.isa"
2001.8Scgd
2011.8Scgd#file	arch/alpha/isa/isafcns_jensen.c	dec_2000_300
2021.8Scgd
2031.71Sthorpej# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
2041.71Sthorpej# XXX BECAUSE NOT ALL PORTS USE THE MI DRIVER YET.  (when the conf/files
2051.71Sthorpej# XXX and files.isa bogons are fixed, this can be fixed as well.)
2061.71Sthorpej
2071.71Sthorpej# PCI IDE controllers
2081.71Sthorpejdevice	pciide {[channel = -1]}
2091.71Sthorpejattach	pciide at pci
2101.71Sthorpejfile	dev/pci/pciide.c		pciide
2111.71Sthorpejattach	wdc at pciide with wdc_pciide
2121.71Sthorpejfile	dev/pci/wdc_pciide.c		wdc_pciide
2131.8Scgd
2141.4Scgd#
2151.8Scgd# ISA Bus devices
2161.4Scgd#
2171.1Scgd
2181.11Scgd#device	ibus at mainbus { }
2191.11Scgd#device	jcombo at ibus: isabus
2201.11Scgd#device	jeisa at ibus: eisabus
2211.8Scgd
2221.31Scgdfile	arch/alpha/isa/isa_machdep.c	isa
2231.31Scgd
2241.70Sdrochnerinclude "dev/pckbc/files.pckbc"
2251.87Sdrochner
2261.87Sdrochner# ISA speaker generates keyboard beep
2271.87Sdrochnerdevice isabeep
2281.87Sdrochnerattach isabeep at pcppi
2291.8Scgd
2301.35Scgd# Floppy disk controller
2311.63Sthorpejdevice	fdc { drive = -1 }
2321.35Scgdattach	fdc at isa
2331.63Sthorpejdevice	fd: disk, isadma
2341.35Scgdattach	fd at fdc
2351.36Scgdfile	arch/alpha/isa/fd.c		fdc needs-flag
2361.35Scgdmajor	{ fd = 0 }
2371.86Sthorpej
2381.86Sthorpej# ISA Plug 'n Play devices
2391.86Sthorpejfile	arch/alpha/isa/isapnp_machdep.c	isapnp
2401.35Scgd
2411.8Scgd#
2421.8Scgd# EISA Bus support
2431.8Scgd#
2441.8Scgd
2451.26Scgdinclude "dev/eisa/files.eisa"
2461.8Scgd
2471.8Scgd
2481.8Scgd#
2491.8Scgd# PCI Bus support
2501.8Scgd#
2511.8Scgd
2521.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE
2531.71Sthorpej
2541.71Sthorpejfile	arch/alpha/pci/pciide_machdep.c		pciide
2551.8Scgd
2561.50Scgddefine	alpha_pci_sgmap_pte32
2571.50Scgdfile	arch/alpha/pci/pci_sgmap_pte32.c	alpha_pci_sgmap_pte32
2581.50Scgd
2591.50Scgddefine	alpha_pci_sgmap_pte64
2601.50Scgdfile	arch/alpha/pci/pci_sgmap_pte64.c	alpha_pci_sgmap_pte64
2611.50Scgd
2621.63Sthorpejdevice	apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2631.10Sthorpejattach	apecs at mainbus
2641.5Scgdfile	arch/alpha/pci/apecs.c		apecs
2651.32Scgdfile	arch/alpha/pci/apecs_bus_io.c	apecs
2661.32Scgdfile	arch/alpha/pci/apecs_bus_mem.c	apecs
2671.47Sthorpejfile	arch/alpha/pci/apecs_dma.c	apecs
2681.5Scgdfile	arch/alpha/pci/apecs_pci.c	apecs
2691.4Scgd
2701.63Sthorpejdevice	cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2711.10Sthorpejattach	cia at mainbus
2721.8Scgdfile	arch/alpha/pci/cia.c		cia
2731.47Sthorpejfile	arch/alpha/pci/cia_dma.c	cia
2741.8Scgdfile	arch/alpha/pci/cia_pci.c	cia
2751.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_io.c cia
2761.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_mem.c cia
2771.51Scgdfile	arch/alpha/pci/cia_swiz_bus_io.c cia
2781.51Scgdfile	arch/alpha/pci/cia_swiz_bus_mem.c cia
2791.8Scgd
2801.64Srossdevice	a12c { }: pcibus
2811.62Srossattach	a12c at mainbus
2821.62Srossfile	arch/alpha/pci/a12c.c		a12c
2831.62Srossfile	arch/alpha/pci/a12c_bus_mem.c	a12c
2841.62Srossfile	arch/alpha/pci/a12c_dma.c	a12c
2851.62Srossfile	arch/alpha/pci/a12c_pci.c	a12c
2861.62Sross
2871.63Sthorpejdevice	dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32
2881.44Scgdattach	dwlpx at kft
2891.44Scgdfile	arch/alpha/pci/dwlpx.c		dwlpx
2901.69Smjacobfile	arch/alpha/pci/dwlpx_bus_io.c	dwlpx
2911.69Smjacobfile	arch/alpha/pci/dwlpx_bus_mem.c	dwlpx
2921.47Sthorpejfile	arch/alpha/pci/dwlpx_dma.c	dwlpx
2931.44Scgdfile	arch/alpha/pci/dwlpx_pci.c	dwlpx
2941.44Scgd
2951.63Sthorpejdevice	lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2961.50Scgdattach	lca at mainbus
2971.50Scgdfile	arch/alpha/pci/lca.c		lca
2981.50Scgdfile	arch/alpha/pci/lca_bus_io.c	lca
2991.50Scgdfile	arch/alpha/pci/lca_bus_mem.c	lca
3001.50Scgdfile	arch/alpha/pci/lca_dma.c	lca
3011.50Scgdfile	arch/alpha/pci/lca_pci.c	lca
3021.44Scgd
3031.69Smjacobdevice	mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
3041.69Smjacobattach	mcpcia at mcbus
3051.69Smjacobfile	arch/alpha/pci/mcpcia.c		mcpcia
3061.69Smjacobfile	arch/alpha/pci/mcpcia_bus_io.c	mcpcia
3071.69Smjacobfile	arch/alpha/pci/mcpcia_bus_mem.c	mcpcia
3081.69Smjacobfile	arch/alpha/pci/mcpcia_dma.c	mcpcia
3091.69Smjacobfile	arch/alpha/pci/mcpcia_pci.c	mcpcia
3101.69Smjacob
3111.69Smjacob
3121.44Scgd# CPU support files
3131.5Scgdfile	arch/alpha/pci/pci_2100_a50.c	dec_2100_a50
3141.62Srossfile	arch/alpha/pci/pci_a12.c	avalon_a12
3151.82Sthorpejfile	arch/alpha/pci/pci_alphabook1.c	dec_alphabook1
3161.28Scgdfile	arch/alpha/pci/pci_axppci_33.c	dec_axppci_33
3171.28Scgdfile	arch/alpha/pci/pci_eb164.c	dec_eb164
3181.32Scgdfile	arch/alpha/pci/pci_eb164_intr.s	dec_eb164
3191.74Sthorpejfile	arch/alpha/pci/pci_eb64plus.c	dec_eb64plus
3201.41Scgdfile	arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus
3211.84Sthorpejfile	arch/alpha/pci/pci_eb66.c	dec_eb66
3221.84Sthorpejfile	arch/alpha/pci/pci_eb66_intr.s	dec_eb66
3231.8Scgdfile	arch/alpha/pci/pci_kn20aa.c	dec_kn20aa
3241.69Smjacobfile	arch/alpha/pci/pci_kn8ae.c	dec_kn8ae
3251.69Smjacobfile	arch/alpha/pci/pci_kn300.c	dec_kn300
3261.75Sthorpejfile	arch/alpha/pci/pci_550.c	dec_550
3271.81Srossfile	arch/alpha/pci/pci_1000a.c	dec_1000a
3281.83Srossfile	arch/alpha/pci/pci_1000.c	dec_1000
3291.8Scgd
3301.4Scgd
3311.4Scgd#
3321.8Scgd# PCI Bus devices
3331.4Scgd#
3341.1Scgd
3351.4Scgdfile	arch/alpha/pci/pci_machdep.c	pci
3361.1Scgd
3371.63Sthorpejdevice	sio: isabus, alpha_shared_intr
3381.10Sthorpejattach	sio at pci
3391.63Sthorpejdevice	pceb: isabus, eisabus
3401.10Sthorpejattach	pceb at pci
3411.11Scgdfile	arch/alpha/pci/sio.c		sio | pceb	needs-flag
3421.11Scgdfile	arch/alpha/pci/sio_pic.c	sio | pceb
3431.5Scgd
3441.6Scgd
3451.62Sross#
3461.62Sross# A12 if_de hack, this is temporary!
3471.62Sross#
3481.63Sthorpejdevice	ade: ether, ifnet, arp
3491.62Srossattach	ade at pci
3501.90Srossfile	arch/alpha/a12/if_ade.c		ade
3511.64Sross
3521.64Sross#
3531.64Sross# alpha/a12 platform-specific drivers
3541.64Sross#
3551.64Sross
3561.64Sross# Switch
3571.64Sross
3581.64Srossdevice	xb
3591.64Srossattach	xb at a12c
3601.64Srossfile	arch/alpha/a12/if_xb.c	xb
3611.64Sross
3621.64Sross# Console
3631.64Sross
3641.64Srossdevice	a12dc
3651.64Srossattach	a12dc at a12c
3661.64Srossfile	arch/alpha/a12/a12dc.c	a12dc		needs-flag
3671.8Scgd
3681.5Scgd#
3691.8Scgd# Devices that can live on multiple busses
3701.5Scgd#
3711.5Scgd
3721.63Sthorpejdevice	mcclock
3731.12Scgdattach	mcclock at ioasic with mcclock_ioasic
3741.12Scgdattach	mcclock at isa with mcclock_isa
3751.39Scgdattach	mcclock at gbus with mcclock_tlsb
3761.12Scgdfile	arch/alpha/alpha/mcclock.c	mcclock
3771.12Scgdfile	arch/alpha/tc/mcclock_ioasic.c	mcclock_ioasic
3781.12Scgdfile	arch/alpha/isa/mcclock_isa.c	mcclock_isa
3791.39Scgdfile	arch/alpha/tlsb/mcclock_tlsb.c	mcclock_tlsb
3801.39Scgd
3811.5Scgd
3821.4Scgd#
3831.4Scgd# Standard files
3841.4Scgd#
3851.1Scgdfile	arch/alpha/alpha/autoconf.c
3861.12Scgdfile	arch/alpha/alpha/clock.c
3871.1Scgdfile	arch/alpha/alpha/conf.c
3881.55Sthorpejfile	arch/alpha/alpha/cpuconf.c
3891.1Scgdfile	arch/alpha/alpha/interrupt.c
3901.91Sthorpejfile	arch/alpha/alpha/lock_machdep.c		multiprocessor
3911.1Scgdfile	arch/alpha/alpha/machdep.c
3921.1Scgdfile	arch/alpha/alpha/mainbus.c
3931.1Scgdfile	arch/alpha/alpha/mem.c
3941.67Sthorpejfile	arch/alpha/alpha/pmap.c
3951.1Scgdfile	arch/alpha/alpha/process_machdep.c
3961.1Scgdfile	arch/alpha/alpha/prom.c
3971.1Scgdfile	arch/alpha/alpha/support.c
3981.1Scgdfile	arch/alpha/alpha/sys_machdep.c
3991.1Scgdfile	arch/alpha/alpha/trap.c
4001.1Scgdfile	arch/alpha/alpha/vm_machdep.c
4011.1Scgdfile	arch/alpha/alpha/disksubr.c
4021.47Sthorpejfile	arch/alpha/common/bus_dma.c
4031.85Smjacobfile	arch/alpha/common/comlogout.c
4041.1Scgdfile	dev/cons.c
4051.4Scgd
4061.44Scgd# Network protocol checksum routines
4071.44Scgdfile	arch/alpha/alpha/in_cksum.c		inet
4081.19Scgdfile	netns/ns_cksum.c			ns
4091.1Scgd
4101.44Scgd# PROM console support (for ports that don't have native console support)
4111.5Scgdfile	arch/alpha/alpha/promcons.c
4121.6Scgd
4131.44Scgd# CPU support
4141.59Sthorpejfile	arch/alpha/alpha/dec_2100_a50.c		dec_2100_a50
4151.59Sthorpejfile	arch/alpha/alpha/dec_3000_300.c		dec_3000_300
4161.59Sthorpejfile	arch/alpha/alpha/dec_3000_500.c		dec_3000_500
4171.59Sthorpejfile	arch/alpha/alpha/dec_550.c		dec_550
4181.82Sthorpejfile	arch/alpha/alpha/dec_alphabook1.c	dec_alphabook1
4191.59Sthorpejfile	arch/alpha/alpha/dec_axppci_33.c	dec_axppci_33
4201.59Sthorpejfile	arch/alpha/alpha/dec_eb164.c		dec_eb164
4211.59Sthorpejfile	arch/alpha/alpha/dec_eb64plus.c		dec_eb64plus
4221.84Sthorpejfile	arch/alpha/alpha/dec_eb66.c		dec_eb66
4231.59Sthorpejfile	arch/alpha/alpha/dec_kn20aa.c		dec_kn20aa
4241.59Sthorpejfile	arch/alpha/alpha/dec_kn8ae.c		dec_kn8ae
4251.69Smjacobfile	arch/alpha/alpha/dec_kn300.c		dec_kn300
4261.62Srossfile	arch/alpha/alpha/avalon_a12.c		avalon_a12
4271.83Srossfile	arch/alpha/alpha/dec_1000a.c		dec_1000 | dec_1000a
4281.58Sthorpej
4291.58Sthorpej# Kernel debugger support
4301.58Sthorpejfile	arch/alpha/alpha/db_disasm.c		ddb
4311.58Sthorpejfile	arch/alpha/alpha/db_interface.c		ddb
4321.58Sthorpejfile	arch/alpha/alpha/db_trace.c		ddb
4331.89Sthorpej
4341.89Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX)
4351.89Sthorpejfile	arch/alpha/alpha/compat_13_machdep.c	compat_13
4361.7Sthorpej
4371.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1)
4381.26Scgdinclude "compat/osf1/files.osf1"
4391.76Smatt
4401.76Smatt# XXXX pcic here because it needs to be late.  The catch: pcic needs
4411.76Smatt# to be late, so devices which attach to it are attached late.  But it
4421.76Smatt# needs to be before its isa and pci attachments.  This answer is
4431.76Smatt# non-optimal, but I don't have a better answer right now.
4441.76Smatt
4451.76Smatt# PCIC pcmcia contoller
4461.76Smatt# XXX this needs to be done very late, so it's done here.  This feels
4471.76Smatt# like a kludge, but it might be for the best.
4481.76Smatt
4491.76Smattdefopt	PCIC_ISA_ALLOC_IOBASE
4501.76Smattdefopt	PCIC_ISA_ALLOC_IOSIZE
4511.76Smattdefopt	PCIC_ISA_INTR_ALLOC_MASK
4521.76Smatt
4531.76Smattdevice	pcic {[controller = -1], [socket = -1]}
4541.76Smattfile	dev/ic/i82365.c			pcic
4551.76Smatt
4561.76Smatt# PCIC pcmcia contoller
4571.76Smattattach	pcic at isa with pcic_isa
4581.76Smattfile	dev/isa/i82365_isa.c		pcic_isa
4591.80Ssommerfefile	dev/isa/i82365_isasubr.c	pcic_isa
4601.76Smatt
4611.76Smatt# PCIC pcmcia contoller
4621.76Smattattach	pcic at pci with pcic_pci
4631.76Smattfile	dev/pci/i82365_pci.c		pcic_pci
4641.76Smatt
4651.76Smatt
4661.76Smatt# this wants to be probed as late as possible.
4671.76Smatt#
4681.76Smatt# Machine-independent PCMCIA drivers
4691.76Smatt#
4701.76Smattinclude "dev/pcmcia/files.pcmcia"
471