Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/dev/pcmcia Pull up revision 1.15 (requested by jhawk):



details:   https://anonhg.NetBSD.org/src/rev/59186a40f3f4
branches:  netbsd-1-4
changeset: 470573:59186a40f3f4
user:      he <he%NetBSD.org@localhost>
date:      Thu May 11 09:12:58 2000 +0000

description:
Pull up revision 1.15 (requested by jhawk):
  Add a driver for ``wi'', Lucent "Orinoco"/Wavelan.

diffstat:

 sys/dev/pcmcia/files.pcmcia |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5bc7bf5a8834 -r 59186a40f3f4 sys/dev/pcmcia/files.pcmcia
--- a/sys/dev/pcmcia/files.pcmcia       Thu May 11 09:12:40 2000 +0000
+++ b/sys/dev/pcmcia/files.pcmcia       Thu May 11 09:12:58 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pcmcia,v 1.14 1999/01/01 19:30:03 christos Exp $
+#      $NetBSD: files.pcmcia,v 1.14.2.1 2000/05/11 09:12:58 he Exp $
 #
 # Config.new file and device description for machine-independent PCMCIA code.
 # Included by ports that need it.
@@ -63,3 +63,9 @@
 device cnw: arp, ether, ifnet
 attach cnw at pcmcia
 file   dev/pcmcia/if_cnw.c                     cnw
+
+# Lucent WaveLan IEEE (802.11)
+device wi: arp, ether, ifnet
+attach wi at pcmcia
+file   dev/pcmcia/if_wi.c                      wi
+



Home | Main Index | Thread Index | Old Index