Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/dev/cardbus Pull up revision 1.46 (requested by tron ...



details:   https://anonhg.NetBSD.org/src/rev/830832f1e1a1
branches:  netbsd-3
changeset: 576274:830832f1e1a1
user:      riz <riz%NetBSD.org@localhost>
date:      Sat Jun 18 05:33:14 2005 +0000

description:
Pull up revision 1.46 (requested by tron in ticket #450):
Add support for the LinkSys PCMPC200 Cardbus ethernet card.

diffstat:

 sys/dev/cardbus/if_tlp_cardbus.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r fbccf57ad063 -r 830832f1e1a1 sys/dev/cardbus/if_tlp_cardbus.c
--- a/sys/dev/cardbus/if_tlp_cardbus.c  Sat Jun 18 05:27:54 2005 +0000
+++ b/sys/dev/cardbus/if_tlp_cardbus.c  Sat Jun 18 05:33:14 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_tlp_cardbus.c,v 1.45 2005/02/27 00:26:59 perry Exp $        */
+/*     $NetBSD: if_tlp_cardbus.c,v 1.45.2.1 2005/06/18 05:33:14 riz Exp $      */
 
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_tlp_cardbus.c,v 1.45 2005/02/27 00:26:59 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_tlp_cardbus.c,v 1.45.2.1 2005/06/18 05:33:14 riz Exp $");
 
 #include "opt_inet.h"
 #include "opt_ns.h"
@@ -166,6 +166,9 @@
        { PCI_VENDOR_MICROSOFT, PCI_PRODUCT_MICROSOFT_MN120,
          TULIP_CHIP_AN985 },
 
+       { PCI_VENDOR_LINKSYS, PCI_PRODUCT_LINKSYS_PCMPC200,
+         TULIP_CHIP_AN985 },
+
        { 0,                            0,
          TULIP_CHIP_INVALID },
 };



Home | Main Index | Thread Index | Old Index