blob: e854c96005d4d45228012da63ca6fb173d7dcab7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: files.pci,v 1.2 1995/04/17 17:54:35 cgd Exp $
#
# Config.new file and device description for machine-independent PCMCIA code.
# Included by ports that need it.
# ports should define their own "device pcmcia" line (like the one below,
# but with the correct bus attachment).
#define pcmciabus {[port = -1], [size = 0],
# [iomem = -1], [iosiz = 0],
# [irq = -1], [drq = -1]}
file dev/pcmcia/pcmcia.c pcmciabus needs-count
file dev/pcmcia/pcmcia_conf.c pcmciabus
|