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 Accton EN2242 10/100 MiniPCI Ethernet.



details:   https://anonhg.NetBSD.org/src/rev/fde7056fd033
branches:  trunk
changeset: 501891:fde7056fd033
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jan 08 21:50:47 2001 +0000

description:
Add Accton EN2242 10/100 MiniPCI Ethernet.

diffstat:

 sys/dev/pci/if_tlp_pci.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b8cbce6d2500 -r fde7056fd033 sys/dev/pci/if_tlp_pci.c
--- a/sys/dev/pci/if_tlp_pci.c  Mon Jan 08 21:47:38 2001 +0000
+++ b/sys/dev/pci/if_tlp_pci.c  Mon Jan 08 21:50:47 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_tlp_pci.c,v 1.49 2001/01/08 21:45:42 thorpej Exp $  */
+/*     $NetBSD: if_tlp_pci.c,v 1.50 2001/01/08 21:50:47 thorpej Exp $  */
 
 /*-
  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -185,6 +185,8 @@
 
        { PCI_VENDOR_ADMTEK,            PCI_PRODUCT_ADMTEK_AN985,
          TULIP_CHIP_AN985 },
+       { PCI_VENDOR_ACCTON,            PCI_PRODUCT_ACCTON_EN2242,
+         TULIP_CHIP_AN985 },
 
 #if 0
        { PCI_VENDOR_ASIX,              PCI_PRODUCT_ASIX_AX88140A,



Home | Main Index | Thread Index | Old Index