Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia Add Aironet Wireless Communications' vendor a...



details:   https://anonhg.NetBSD.org/src/rev/ada8a10689dd
branches:  trunk
changeset: 480706:ada8a10689dd
user:      jlam <jlam%NetBSD.org@localhost>
date:      Tue Jan 18 17:19:33 2000 +0000

description:
Add Aironet Wireless Communications' vendor and product codes.

diffstat:

 sys/dev/pcmcia/pcmciadevs |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 4edd16faaa7a -r ada8a10689dd sys/dev/pcmcia/pcmciadevs
--- a/sys/dev/pcmcia/pcmciadevs Tue Jan 18 16:50:38 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs Tue Jan 18 17:19:33 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcmciadevs,v 1.65 2000/01/09 16:00:29 joda Exp $
+$NetBSD: pcmciadevs,v 1.66 2000/01/18 17:19:33 jlam Exp $
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -59,6 +59,7 @@
 vendor LINKSYS                 0x0149  Linksys Corporation
 vendor SIMPLETECH              0x014d  Simple Technology
 vendor LUCENT                  0x0156  Lucent Technologies
+vendor AIRONET                 0x015f  Aironet Wireless Communications
 vendor COMPAQ2                 0x0183  Compaq
 vendor DAYNA                   0x0194  Dayna Corporation
 vendor WEBGEAR                 0x01a6  WebGear
@@ -183,7 +184,11 @@
 /* Lucent WaveLAN/IEEE */
 product LUCENT WAVELAN_IEEE    0x0002 WaveLAN/IEEE
 
-/* Bey Networks */
+/* Aironet */
+product AIRONET PC4500         0x0005 Aironet PC4500 Wireless LAN Adapter
+product AIRONET PC4800         0x0005 Aironet PC4800 Wireless LAN Adapter
+
+/* Bay Networks */
 product BAY STACK_650          0x0804 BayStack 650 Wireless LAN
 
 /* WebGear */



Home | Main Index | Thread Index | Old Index