files.alpha revision 1.80
11.80Ssommerfe# $NetBSD: files.alpha,v 1.80 1998/06/07 19:11:29 sommerfe 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.44Scgd
241.44Scgd# Miscellaneous CPU-specific option headers
251.44Scgddefopt	FIX_UNALIGNED_VAX_FP
261.66Sthorpejdefopt	ZS_IOASIC_DMA
271.68Sthorpej
281.68Sthorpej# XXX Temporary, until integration is finished.
291.68Sthorpejdefopt	NEW_SCC_DRIVER
301.44Scgd
311.30Scgd# this loses, but there's no way to define attributes which have attributes
321.30Scgddefine	alpha_shared_intr
331.31Scgdfile	arch/alpha/common/shared_intr.c	alpha_shared_intr | dec_eb164 |
341.69Smjacob					dec_eb64plus | dec_kn20aa | dec_kn8ae |
351.75Sthorpej					dec_kn300 | dec_550
361.47Sthorpejdefine	alpha_sgmap
371.47Sthorpejfile	arch/alpha/common/sgmap_common.c alpha_sgmap | dec_3000_500
381.4Scgd
391.4Scgd#
401.4Scgd# Bus-independent devices
411.4Scgd#
421.4Scgd
431.63Sthorpejdevice	mainbus { }			# no locators (yet?)
441.11Scgdattach	mainbus at root
451.1Scgd
461.63Sthorpejdevice	cpu { }				# not really optional
471.11Scgdattach	cpu at mainbus
481.1Scgdfile	arch/alpha/alpha/cpu.c		cpu
491.1Scgd
501.8Scgd
511.4Scgd#
521.4Scgd# Machine-independent SCSI drivers
531.4Scgd#
541.4Scgd
551.53Sbouyerinclude "dev/scsipi/files.scsipi"
561.4Scgdmajor { st = 2 }
571.4Scgdmajor { cd = 3 }
581.4Scgdmajor { sd = 8 }
591.4Scgd
601.61Sthorpej#
611.61Sthorpej# Machine-independent ATA drivers
621.61Sthorpej#
631.61Sthorpej
641.61Sthorpejinclude "dev/ata/files.ata"
651.61Sthorpejmajor { wd = 4 }
661.61Sthorpej
671.33Spk# Memory Disk
681.33Spkfile	arch/alpha/alpha/md_root.c	memory_disk_hooks
691.33Spkmajor { md = 6 }
701.8Scgd
711.8Scgd
721.6Scgd#
731.70Sdrochner# "Workstation Console" glue.
741.6Scgd#
751.70Sdrochnerinclude "dev/wscons/files.wscons"
761.6Scgd
771.39Scgd
781.39Scgd#
791.39Scgd# TurboLaser Bus Support
801.39Scgd#
811.39Scgd
821.63Sthorpejdevice	tlsb { node = -1, offset = -1 }
831.39Scgdattach	tlsb at mainbus
841.39Scgdfile	arch/alpha/tlsb/tlsb.c		tlsb & dec_kn8ae
851.39Scgd
861.63Sthorpejdevice	kft { }
871.39Scgdattach	kft at tlsb
881.39Scgdfile	arch/alpha/tlsb/kftxx.c		kft
891.39Scgd
901.63Sthorpejdevice	tlsbmem
911.39Scgdattach	tlsbmem at tlsb
921.39Scgdfile	arch/alpha/tlsb/tlsbmem.c	tlsbmem
931.39Scgd
941.63Sthorpejdevice	gbus { offset = -1 }
951.39Scgdattach	gbus at tlsb
961.39Scgdfile	arch/alpha/tlsb/gbus.c		gbus
971.39Scgd
981.69Smjacob#
991.69Smjacob# MCBUS support
1001.69Smjacob#
1011.69Smjacob
1021.69Smjacobdevice	mcbus { mid = -1 }
1031.69Smjacobattach	mcbus at mainbus
1041.69Smjacobfile	arch/alpha/mcbus/mcbus.c	mcbus & dec_kn300
1051.69Smjacob
1061.69Smjacobdevice	mcmem
1071.69Smjacobattach	mcmem at mcbus
1081.69Smjacobfile	arch/alpha/mcbus/mcmem.c	mcmem
1091.39Scgd
1101.6Scgd#
1111.48Sjonathan# Bus-independent support for DEC devices
1121.48Sjonathan#
1131.48Sjonathaninclude "dev/dec/files.dec"
1141.48Sjonathan
1151.48Sjonathan#
1161.4Scgd# TurboChannel Devices
1171.4Scgd#
1181.48Sjonathaninclude "dev/tc/files.tc"
1191.4Scgd
1201.48Sjonathan# TC attachment is MD
1211.48Sjonathanattach	tc at tcbus
1221.9Scgd
1231.63Sthorpejdevice	tcasic: tcbus
1241.11Scgdattach	tcasic at mainbus
1251.9Scgdfile	arch/alpha/tc/tcasic.c		tcasic
1261.18Scgdfile	arch/alpha/tc/tc_bus_mem.c	tcasic
1271.47Sthorpejfile	arch/alpha/tc/tc_dma.c		tcasic
1281.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_300.c	tcasic & dec_3000_300
1291.47Sthorpejfile	arch/alpha/tc/tc_dma_3000_500.c	tcasic & dec_3000_500
1301.47Sthorpejfile	arch/alpha/tc/tc_sgmap.c	tcasic & dec_3000_500
1311.13Scgdfile	arch/alpha/tc/tc_3000_500.c	tcasic & dec_3000_500
1321.13Scgdfile	arch/alpha/tc/tc_3000_300.c	tcasic & dec_3000_300
1331.1Scgd
1341.4Scgd# the TurboChannel IOCTL ASIC
1351.48Sjonathan#  IOASIC device and attachment defined in sys/dev/tc/files.tc
1361.13Scgdfile	arch/alpha/tc/ioasic.c		ioasic
1371.1Scgd
1381.16Scgd# Color Frame buffer
1391.70Sdrochnerdevice	cfb: wsemuldisplaydev, wsrasteremulops
1401.16Scgdattach	cfb at tc
1411.16Scgdfile	arch/alpha/tc/cfb.c		cfb
1421.16Scgd
1431.16Scgd# Smart Frame buffer
1441.70Sdrochnerdevice	sfb: wsemuldisplaydev, wsrasteremulops
1451.11Scgdattach	sfb at tc
1461.1Scgdfile	arch/alpha/tc/sfb.c		sfb
1471.1Scgd
1481.4Scgd# 8530 UARTs
1491.63Sthorpejdevice	scc: tty
1501.11Scgdattach	scc at ioasic
1511.4Scgdfile	arch/alpha/tc/scc.c		scc		needs-count
1521.66Sthorpej
1531.66Sthorpej# 8530 UARTs using the MI 8530 driver   
1541.66Sthorpejdevice	zsc { channel = -1 }
1551.66Sthorpejattach	zsc at ioasic with zsc_ioasic
1561.66Sthorpejfile	arch/alpha/tc/zs_ioasic.c	zsc_ioasic
1571.66Sthorpejfile	dev/ic/z8530sc.c		zsc
1581.66Sthorpej
1591.66Sthorpejdevice	zstty: tty
1601.66Sthorpejattach	zstty at zsc
1611.66Sthorpejfile	dev/ic/z8530tty.c		zstty		needs-flag
1621.1Scgd
1631.4Scgd# the TCDS ASIC
1641.77Sthorpejdevice	tcds { chip = -1 }
1651.11Scgdattach	tcds at tc
1661.77Sthorpejfile	arch/alpha/tc/tcds.c		tcds
1671.4Scgd
1681.4Scgd# 53C[F]90 SCSI
1691.63Sthorpejdevice	asc: scsi, ncr53c9x
1701.78Sthorpejattach	asc at tcds with asc_tcds
1711.77Sthorpejfile	arch/alpha/tc/asc.c		asc
1721.38Sthorpejfile	arch/alpha/tc/tcds_dma.c	asc
1731.4Scgd
1741.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc
1751.8Scgd
1761.8Scgd#
1771.8Scgd# ISA Bus support
1781.8Scgd#
1791.8Scgd
1801.26Scgdinclude "dev/pci/files.pci"	# XXX some ISA devs are 'at pci' too.
1811.26Scgdinclude "dev/isa/files.isa"
1821.8Scgd
1831.8Scgd#file	arch/alpha/isa/isafcns_jensen.c	dec_2000_300
1841.8Scgd
1851.71Sthorpej# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
1861.71Sthorpej# XXX BECAUSE NOT ALL PORTS USE THE MI DRIVER YET.  (when the conf/files
1871.71Sthorpej# XXX and files.isa bogons are fixed, this can be fixed as well.)
1881.71Sthorpej
1891.71Sthorpej# PCI IDE controllers
1901.71Sthorpejdevice	pciide {[channel = -1]}
1911.71Sthorpejattach	pciide at pci
1921.71Sthorpejfile	dev/pci/pciide.c		pciide
1931.71Sthorpejattach	wdc at pciide with wdc_pciide
1941.71Sthorpejfile	dev/pci/wdc_pciide.c		wdc_pciide
1951.8Scgd
1961.4Scgd#
1971.8Scgd# ISA Bus devices
1981.4Scgd#
1991.1Scgd
2001.11Scgd#device	ibus at mainbus { }
2011.11Scgd#device	jcombo at ibus: isabus
2021.11Scgd#device	jeisa at ibus: eisabus
2031.8Scgd
2041.31Scgdfile	arch/alpha/isa/isa_machdep.c	isa
2051.31Scgd
2061.70Sdrochnerinclude "dev/pckbc/files.pckbc"
2071.8Scgd
2081.35Scgd# Floppy disk controller
2091.63Sthorpejdevice	fdc { drive = -1 }
2101.35Scgdattach	fdc at isa
2111.63Sthorpejdevice	fd: disk, isadma
2121.35Scgdattach	fd at fdc
2131.36Scgdfile	arch/alpha/isa/fd.c		fdc needs-flag
2141.35Scgdmajor	{ fd = 0 }
2151.35Scgd
2161.8Scgd#
2171.8Scgd# EISA Bus support
2181.8Scgd#
2191.8Scgd
2201.26Scgdinclude "dev/eisa/files.eisa"
2211.8Scgd
2221.8Scgd
2231.8Scgd#
2241.8Scgd# PCI Bus support
2251.8Scgd#
2261.8Scgd
2271.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE
2281.71Sthorpej
2291.71Sthorpejfile	arch/alpha/pci/pciide_machdep.c		pciide
2301.8Scgd
2311.50Scgddefine	alpha_pci_sgmap_pte32
2321.50Scgdfile	arch/alpha/pci/pci_sgmap_pte32.c	alpha_pci_sgmap_pte32
2331.50Scgd
2341.50Scgddefine	alpha_pci_sgmap_pte64
2351.50Scgdfile	arch/alpha/pci/pci_sgmap_pte64.c	alpha_pci_sgmap_pte64
2361.50Scgd
2371.63Sthorpejdevice	apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2381.10Sthorpejattach	apecs at mainbus
2391.5Scgdfile	arch/alpha/pci/apecs.c		apecs
2401.32Scgdfile	arch/alpha/pci/apecs_bus_io.c	apecs
2411.32Scgdfile	arch/alpha/pci/apecs_bus_mem.c	apecs
2421.47Sthorpejfile	arch/alpha/pci/apecs_dma.c	apecs
2431.5Scgdfile	arch/alpha/pci/apecs_pci.c	apecs
2441.4Scgd
2451.63Sthorpejdevice	cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2461.10Sthorpejattach	cia at mainbus
2471.8Scgdfile	arch/alpha/pci/cia.c		cia
2481.47Sthorpejfile	arch/alpha/pci/cia_dma.c	cia
2491.8Scgdfile	arch/alpha/pci/cia_pci.c	cia
2501.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_io.c cia
2511.79Sthorpejfile	arch/alpha/pci/cia_bwx_bus_mem.c cia
2521.51Scgdfile	arch/alpha/pci/cia_swiz_bus_io.c cia
2531.51Scgdfile	arch/alpha/pci/cia_swiz_bus_mem.c cia
2541.8Scgd
2551.64Srossdevice	a12c { }: pcibus
2561.62Srossattach	a12c at mainbus
2571.62Srossfile	arch/alpha/pci/a12c.c		a12c
2581.62Srossfile	arch/alpha/pci/a12c_bus_mem.c	a12c
2591.62Srossfile	arch/alpha/pci/a12c_dma.c	a12c
2601.62Srossfile	arch/alpha/pci/a12c_pci.c	a12c
2611.62Sross
2621.63Sthorpejdevice	dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32
2631.44Scgdattach	dwlpx at kft
2641.44Scgdfile	arch/alpha/pci/dwlpx.c		dwlpx
2651.69Smjacobfile	arch/alpha/pci/dwlpx_bus_io.c	dwlpx
2661.69Smjacobfile	arch/alpha/pci/dwlpx_bus_mem.c	dwlpx
2671.47Sthorpejfile	arch/alpha/pci/dwlpx_dma.c	dwlpx
2681.44Scgdfile	arch/alpha/pci/dwlpx_pci.c	dwlpx
2691.44Scgd
2701.63Sthorpejdevice	lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2711.50Scgdattach	lca at mainbus
2721.50Scgdfile	arch/alpha/pci/lca.c		lca
2731.50Scgdfile	arch/alpha/pci/lca_bus_io.c	lca
2741.50Scgdfile	arch/alpha/pci/lca_bus_mem.c	lca
2751.50Scgdfile	arch/alpha/pci/lca_dma.c	lca
2761.50Scgdfile	arch/alpha/pci/lca_pci.c	lca
2771.44Scgd
2781.69Smjacobdevice	mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
2791.69Smjacobattach	mcpcia at mcbus
2801.69Smjacobfile	arch/alpha/pci/mcpcia.c		mcpcia
2811.69Smjacobfile	arch/alpha/pci/mcpcia_bus_io.c	mcpcia
2821.69Smjacobfile	arch/alpha/pci/mcpcia_bus_mem.c	mcpcia
2831.69Smjacobfile	arch/alpha/pci/mcpcia_dma.c	mcpcia
2841.69Smjacobfile	arch/alpha/pci/mcpcia_pci.c	mcpcia
2851.69Smjacob
2861.69Smjacob
2871.44Scgd# CPU support files
2881.5Scgdfile	arch/alpha/pci/pci_2100_a50.c	dec_2100_a50
2891.62Srossfile	arch/alpha/pci/pci_a12.c	avalon_a12
2901.28Scgdfile	arch/alpha/pci/pci_axppci_33.c	dec_axppci_33
2911.28Scgdfile	arch/alpha/pci/pci_eb164.c	dec_eb164
2921.32Scgdfile	arch/alpha/pci/pci_eb164_intr.s	dec_eb164
2931.74Sthorpejfile	arch/alpha/pci/pci_eb64plus.c	dec_eb64plus
2941.41Scgdfile	arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus
2951.8Scgdfile	arch/alpha/pci/pci_kn20aa.c	dec_kn20aa
2961.69Smjacobfile	arch/alpha/pci/pci_kn8ae.c	dec_kn8ae
2971.69Smjacobfile	arch/alpha/pci/pci_kn300.c	dec_kn300
2981.75Sthorpejfile	arch/alpha/pci/pci_550.c	dec_550
2991.8Scgd
3001.4Scgd
3011.4Scgd#
3021.8Scgd# PCI Bus devices
3031.4Scgd#
3041.1Scgd
3051.4Scgdfile	arch/alpha/pci/pci_machdep.c	pci
3061.1Scgd
3071.63Sthorpejdevice	sio: isabus, alpha_shared_intr
3081.10Sthorpejattach	sio at pci
3091.63Sthorpejdevice	pceb: isabus, eisabus
3101.10Sthorpejattach	pceb at pci
3111.11Scgdfile	arch/alpha/pci/sio.c		sio | pceb	needs-flag
3121.11Scgdfile	arch/alpha/pci/sio_pic.c	sio | pceb
3131.5Scgd
3141.6Scgd
3151.62Sross#
3161.62Sross# A12 if_de hack, this is temporary!
3171.62Sross#
3181.63Sthorpejdevice	ade: ether, ifnet, arp
3191.62Srossattach	ade at pci
3201.62Srossfile	arch/alpha/pci/if_ade.c		ade
3211.64Sross
3221.64Sross#
3231.64Sross# alpha/a12 platform-specific drivers
3241.64Sross#
3251.64Sross
3261.64Sross# Switch
3271.64Sross
3281.64Srossdevice	xb
3291.64Srossattach	xb at a12c
3301.64Srossfile	arch/alpha/a12/if_xb.c	xb
3311.64Sross
3321.64Sross# Console
3331.64Sross
3341.64Srossdevice	a12dc
3351.64Srossattach	a12dc at a12c
3361.64Srossfile	arch/alpha/a12/a12dc.c	a12dc		needs-flag
3371.8Scgd
3381.5Scgd#
3391.8Scgd# Devices that can live on multiple busses
3401.5Scgd#
3411.5Scgd
3421.63Sthorpejdevice	mcclock
3431.12Scgdattach	mcclock at ioasic with mcclock_ioasic
3441.12Scgdattach	mcclock at isa with mcclock_isa
3451.39Scgdattach	mcclock at gbus with mcclock_tlsb
3461.12Scgdfile	arch/alpha/alpha/mcclock.c	mcclock
3471.12Scgdfile	arch/alpha/tc/mcclock_ioasic.c	mcclock_ioasic
3481.12Scgdfile	arch/alpha/isa/mcclock_isa.c	mcclock_isa
3491.39Scgdfile	arch/alpha/tlsb/mcclock_tlsb.c	mcclock_tlsb
3501.39Scgd
3511.5Scgd
3521.4Scgd#
3531.4Scgd# Standard files
3541.4Scgd#
3551.1Scgdfile	arch/alpha/alpha/autoconf.c
3561.12Scgdfile	arch/alpha/alpha/clock.c
3571.1Scgdfile	arch/alpha/alpha/conf.c
3581.55Sthorpejfile	arch/alpha/alpha/cpuconf.c
3591.1Scgdfile	arch/alpha/alpha/interrupt.c
3601.1Scgdfile	arch/alpha/alpha/machdep.c
3611.1Scgdfile	arch/alpha/alpha/mainbus.c
3621.1Scgdfile	arch/alpha/alpha/mem.c
3631.67Sthorpejfile	arch/alpha/alpha/pmap.c
3641.1Scgdfile	arch/alpha/alpha/process_machdep.c
3651.1Scgdfile	arch/alpha/alpha/prom.c
3661.1Scgdfile	arch/alpha/alpha/support.c
3671.1Scgdfile	arch/alpha/alpha/sys_machdep.c
3681.1Scgdfile	arch/alpha/alpha/trap.c
3691.1Scgdfile	arch/alpha/alpha/vm_machdep.c
3701.1Scgdfile	arch/alpha/alpha/disksubr.c
3711.47Sthorpejfile	arch/alpha/common/bus_dma.c
3721.1Scgdfile	dev/cons.c
3731.4Scgd
3741.44Scgd# Network protocol checksum routines
3751.44Scgdfile	arch/alpha/alpha/in_cksum.c		inet
3761.19Scgdfile	netns/ns_cksum.c			ns
3771.1Scgd
3781.44Scgd# PROM console support (for ports that don't have native console support)
3791.5Scgdfile	arch/alpha/alpha/promcons.c
3801.6Scgd
3811.44Scgd# CPU support
3821.59Sthorpejfile	arch/alpha/alpha/dec_2100_a50.c		dec_2100_a50
3831.59Sthorpejfile	arch/alpha/alpha/dec_3000_300.c		dec_3000_300
3841.59Sthorpejfile	arch/alpha/alpha/dec_3000_500.c		dec_3000_500
3851.59Sthorpejfile	arch/alpha/alpha/dec_550.c		dec_550
3861.59Sthorpejfile	arch/alpha/alpha/dec_axppci_33.c	dec_axppci_33
3871.59Sthorpejfile	arch/alpha/alpha/dec_eb164.c		dec_eb164
3881.59Sthorpejfile	arch/alpha/alpha/dec_eb64plus.c		dec_eb64plus
3891.59Sthorpejfile	arch/alpha/alpha/dec_kn20aa.c		dec_kn20aa
3901.59Sthorpejfile	arch/alpha/alpha/dec_kn8ae.c		dec_kn8ae
3911.69Smjacobfile	arch/alpha/alpha/dec_kn300.c		dec_kn300
3921.62Srossfile	arch/alpha/alpha/avalon_a12.c		avalon_a12
3931.58Sthorpej
3941.58Sthorpej# Kernel debugger support
3951.58Sthorpejfile	arch/alpha/alpha/db_disasm.c		ddb
3961.58Sthorpejfile	arch/alpha/alpha/db_interface.c		ddb
3971.58Sthorpejfile	arch/alpha/alpha/db_trace.c		ddb
3981.7Sthorpej
3991.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1)
4001.26Scgdinclude "compat/osf1/files.osf1"
4011.76Smatt
4021.76Smatt# XXXX pcic here because it needs to be late.  The catch: pcic needs
4031.76Smatt# to be late, so devices which attach to it are attached late.  But it
4041.76Smatt# needs to be before its isa and pci attachments.  This answer is
4051.76Smatt# non-optimal, but I don't have a better answer right now.
4061.76Smatt
4071.76Smatt# PCIC pcmcia contoller
4081.76Smatt# XXX this needs to be done very late, so it's done here.  This feels
4091.76Smatt# like a kludge, but it might be for the best.
4101.76Smatt
4111.76Smattdefopt	PCIC_ISA_ALLOC_IOBASE
4121.76Smattdefopt	PCIC_ISA_ALLOC_IOSIZE
4131.76Smattdefopt	PCIC_ISA_INTR_ALLOC_MASK
4141.76Smatt
4151.76Smattdevice	pcic {[controller = -1], [socket = -1]}
4161.76Smattfile	dev/ic/i82365.c			pcic
4171.76Smatt
4181.76Smatt# PCIC pcmcia contoller
4191.76Smattattach	pcic at isa with pcic_isa
4201.76Smattfile	dev/isa/i82365_isa.c		pcic_isa
4211.80Ssommerfefile	dev/isa/i82365_isasubr.c	pcic_isa
4221.76Smatt
4231.76Smatt# PCIC pcmcia contoller
4241.76Smattattach	pcic at pci with pcic_pci
4251.76Smattfile	dev/pci/i82365_pci.c		pcic_pci
4261.76Smatt
4271.76Smatt
4281.76Smatt# this wants to be probed as late as possible.
4291.76Smatt#
4301.76Smatt# Machine-independent PCMCIA drivers
4311.76Smatt#
4321.76Smattinclude "dev/pcmcia/files.pcmcia"
433