files.alpha revision 1.86
11.86Sthorpej# $NetBSD: files.alpha,v 1.86 1998/07/31 04:38:51 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.8Scgd
561.4Scgd#
571.4Scgd# Machine-independent SCSI drivers
581.4Scgd#
591.4Scgd
601.53Sbouyerinclude "dev/scsipi/files.scsipi"
611.4Scgdmajor { st = 2 }
621.4Scgdmajor { cd = 3 }
631.4Scgdmajor { sd = 8 }
641.4Scgd
651.61Sthorpej#
661.61Sthorpej# Machine-independent ATA drivers
671.61Sthorpej#
681.61Sthorpej
691.61Sthorpejinclude "dev/ata/files.ata"
701.61Sthorpejmajor { wd = 4 }
711.61Sthorpej
721.33Spk# Memory Disk
731.33Spkfile	arch/alpha/alpha/md_root.c	memory_disk_hooks
741.33Spkmajor { md = 6 }
751.8Scgd
761.8Scgd
771.6Scgd#
781.70Sdrochner# "Workstation Console" glue.
791.6Scgd#
801.70Sdrochnerinclude "dev/wscons/files.wscons"
811.6Scgd
821.39Scgd
831.39Scgd#
841.39Scgd# TurboLaser Bus Support
851.39Scgd#
861.39Scgd
871.63Sthorpejdevice	tlsb { node = -1, offset = -1 }
881.39Scgdattach	tlsb at mainbus
891.39Scgdfile	arch/alpha/tlsb/tlsb.c		tlsb & dec_kn8ae
901.39Scgd
911.63Sthorpejdevice	kft { }
921.39Scgdattach	kft at tlsb
931.39Scgdfile	arch/alpha/tlsb/kftxx.c		kft
941.39Scgd
951.63Sthorpejdevice	tlsbmem
961.39Scgdattach	tlsbmem at tlsb
971.39Scgdfile	arch/alpha/tlsb/tlsbmem.c	tlsbmem
981.39Scgd
991.63Sthorpejdevice	gbus { offset = -1 }
1001.39Scgdattach	gbus at tlsb
1011.39Scgdfile	arch/alpha/tlsb/gbus.c		gbus
1021.39Scgd
1031.69Smjacob#
1041.69Smjacob# MCBUS support
1051.69Smjacob#
1061.69Smjacob
1071.69Smjacobdevice	mcbus { mid = -1 }
1081.69Smjacobattach	mcbus at mainbus
1091.69Smjacobfile	arch/alpha/mcbus/mcbus.c	mcbus & dec_kn300
1101.69Smjacob
1111.69Smjacobdevice	mcmem
1121.69Smjacobattach	mcmem at mcbus
1131.69Smjacobfile	arch/alpha/mcbus/mcmem.c	mcmem
1141.39Scgd
1151.6Scgd#
1161.48Sjonathan# Bus-independent support for DEC devices
1171.48Sjonathan#
1181.48Sjonathaninclude "dev/dec/files.dec"
1191.48Sjonathan
1201.48Sjonathan#
1211.4Scgd# TurboChannel Devices
1221.4Scgd#
1231.48Sjonathaninclude "dev/tc/files.tc"
1241.4Scgd
1251.48Sjonathan# TC attachment is MD
1261.48Sjonathanattach	tc at tcbus
1271.9Scgd
1281.63Sthorpejdevice	tcasic: tcbus
1291.11Scgdattach	tcasic at mainbus
1301.9Scgdfile	arch/alpha/tc/tcasic.c		tcasic
1311.18Scgdfile	arch/alpha/tc/tc_bus_mem.c	tcasic
1321.47Sthorpejfile	arch/alpha/tc/tc_dma.c		tcasic
1331.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_300.c	tcasic & dec_3000_300
1341.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_500.c	tcasic & dec_3000_500
1351.47Sthorpejfile	arch/alpha/tc/tc_sgmap.c	tcasic & dec_3000_500
1361.13Scgdfile	arch/alpha/tc/tc_3000_500.c	tcasic & dec_3000_500
1371.13Scgdfile	arch/alpha/tc/tc_3000_300.c	tcasic & dec_3000_300
1381.1Scgd
1391.4Scgd# the TurboChannel IOCTL ASIC
1401.48Sjonathan#  IOASIC device and attachment defined in sys/dev/tc/files.tc
1411.13Scgdfile	arch/alpha/tc/ioasic.c		ioasic
1421.1Scgd
1431.16Scgd# Color Frame buffer
1441.70Sdrochnerdevice	cfb: wsemuldisplaydev, wsrasteremulops
1451.16Scgdattach	cfb at tc
1461.16Scgdfile	arch/alpha/tc/cfb.c		cfb
1471.16Scgd
1481.16Scgd# Smart Frame buffer
1491.70Sdrochnerdevice	sfb: wsemuldisplaydev, wsrasteremulops
1501.11Scgdattach	sfb at tc
1511.1Scgdfile	arch/alpha/tc/sfb.c		sfb
1521.1Scgd
1531.4Scgd# 8530 UARTs
1541.63Sthorpejdevice	scc: tty
1551.11Scgdattach	scc at ioasic
1561.4Scgdfile	arch/alpha/tc/scc.c		scc		needs-count
1571.66Sthorpej
1581.66Sthorpej# 8530 UARTs using the MI 8530 driver   
1591.66Sthorpejdevice	zsc { channel = -1 }
1601.66Sthorpejattach	zsc at ioasic with zsc_ioasic
1611.66Sthorpejfile	arch/alpha/tc/zs_ioasic.c	zsc_ioasic
1621.66Sthorpejfile	dev/ic/z8530sc.c		zsc
1631.66Sthorpej
1641.66Sthorpejdevice	zstty: tty
1651.66Sthorpejattach	zstty at zsc
1661.66Sthorpejfile	dev/ic/z8530tty.c		zstty		needs-flag
1671.1Scgd
1681.86Sthorpejdevice	zsms: wsmousedev
1691.86Sthorpejattach	zsms at zsc
1701.86Sthorpejfile	arch/alpha/tc/zsms.c		zsms
1711.86Sthorpej
1721.86Sthorpejdevice	zskbd: wskbddev
1731.86Sthorpejattach	zskbd at zsc
1741.86Sthorpejfile	arch/alpha/tc/zskbd.c		zskbd
1751.86Sthorpej
1761.4Scgd# the TCDS ASIC
1771.77Sthorpejdevice	tcds { chip = -1 }
1781.11Scgdattach	tcds at tc
1791.77Sthorpejfile	arch/alpha/tc/tcds.c		tcds
1801.4Scgd
1811.4Scgd# 53C[F]90 SCSI
1821.63Sthorpejdevice	asc: scsi, ncr53c9x
1831.78Sthorpejattach	asc at tcds with asc_tcds
1841.77Sthorpejfile	arch/alpha/tc/asc.c		asc
1851.38Sthorpejfile	arch/alpha/tc/tcds_dma.c	asc
1861.4Scgd
1871.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc
1881.8Scgd
1891.8Scgd#
1901.8Scgd# ISA Bus support
1911.8Scgd#
1921.8Scgd
1931.26Scgdinclude "dev/pci/files.pci"	# XXX some ISA devs are 'at pci' too.
1941.26Scgdinclude "dev/isa/files.isa"
1951.8Scgd
1961.8Scgd#file	arch/alpha/isa/isafcns_jensen.c	dec_2000_300
1971.8Scgd
1981.71Sthorpej# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
1991.71Sthorpej# XXX BECAUSE NOT ALL PORTS USE THE MI DRIVER YET.  (when the conf/files
2001.71Sthorpej# XXX and files.isa bogons are fixed, this can be fixed as well.)
2011.71Sthorpej
2021.71Sthorpej# PCI IDE controllers
2031.71Sthorpejdevice	pciide {[channel = -1]}
2041.71Sthorpejattach	pciide at pci
2051.71Sthorpejfile	dev/pci/pciide.c		pciide
2061.71Sthorpejattach	wdc at pciide with wdc_pciide
2071.71Sthorpejfile	dev/pci/wdc_pciide.c		wdc_pciide
2081.8Scgd
2091.4Scgd#
2101.8Scgd# ISA Bus devices
2111.4Scgd#
2121.1Scgd
2131.11Scgd#device	ibus at mainbus { }
2141.11Scgd#device	jcombo at ibus: isabus
2151.11Scgd#device	jeisa at ibus: eisabus
2161.8Scgd
2171.31Scgdfile	arch/alpha/isa/isa_machdep.c	isa
2181.31Scgd
2191.70Sdrochnerinclude "dev/pckbc/files.pckbc"
2201.8Scgd
2211.35Scgd# Floppy disk controller
2221.63Sthorpejdevice	fdc { drive = -1 }
2231.35Scgdattach	fdc at isa
2241.63Sthorpejdevice	fd: disk, isadma
2251.35Scgdattach	fd at fdc
2261.36Scgdfile	arch/alpha/isa/fd.c		fdc needs-flag
2271.35Scgdmajor	{ fd = 0 }
2281.86Sthorpej
2291.86Sthorpej# ISA Plug 'n Play devices
2301.86Sthorpejfile	arch/alpha/isa/isapnp_machdep.c	isapnp
2311.35Scgd
2321.8Scgd#
2331.8Scgd# EISA Bus support
2341.8Scgd#
2351.8Scgd
2361.26Scgdinclude "dev/eisa/files.eisa"
2371.8Scgd
2381.8Scgd
2391.8Scgd#
2401.8Scgd# PCI Bus support
2411.8Scgd#
2421.8Scgd
2431.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE
2441.71Sthorpej
2451.71Sthorpejfile	arch/alpha/pci/pciide_machdep.c		pciide
2461.8Scgd
2471.50Scgddefine	alpha_pci_sgmap_pte32
2481.50Scgdfile	arch/alpha/pci/pci_sgmap_pte32.c	alpha_pci_sgmap_pte32
2491.50Scgd
2501.50Scgddefine	alpha_pci_sgmap_pte64
2511.50Scgdfile	arch/alpha/pci/pci_sgmap_pte64.c	alpha_pci_sgmap_pte64
2521.50Scgd
2531.63Sthorpejdevice	apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2541.10Sthorpejattach	apecs at mainbus
2551.5Scgdfile	arch/alpha/pci/apecs.c		apecs
2561.32Scgdfile	arch/alpha/pci/apecs_bus_io.c	apecs
2571.32Scgdfile	arch/alpha/pci/apecs_bus_mem.c	apecs
2581.47Sthorpejfile	arch/alpha/pci/apecs_dma.c	apecs
2591.5Scgdfile	arch/alpha/pci/apecs_pci.c	apecs
2601.4Scgd
2611.63Sthorpejdevice	cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2621.10Sthorpejattach	cia at mainbus
2631.8Scgdfile	arch/alpha/pci/cia.c		cia
2641.47Sthorpejfile	arch/alpha/pci/cia_dma.c	cia
2651.8Scgdfile	arch/alpha/pci/cia_pci.c	cia
2661.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_io.c cia
2671.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_mem.c cia
2681.51Scgdfile	arch/alpha/pci/cia_swiz_bus_io.c cia
2691.51Scgdfile	arch/alpha/pci/cia_swiz_bus_mem.c cia
2701.8Scgd
2711.64Srossdevice	a12c { }: pcibus
2721.62Srossattach	a12c at mainbus
2731.62Srossfile	arch/alpha/pci/a12c.c		a12c
2741.62Srossfile	arch/alpha/pci/a12c_bus_mem.c	a12c
2751.62Srossfile	arch/alpha/pci/a12c_dma.c	a12c
2761.62Srossfile	arch/alpha/pci/a12c_pci.c	a12c
2771.62Sross
2781.63Sthorpejdevice	dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32
2791.44Scgdattach	dwlpx at kft
2801.44Scgdfile	arch/alpha/pci/dwlpx.c		dwlpx
2811.69Smjacobfile	arch/alpha/pci/dwlpx_bus_io.c	dwlpx
2821.69Smjacobfile	arch/alpha/pci/dwlpx_bus_mem.c	dwlpx
2831.47Sthorpejfile	arch/alpha/pci/dwlpx_dma.c	dwlpx
2841.44Scgdfile	arch/alpha/pci/dwlpx_pci.c	dwlpx
2851.44Scgd
2861.63Sthorpejdevice	lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2871.50Scgdattach	lca at mainbus
2881.50Scgdfile	arch/alpha/pci/lca.c		lca
2891.50Scgdfile	arch/alpha/pci/lca_bus_io.c	lca
2901.50Scgdfile	arch/alpha/pci/lca_bus_mem.c	lca
2911.50Scgdfile	arch/alpha/pci/lca_dma.c	lca
2921.50Scgdfile	arch/alpha/pci/lca_pci.c	lca
2931.44Scgd
2941.69Smjacobdevice	mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2951.69Smjacobattach	mcpcia at mcbus
2961.69Smjacobfile	arch/alpha/pci/mcpcia.c		mcpcia
2971.69Smjacobfile	arch/alpha/pci/mcpcia_bus_io.c	mcpcia
2981.69Smjacobfile	arch/alpha/pci/mcpcia_bus_mem.c	mcpcia
2991.69Smjacobfile	arch/alpha/pci/mcpcia_dma.c	mcpcia
3001.69Smjacobfile	arch/alpha/pci/mcpcia_pci.c	mcpcia
3011.69Smjacob
3021.69Smjacob
3031.44Scgd# CPU support files
3041.5Scgdfile	arch/alpha/pci/pci_2100_a50.c	dec_2100_a50
3051.62Srossfile	arch/alpha/pci/pci_a12.c	avalon_a12
3061.82Sthorpejfile	arch/alpha/pci/pci_alphabook1.c	dec_alphabook1
3071.28Scgdfile	arch/alpha/pci/pci_axppci_33.c	dec_axppci_33
3081.28Scgdfile	arch/alpha/pci/pci_eb164.c	dec_eb164
3091.32Scgdfile	arch/alpha/pci/pci_eb164_intr.s	dec_eb164
3101.74Sthorpejfile	arch/alpha/pci/pci_eb64plus.c	dec_eb64plus
3111.41Scgdfile	arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus
3121.84Sthorpejfile	arch/alpha/pci/pci_eb66.c	dec_eb66
3131.84Sthorpejfile	arch/alpha/pci/pci_eb66_intr.s	dec_eb66
3141.8Scgdfile	arch/alpha/pci/pci_kn20aa.c	dec_kn20aa
3151.69Smjacobfile	arch/alpha/pci/pci_kn8ae.c	dec_kn8ae
3161.69Smjacobfile	arch/alpha/pci/pci_kn300.c	dec_kn300
3171.75Sthorpejfile	arch/alpha/pci/pci_550.c	dec_550
3181.81Srossfile	arch/alpha/pci/pci_1000a.c	dec_1000a
3191.83Srossfile	arch/alpha/pci/pci_1000.c	dec_1000
3201.8Scgd
3211.4Scgd
3221.4Scgd#
3231.8Scgd# PCI Bus devices
3241.4Scgd#
3251.1Scgd
3261.4Scgdfile	arch/alpha/pci/pci_machdep.c	pci
3271.1Scgd
3281.63Sthorpejdevice	sio: isabus, alpha_shared_intr
3291.10Sthorpejattach	sio at pci
3301.63Sthorpejdevice	pceb: isabus, eisabus
3311.10Sthorpejattach	pceb at pci
3321.11Scgdfile	arch/alpha/pci/sio.c		sio | pceb	needs-flag
3331.11Scgdfile	arch/alpha/pci/sio_pic.c	sio | pceb
3341.5Scgd
3351.6Scgd
3361.62Sross#
3371.62Sross# A12 if_de hack, this is temporary!
3381.62Sross#
3391.63Sthorpejdevice	ade: ether, ifnet, arp
3401.62Srossattach	ade at pci
3411.62Srossfile	arch/alpha/pci/if_ade.c		ade
3421.64Sross
3431.64Sross#
3441.64Sross# alpha/a12 platform-specific drivers
3451.64Sross#
3461.64Sross
3471.64Sross# Switch
3481.64Sross
3491.64Srossdevice	xb
3501.64Srossattach	xb at a12c
3511.64Srossfile	arch/alpha/a12/if_xb.c	xb
3521.64Sross
3531.64Sross# Console
3541.64Sross
3551.64Srossdevice	a12dc
3561.64Srossattach	a12dc at a12c
3571.64Srossfile	arch/alpha/a12/a12dc.c	a12dc		needs-flag
3581.8Scgd
3591.5Scgd#
3601.8Scgd# Devices that can live on multiple busses
3611.5Scgd#
3621.5Scgd
3631.63Sthorpejdevice	mcclock
3641.12Scgdattach	mcclock at ioasic with mcclock_ioasic
3651.12Scgdattach	mcclock at isa with mcclock_isa
3661.39Scgdattach	mcclock at gbus with mcclock_tlsb
3671.12Scgdfile	arch/alpha/alpha/mcclock.c	mcclock
3681.12Scgdfile	arch/alpha/tc/mcclock_ioasic.c	mcclock_ioasic
3691.12Scgdfile	arch/alpha/isa/mcclock_isa.c	mcclock_isa
3701.39Scgdfile	arch/alpha/tlsb/mcclock_tlsb.c	mcclock_tlsb
3711.39Scgd
3721.5Scgd
3731.4Scgd#
3741.4Scgd# Standard files
3751.4Scgd#
3761.1Scgdfile	arch/alpha/alpha/autoconf.c
3771.12Scgdfile	arch/alpha/alpha/clock.c
3781.1Scgdfile	arch/alpha/alpha/conf.c
3791.55Sthorpejfile	arch/alpha/alpha/cpuconf.c
3801.1Scgdfile	arch/alpha/alpha/interrupt.c
3811.1Scgdfile	arch/alpha/alpha/machdep.c
3821.1Scgdfile	arch/alpha/alpha/mainbus.c
3831.1Scgdfile	arch/alpha/alpha/mem.c
3841.67Sthorpejfile	arch/alpha/alpha/pmap.c
3851.1Scgdfile	arch/alpha/alpha/process_machdep.c
3861.1Scgdfile	arch/alpha/alpha/prom.c
3871.1Scgdfile	arch/alpha/alpha/support.c
3881.1Scgdfile	arch/alpha/alpha/sys_machdep.c
3891.1Scgdfile	arch/alpha/alpha/trap.c
3901.1Scgdfile	arch/alpha/alpha/vm_machdep.c
3911.1Scgdfile	arch/alpha/alpha/disksubr.c
3921.47Sthorpejfile	arch/alpha/common/bus_dma.c
3931.85Smjacobfile	arch/alpha/common/comlogout.c
3941.1Scgdfile	dev/cons.c
3951.4Scgd
3961.44Scgd# Network protocol checksum routines
3971.44Scgdfile	arch/alpha/alpha/in_cksum.c		inet
3981.19Scgdfile	netns/ns_cksum.c			ns
3991.1Scgd
4001.44Scgd# PROM console support (for ports that don't have native console support)
4011.5Scgdfile	arch/alpha/alpha/promcons.c
4021.6Scgd
4031.44Scgd# CPU support
4041.59Sthorpejfile	arch/alpha/alpha/dec_2100_a50.c		dec_2100_a50
4051.59Sthorpejfile	arch/alpha/alpha/dec_3000_300.c		dec_3000_300
4061.59Sthorpejfile	arch/alpha/alpha/dec_3000_500.c		dec_3000_500
4071.59Sthorpejfile	arch/alpha/alpha/dec_550.c		dec_550
4081.82Sthorpejfile	arch/alpha/alpha/dec_alphabook1.c	dec_alphabook1
4091.59Sthorpejfile	arch/alpha/alpha/dec_axppci_33.c	dec_axppci_33
4101.59Sthorpejfile	arch/alpha/alpha/dec_eb164.c		dec_eb164
4111.59Sthorpejfile	arch/alpha/alpha/dec_eb64plus.c		dec_eb64plus
4121.84Sthorpejfile	arch/alpha/alpha/dec_eb66.c		dec_eb66
4131.59Sthorpejfile	arch/alpha/alpha/dec_kn20aa.c		dec_kn20aa
4141.59Sthorpejfile	arch/alpha/alpha/dec_kn8ae.c		dec_kn8ae
4151.69Smjacobfile	arch/alpha/alpha/dec_kn300.c		dec_kn300
4161.62Srossfile	arch/alpha/alpha/avalon_a12.c		avalon_a12
4171.83Srossfile	arch/alpha/alpha/dec_1000a.c		dec_1000 | dec_1000a
4181.58Sthorpej
4191.58Sthorpej# Kernel debugger support
4201.58Sthorpejfile	arch/alpha/alpha/db_disasm.c		ddb
4211.58Sthorpejfile	arch/alpha/alpha/db_interface.c		ddb
4221.58Sthorpejfile	arch/alpha/alpha/db_trace.c		ddb
4231.7Sthorpej
4241.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1)
4251.26Scgdinclude "compat/osf1/files.osf1"
4261.76Smatt
4271.76Smatt# XXXX pcic here because it needs to be late.  The catch: pcic needs
4281.76Smatt# to be late, so devices which attach to it are attached late.  But it
4291.76Smatt# needs to be before its isa and pci attachments.  This answer is
4301.76Smatt# non-optimal, but I don't have a better answer right now.
4311.76Smatt
4321.76Smatt# PCIC pcmcia contoller
4331.76Smatt# XXX this needs to be done very late, so it's done here.  This feels
4341.76Smatt# like a kludge, but it might be for the best.
4351.76Smatt
4361.76Smattdefopt	PCIC_ISA_ALLOC_IOBASE
4371.76Smattdefopt	PCIC_ISA_ALLOC_IOSIZE
4381.76Smattdefopt	PCIC_ISA_INTR_ALLOC_MASK
4391.76Smatt
4401.76Smattdevice	pcic {[controller = -1], [socket = -1]}
4411.76Smattfile	dev/ic/i82365.c			pcic
4421.76Smatt
4431.76Smatt# PCIC pcmcia contoller
4441.76Smattattach	pcic at isa with pcic_isa
4451.76Smattfile	dev/isa/i82365_isa.c		pcic_isa
4461.80Ssommerfefile	dev/isa/i82365_isasubr.c	pcic_isa
4471.76Smatt
4481.76Smatt# PCIC pcmcia contoller
4491.76Smattattach	pcic at pci with pcic_pci
4501.76Smattfile	dev/pci/i82365_pci.c		pcic_pci
4511.76Smatt
4521.76Smatt
4531.76Smatt# this wants to be probed as late as possible.
4541.76Smatt#
4551.76Smatt# Machine-independent PCMCIA drivers
4561.76Smatt#
4571.76Smattinclude "dev/pcmcia/files.pcmcia"
458