Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Regen; added Accton EN2242.



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

description:
Regen; added Accton EN2242.

diffstat:

 sys/dev/pci/pcidevs.h      |   5 +++--
 sys/dev/pci/pcidevs_data.h |  10 ++++++++--
 2 files changed, 11 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r 2275eed0ec74 -r b8cbce6d2500 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Mon Jan 08 21:47:10 2001 +0000
+++ b/sys/dev/pci/pcidevs.h     Mon Jan 08 21:47:38 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.291 2001/01/08 20:08:17 thorpej Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.292 2001/01/08 21:47:38 thorpej Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.285 2001/01/08 20:07:21 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.286 2001/01/08 21:47:10 thorpej Exp 
  */
 
 /*
@@ -635,6 +635,7 @@
 
 /* Accton products */
 #define        PCI_PRODUCT_ACCTON_MPX5030      0x1211          /* MPX 5030/5038 Ethernet */
+#define        PCI_PRODUCT_ACCTON_EN2242       0x1216          /* EN2242 10/100 Ethernet */
 
 /* Acer products */
 #define        PCI_PRODUCT_ACER_M1435  0x1435          /* M1435 VL-PCI Bridge */
diff -r 2275eed0ec74 -r b8cbce6d2500 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Mon Jan 08 21:47:10 2001 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Mon Jan 08 21:47:38 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.288 2001/01/08 20:08:17 thorpej Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.289 2001/01/08 21:47:38 thorpej Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.285 2001/01/08 20:07:21 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.286 2001/01/08 21:47:10 thorpej Exp 
  */
 
 /*
@@ -352,6 +352,12 @@
            "MPX 5030/5038 Ethernet",
        },
        {
+           PCI_VENDOR_ACCTON, PCI_PRODUCT_ACCTON_EN2242,
+           0,
+           "Accton Technology",
+           "EN2242 10/100 Ethernet",
+       },
+       {
            PCI_VENDOR_ACER, PCI_PRODUCT_ACER_M1435,
            0,
            "Acer",



Home | Main Index | Thread Index | Old Index