diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-21 22:33:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-21 22:33:19 +0000 |
commit | 67d88b0a9910a68bb666b448d2dac29cb4d3d8c2 (patch) | |
tree | 967b89f6e07398a22bd8c76d30179b648776542d /sys/dev/pcmcia | |
parent | ba95d3c1d69cdb251d15a12ebf70f50b0ea2019b (diff) |
partial sync with netbsd 960418, more to come
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r-- | sys/dev/pcmcia/files.pcmcia | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/files.pcmcia b/sys/dev/pcmcia/files.pcmcia index b20ea8bd985..3429486e007 100644 --- a/sys/dev/pcmcia/files.pcmcia +++ b/sys/dev/pcmcia/files.pcmcia @@ -1,4 +1,4 @@ -# $OpenBSD: files.pcmcia,v 1.2 1996/04/18 23:48:11 niklas Exp $ +# $OpenBSD: files.pcmcia,v 1.3 1996/04/21 22:25:58 deraadt Exp $ # # Config file and device description for machine-independent PCMCIA code. # Included by ports that need it. @@ -7,7 +7,8 @@ # ports should define their own "device pcmcia" line (like the one below, # but with the correct bus attachment). -device pcmcia at pcicbus: isa +device pcmcia: isa +attach pcmcia at pcicbus file dev/pcmcia/pcmcia.c pcmcia needs-count file dev/pcmcia/pcmcia_conf.c pcmcia |