Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add support for the 3com OfficeConnect 10/100B c...



details:   https://anonhg.NetBSD.org/src/rev/b3d06e5d397f
branches:  trunk
changeset: 555785:b3d06e5d397f
user:      cube <cube%NetBSD.org@localhost>
date:      Fri Nov 28 06:03:09 2003 +0000

description:
Add support for the 3com OfficeConnect 10/100B card, which has an ADMtek
AN985 controller, handled by tlp(4).

>From Mike M. Volokhov <mishka AT terabyte DOT com DOT ua> in
current-users.

diffstat:

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

diffs (28 lines):

diff -r 9d2f3841e9cf -r b3d06e5d397f sys/dev/pci/if_tlp_pci.c
--- a/sys/dev/pci/if_tlp_pci.c  Fri Nov 28 06:00:16 2003 +0000
+++ b/sys/dev/pci/if_tlp_pci.c  Fri Nov 28 06:03:09 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_tlp_pci.c,v 1.74 2003/11/03 03:05:25 ichiro Exp $   */
+/*     $NetBSD: if_tlp_pci.c,v 1.75 2003/11/28 06:03:09 cube Exp $     */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2002 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_tlp_pci.c,v 1.74 2003/11/03 03:05:25 ichiro Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_tlp_pci.c,v 1.75 2003/11/28 06:03:09 cube Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h> 
@@ -163,6 +163,9 @@
        { PCI_VENDOR_ACCTON,            PCI_PRODUCT_ACCTON_EN2242,
          TULIP_CHIP_AN985 },
 
+       { PCI_VENDOR_3COM,              PCI_PRODUCT_3COM_3C910SOHOB,
+         TULIP_CHIP_AN985 },
+
 #if 0
        { PCI_VENDOR_ASIX,              PCI_PRODUCT_ASIX_AX88140A,
          TULIP_CHIP_AX88140 },



Home | Main Index | Thread Index | Old Index