diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-18 23:48:25 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-18 23:48:25 +0000 |
commit | 76067dc38b59d22fa68139e9e0f6387455213fef (patch) | |
tree | a07a31d71b761635bad242646844c4ead9cdbed8 /sys/dev/pcmcia/files.pcmcia | |
parent | 740ab8eb879aa7a6c29f0a9c83c747b8ae4988c9 (diff) |
NetBSD 960317 merge
Diffstat (limited to 'sys/dev/pcmcia/files.pcmcia')
-rw-r--r-- | sys/dev/pcmcia/files.pcmcia | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/sys/dev/pcmcia/files.pcmcia b/sys/dev/pcmcia/files.pcmcia index e854c96005d..b20ea8bd985 100644 --- a/sys/dev/pcmcia/files.pcmcia +++ b/sys/dev/pcmcia/files.pcmcia @@ -1,15 +1,13 @@ -# $NetBSD: files.pci,v 1.2 1995/04/17 17:54:35 cgd Exp $ +# $OpenBSD: files.pcmcia,v 1.2 1996/04/18 23:48:11 niklas Exp $ # -# Config.new file and device description for machine-independent PCMCIA code. +# Config 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). -#define pcmciabus {[port = -1], [size = 0], -# [iomem = -1], [iosiz = 0], -# [irq = -1], [drq = -1]} +device pcmcia at pcicbus: isa - -file dev/pcmcia/pcmcia.c pcmciabus needs-count -file dev/pcmcia/pcmcia_conf.c pcmciabus +file dev/pcmcia/pcmcia.c pcmcia needs-count +file dev/pcmcia/pcmcia_conf.c pcmcia |