Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/dev/pci Regen for ticket #752.



details:   https://anonhg.NetBSD.org/src/rev/60ef63b699e3
branches:  netbsd-3
changeset: 577128:60ef63b699e3
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Sep 08 21:23:03 2005 +0000

description:
Regen for ticket #752.

diffstat:

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

diffs (57 lines):

diff -r de0748566b4c -r 60ef63b699e3 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu Sep 08 21:22:15 2005 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu Sep 08 21:23:03 2005 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.702.2.13 2005/09/06 21:32:57 riz Exp $   */
+/*     $NetBSD: pcidevs.h,v 1.702.2.14 2005/09/08 21:23:03 tron Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.701.2.13 2005/09/06 21:32:31 riz Exp
+ *     NetBSD: pcidevs,v 1.701.2.14 2005/09/08 21:22:15 tron Exp
  */
 
 /*
@@ -1170,6 +1170,7 @@
 #define        PCI_PRODUCT_BROADCOM_BCM5750    0x1676          /* BCM5750 10/100/1000 Ethernet */
 #define        PCI_PRODUCT_BROADCOM_BCM5751    0x1677          /* BCM5751 10/100/1000 Ethernet */
 #define        PCI_PRODUCT_BROADCOM_BCM5750M   0x167c          /* BCM5750M 10/100/1000 Ethernet */
+#define        PCI_PRODUCT_BROADCOM_BCM5751M   0x167d          /* BCM5751M 10/100/1000 Ethernet */
 #define        PCI_PRODUCT_BROADCOM_BCM5782    0x1696          /* BCM5782 10/100/1000 Ethernet */
 #define        PCI_PRODUCT_BROADCOM_BCM5788    0x169c          /* BCM5788 10/100/1000 Ethernet */
 #define        PCI_PRODUCT_BROADCOM_BCM4401_B0 0x170c          /* BCM4401-B0 10/100 Ethernet */
diff -r de0748566b4c -r 60ef63b699e3 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu Sep 08 21:22:15 2005 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu Sep 08 21:23:03 2005 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.700.2.13 2005/09/06 21:32:57 riz Exp $      */
+/*     $NetBSD: pcidevs_data.h,v 1.700.2.14 2005/09/08 21:23:03 tron Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.701.2.13 2005/09/06 21:32:31 riz Exp
+ *     NetBSD: pcidevs,v 1.701.2.14 2005/09/08 21:22:15 tron Exp
  */
 
 /*
@@ -4136,6 +4136,10 @@
            "BCM5750M 10/100/1000 Ethernet",
        },
        {
+           PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5751M,
+           "BCM5751M 10/100/1000 Ethernet",
+       },
+       {
            PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5782,
            "BCM5782 10/100/1000 Ethernet",
        },
@@ -10272,4 +10276,4 @@
            "Video Controller",
        },
 };
-const int pci_nproducts = 1989;
+const int pci_nproducts = 1990;



Home | Main Index | Thread Index | Old Index