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/a0568e288830
branches:  trunk
changeset: 572579:a0568e288830
user:      fredb <fredb%NetBSD.org@localhost>
date:      Sat Jan 08 16:07:20 2005 +0000

description:
Regen.

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 da8ad96c1bd4 -r a0568e288830 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Sat Jan 08 16:00:03 2005 +0000
+++ b/sys/dev/pci/pcidevs.h     Sat Jan 08 16:07:20 2005 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.679 2005/01/08 04:58:22 ginsbach Exp $   */
+/*     $NetBSD: pcidevs.h,v 1.680 2005/01/08 16:07:20 fredb Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.678 2005/01/08 04:53:39 ginsbach Exp 
+ *     NetBSD: pcidevs,v 1.679 2005/01/08 16:00:03 fredb Exp 
  */
 
 /*
@@ -1135,6 +1135,7 @@
 #define        PCI_PRODUCT_BROADCOM_BCM5705K   0x1654          /* BCM5705K 10/100/1000 Ethernet */
 #define        PCI_PRODUCT_BROADCOM_BCM5705M   0x165d          /* BCM5705M 10/100/1000 Ethernet */
 #define        PCI_PRODUCT_BROADCOM_BCM5705_ALT        0x165e          /* BCM5705 10/100/1000 Ethernet */
+#define        PCI_PRODUCT_BROADCOM_BCM5721    0x1659          /* BCM5721 10/100/1000 Ethernet */
 #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 */
diff -r da8ad96c1bd4 -r a0568e288830 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Sat Jan 08 16:00:03 2005 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Sat Jan 08 16:07:20 2005 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.677 2005/01/08 04:58:22 ginsbach Exp $      */
+/*     $NetBSD: pcidevs_data.h,v 1.678 2005/01/08 16:07:20 fredb Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.678 2005/01/08 04:53:39 ginsbach Exp 
+ *     NetBSD: pcidevs,v 1.679 2005/01/08 16:00:03 fredb Exp 
  */
 
 /*
@@ -3996,6 +3996,10 @@
            "BCM5705 10/100/1000 Ethernet",
        },
        {
+           PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5721,
+           "BCM5721 10/100/1000 Ethernet",
+       },
+       {
            PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5750,
            "BCM5750 10/100/1000 Ethernet",
        },
@@ -9888,4 +9892,4 @@
            "Video Controller",
        },
 };
-const int pci_nproducts = 1893;
+const int pci_nproducts = 1894;



Home | Main Index | Thread Index | Old Index