Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/cardbus Add another tlp card (found by trial and err...



details:   https://anonhg.NetBSD.org/src/rev/8d486c617e79
branches:  trunk
changeset: 522355:8d486c617e79
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Feb 17 21:21:58 2002 +0000

description:
Add another tlp card (found by trial and error).

diffstat:

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

diffs (28 lines):

diff -r 198bd6c057c8 -r 8d486c617e79 sys/dev/cardbus/if_tlp_cardbus.c
--- a/sys/dev/cardbus/if_tlp_cardbus.c  Sun Feb 17 21:21:15 2002 +0000
+++ b/sys/dev/cardbus/if_tlp_cardbus.c  Sun Feb 17 21:21:58 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_tlp_cardbus.c,v 1.31 2001/11/13 12:51:13 lukem Exp $        */
+/*     $NetBSD: if_tlp_cardbus.c,v 1.32 2002/02/17 21:21:58 augustss 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.31 2001/11/13 12:51:13 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_tlp_cardbus.c,v 1.32 2002/02/17 21:21:58 augustss Exp $");
 
 #include "opt_inet.h"
 #include "opt_ns.h"
@@ -157,6 +157,9 @@
        { CARDBUS_VENDOR_ABOCOM,        CARDBUS_PRODUCT_ABOCOM_PCM200,
          TULIP_CHIP_AN985 },
 
+       { CARDBUS_VENDOR_HAWKING,       CARDBUS_PRODUCT_HAWKING_PN672TX,
+         TULIP_CHIP_AN985 },
+
        { 0,                            0,
          TULIP_CHIP_INVALID },
 };



Home | Main Index | Thread Index | Old Index