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 Corega PCCB-11, as per PR/14298



details:   https://anonhg.NetBSD.org/src/rev/61d92b81a5ba
branches:  trunk
changeset: 516299:61d92b81a5ba
user:      mjl <mjl%NetBSD.org@localhost>
date:      Sat Oct 20 15:31:25 2001 +0000

description:
Add Corega PCCB-11, as per PR/14298

diffstat:

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

diffs (21 lines):

diff -r f5c458b20d9c -r 61d92b81a5ba sys/dev/pcmcia/if_wi_pcmcia.c
--- a/sys/dev/pcmcia/if_wi_pcmcia.c     Sat Oct 20 15:29:04 2001 +0000
+++ b/sys/dev/pcmcia/if_wi_pcmcia.c     Sat Oct 20 15:31:25 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wi_pcmcia.c,v 1.8 2001/10/13 15:00:24 ichiro Exp $ */
+/* $NetBSD: if_wi_pcmcia.c,v 1.9 2001/10/20 15:31:25 mjl Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -120,6 +120,11 @@
          PCMCIA_CIS_COREGA_WIRELESS_LAN_PCCA_11,
          PCMCIA_STR_COREGA_WIRELESS_LAN_PCCA_11 },
 
+       { PCMCIA_VENDOR_COREGA,
+         PCMCIA_PRODUCT_COREGA_WIRELESS_LAN_PCCB_11,
+         PCMCIA_CIS_COREGA_WIRELESS_LAN_PCCB_11,
+         PCMCIA_STR_COREGA_WIRELESS_LAN_PCCB_11 },
+
        { PCMCIA_VENDOR_INTERSIL,
          PCMCIA_PRODUCT_INTERSIL_PRISM2,
          PCMCIA_CIS_INTERSIL_PRISM2,



Home | Main Index | Thread Index | Old Index