diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-01-20 18:28:47 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-01-20 18:28:47 +0000 |
commit | 6762e0378d6629c9f91c348c648036cac67da8f0 (patch) | |
tree | 432e04f6d3369b671a86232b49862d529ba642e0 /sys/dev | |
parent | 1fd6b806635e087489522fca7969347e62b7934c (diff) |
pccom is i386 only, com can be attached from mi-land though
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pcmcia/files.pcmcia | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/files.pcmcia b/sys/dev/pcmcia/files.pcmcia index f244cc59cec..cdac02ba93f 100644 --- a/sys/dev/pcmcia/files.pcmcia +++ b/sys/dev/pcmcia/files.pcmcia @@ -1,4 +1,4 @@ -# $OpenBSD: files.pcmcia,v 1.11 1998/11/06 06:32:15 fgsch Exp $ +# $OpenBSD: files.pcmcia,v 1.12 1999/01/20 18:28:46 niklas Exp $ # $NetBSD: files.pcmcia,v 1.9 1998/06/21 18:45:41 christos Exp $ # # Config.new file and device description for machine-independent PCMCIA code. @@ -25,7 +25,7 @@ file dev/pcmcia/if_ne_pcmcia.c ne_pcmcia attach aic at pcmcia with aic_pcmcia file dev/pcmcia/aic_pcmcia.c aic_pcmcia -attach pccom at pcmcia with com_pcmcia +attach com at pcmcia with com_pcmcia file dev/pcmcia/com_pcmcia.c com_pcmcia # Digital RoamAbout / Lucent WaveLAN PCMCIA card |