diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-08-20 17:09:11 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-08-20 17:09:11 +0000 |
commit | f3202d1b1839e64c8f9fa02cfdb5e7d8f31d1b85 (patch) | |
tree | 761d3e7ef218b88eeb6594db26e8e5228f27eed1 /sys | |
parent | f2c7b1d1c78507ce889593dfbaa8d9144566c846 (diff) |
Wavelan code rolled out. It works, but there are copyleft problems.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pcmcia/files.pcmcia | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pcmcia/files.pcmcia b/sys/dev/pcmcia/files.pcmcia index 725632921de..63ea15a0192 100644 --- a/sys/dev/pcmcia/files.pcmcia +++ b/sys/dev/pcmcia/files.pcmcia @@ -1,5 +1,5 @@ -# $OpenBSD: files.pcmcia,v 1.7 1997/08/19 21:59:49 angelos Exp $ -# $Id: files.pcmcia,v 1.7 1997/08/19 21:59:49 angelos Exp $ +# $OpenBSD: files.pcmcia,v 1.8 1997/08/20 17:09:10 angelos Exp $ +# $Id: files.pcmcia,v 1.8 1997/08/20 17:09:10 angelos Exp $ # # Config.new file and device description for machine-independent PCMCIA code. # Included by ports that need it. @@ -29,5 +29,5 @@ file dev/pcmcia/com_pcmcia.c com_pcmcia attach ep at pcmcia with ep_pcmcia file dev/pcmcia/if_ep_pcmcia.c ep_pcmcia -attach wlp at pcmcia with wlp_pcmcia -file dev/pcmcia/if_wlp_pcmcia.c wlp_pcmcia +#attach wlp at pcmcia with wlp_pcmcia +#file dev/pcmcia/if_wlp_pcmcia.c wlp_pcmcia |