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.



details:   https://anonhg.NetBSD.org/src/rev/9d2f3841e9cf
branches:  trunk
changeset: 555784:9d2f3841e9cf
user:      cube <cube%NetBSD.org@localhost>
date:      Fri Nov 28 06:00:16 2003 +0000

description:
Regen.

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 f007b3333097 -r 9d2f3841e9cf sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Fri Nov 28 05:59:41 2003 +0000
+++ b/sys/dev/pci/pcidevs.h     Fri Nov 28 06:00:16 2003 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.591 2003/11/26 18:47:16 matt Exp $       */
+/*     $NetBSD: pcidevs.h,v 1.592 2003/11/28 06:00:16 cube Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.593 2003/11/26 18:44:16 matt Exp 
+ *     NetBSD: pcidevs,v 1.594 2003/11/28 05:59:41 cube Exp 
  */
 
 /*
@@ -638,6 +638,7 @@
 #define        PCI_PRODUCT_3COM_3C905BFX       0x905a          /* 3c905B-FX 100 Ethernet */
 #define        PCI_PRODUCT_3COM_3C905CTX       0x9200          /* 3c905C-TX 10/100 Ethernet with mngmt */
 #define        PCI_PRODUCT_3COM_3C905CXTX      0x9201          /* 3c905CX-TX 10/100 Ethernet with mngmt */
+#define        PCI_PRODUCT_3COM_3C910SOHOB     0x9300          /* 3c910 OfficeConnect 10/100B Ethernet */
 #define        PCI_PRODUCT_3COM_3C980SRV       0x9800          /* 3c980 Server Adapter 10/100 Ethernet */
 #define        PCI_PRODUCT_3COM_3C980CTXM      0x9805          /* 3c980C-TXM 10/100 Ethernet */
 #define        PCI_PRODUCT_3COM_3CR990 0x9900          /* 3c990-TX 10/100 Ethernet with 3XP */
diff -r f007b3333097 -r 9d2f3841e9cf sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Fri Nov 28 05:59:41 2003 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Fri Nov 28 06:00:16 2003 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.589 2003/11/26 18:47:16 matt Exp $  */
+/*     $NetBSD: pcidevs_data.h,v 1.590 2003/11/28 06:00:16 cube Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.593 2003/11/26 18:44:16 matt Exp 
+ *     NetBSD: pcidevs,v 1.594 2003/11/28 05:59:41 cube Exp 
  */
 
 /*
@@ -202,6 +202,12 @@
            "3c905CX-TX 10/100 Ethernet with mngmt",
        },
        {
+           PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C910SOHOB,
+           0,
+           "3Com",
+           "3c910 OfficeConnect 10/100B Ethernet",
+       },
+       {
            PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C980SRV,
            0,
            "3Com",



Home | Main Index | Thread Index | Old Index