Source-Changes-HG archive

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

[src/netbsd-2]: src/sys/dev/pci Regen for ticket 10364.



details:   https://anonhg.NetBSD.org/src/rev/bfc313bac889
branches:  netbsd-2
changeset: 564432:bfc313bac889
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Mar 17 17:22:30 2006 +0000

description:
Regen for ticket 10364.

diffstat:

 sys/dev/pci/pcidevs.h      |   8 ++++++--
 sys/dev/pci/pcidevs_data.h |  16 ++++++++++++++--
 2 files changed, 20 insertions(+), 4 deletions(-)

diffs (76 lines):

diff -r 0d4048af44fc -r bfc313bac889 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Fri Mar 17 17:22:06 2006 +0000
+++ b/sys/dev/pci/pcidevs.h     Fri Mar 17 17:22:30 2006 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.615.2.17.2.14 2005/12/01 22:18:12 tron Exp $     */
+/*     $NetBSD: pcidevs.h,v 1.615.2.17.2.15 2006/03/17 17:22:30 riz Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.615.2.17.2.14 2005/12/01 22:16:38 tron Exp 
+ *     NetBSD
  */
 
 /*
@@ -518,6 +518,7 @@
 #define        PCI_VENDOR_AURORA       0x125c          /* Aurora Technologies */
 #define        PCI_VENDOR_ESSTECH      0x125d          /* ESS Technology, Inc. */
 #define        PCI_VENDOR_INTERSIL     0x1260          /* Intersil */
+#define        PCI_VENDOR_NORTEL       0x126c          /* Nortel Networks (Northern Telecom) */
 #define        PCI_VENDOR_SILMOTION    0x126f          /* Silicon Motion, Inc. */
 #define        PCI_VENDOR_ENSONIQ      0x1274          /* Ensoniq */
 #define        PCI_VENDOR_NETAPP       0x1275          /* Network Appliance */
@@ -2066,6 +2067,9 @@
 /* NKK products */
 #define        PCI_PRODUCT_NKK_NDR4600 0xa001          /* NDR4600 Host-PCI Bridge */
 
+/* Nortel products */
+#define        PCI_PRODUCT_NORTEL_BAYSTACK_21  0x1211          /* Baystack 21 (Accton MPX EN5038) */
+
 /* Number Nine products */
 #define        PCI_PRODUCT_NUMBER9_I128        0x2309          /* Imagine-128 */
 #define        PCI_PRODUCT_NUMBER9_I128_2      0x2339          /* Imagine-128 II */
diff -r 0d4048af44fc -r bfc313bac889 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Fri Mar 17 17:22:06 2006 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Fri Mar 17 17:22:30 2006 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.613.2.17.2.14 2005/12/01 22:18:12 tron Exp $        */
+/*     $NetBSD: pcidevs_data.h,v 1.613.2.17.2.15 2006/03/17 17:22:30 riz Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.615.2.17.2.14 2005/12/01 22:16:38 tron Exp 
+ *     NetBSD
  */
 
 /*
@@ -6952,6 +6952,12 @@
            "NDR4600 Host-PCI Bridge",
        },
        {
+           PCI_VENDOR_NORTEL, PCI_PRODUCT_NORTEL_BAYSTACK_21,
+           0,
+           "Nortel Networks (Northern Telecom)",
+           "Baystack 21 (Accton MPX EN5038)",
+       },
+       {
            PCI_VENDOR_NUMBER9, PCI_PRODUCT_NUMBER9_I128,
            0,
            "Number 9 Computer Company",
@@ -13792,6 +13798,12 @@
            NULL,
        },
        {
+           PCI_VENDOR_NORTEL, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "Nortel Networks (Northern Telecom)",
+           NULL,
+       },
+       {
            PCI_VENDOR_SILMOTION, 0,
            PCI_KNOWNDEV_NOPROD,
            "Silicon Motion, Inc.",



Home | Main Index | Thread Index | Old Index