Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/pcmcia Pull up revision 1.111 (partial, via pat...



details:   https://anonhg.NetBSD.org/src/rev/8b2062c6c77d
branches:  netbsd-1-5
changeset: 491898:8b2062c6c77d
user:      he <he%NetBSD.org@localhost>
date:      Sat Jun 16 19:19:12 2001 +0000

description:
Pull up revision 1.111 (partial, via patch, requested by toddpw):
  Add support for ``Kingston KNE-PC2 Ethernet'' pcmcia cards.

diffstat:

 sys/dev/pcmcia/pcmciadevs |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r cf65b8a4c2ed -r 8b2062c6c77d sys/dev/pcmcia/pcmciadevs
--- a/sys/dev/pcmcia/pcmciadevs Sat Jun 16 19:18:50 2001 +0000
+++ b/sys/dev/pcmcia/pcmciadevs Sat Jun 16 19:19:12 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcmciadevs,v 1.93.2.6 2001/05/26 16:16:05 he Exp $
+$NetBSD: pcmciadevs,v 1.93.2.7 2001/06/16 19:19:12 he Exp $
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -63,6 +63,7 @@
 vendor LUCENT                  0x0156  Lucent Technologies
 vendor AIRONET                 0x015f  Aironet Wireless Communications
 vendor COMPAQ2                 0x0183  Compaq
+vendor KINGSTON                        0x0186  Kingston
 vendor DAYNA                   0x0194  Dayna Corporation
 vendor RAYTHEON                        0x01a6  Raytheon
 vendor BAY                     0x01eb  Bay Networks
@@ -121,6 +122,9 @@
 product MOTOROLA POWER144      0x0105 Motorola Power 14.4 Modem
 product MOTOROLA PM100C                0x0302 Motorola Personal Messenger 100C CDPD Modem
 
+/* Kingston Products */         
+product KINGSTON KNE2          0x0100 Kingston KNE-PC2 Ethernet
+
 /* Fujitsu Products */
 product FUJITSU LA501          0x2000 Fujitsu Towa LA501 Ethernet
 product FUJITSU LA10S          0x1003 Fujitsu Compact Flash Ethernet



Home | Main Index | Thread Index | Old Index