summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/files.pcmcia
blob: e8092cd2d03b348486728d4f139755f7a833f66f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#	$OpenBSD: files.pcmcia,v 1.5 1996/05/03 07:58:22 deraadt Exp $
#	$Id: files.pcmcia,v 1.5 1996/05/03 07:58:22 deraadt Exp $
#
# Config.new file and device description for machine-independent PCMCIA code.
# Included by ports that need it.

# XXX Does this comment hold?
# ports should define their own "device pcmcia" line (like the one below,
# but with the correct bus attachment).

#
# needs all the parameters available on isa, so devices can attach here.
#

device pcmcia  {[port = -1], [size = 0],
		[iomem = -1], [iosiz = 0],
		[irq = -1], [drq = -1], [slot = -1]}
attach pcmcia at pcmciabus

file	dev/pcmcia/pcmcia.c		pcmcia	needs-flag
file	dev/pcmcia/pcmcia_conf.c	pcmcia

# 3Com 3c589 Ethernet controllers
# device declaration in sys/conf/files
attach	ep at pcmcia with ep_pcmcia
file	dev/pcmcia/if_ep_pcmcia.c	ep_pcmcia