Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Regenerate.



details:   https://anonhg.NetBSD.org/src/rev/eb4c9180909f
branches:  trunk
changeset: 533272:eb4c9180909f
user:      cjs <cjs%NetBSD.org@localhost>
date:      Wed Jun 26 10:09:16 2002 +0000

description:
Regenerate.

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 4a1cfb82e6cb -r eb4c9180909f sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Wed Jun 26 10:03:58 2002 +0000
+++ b/sys/dev/pci/pcidevs.h     Wed Jun 26 10:09:16 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.448 2002/06/26 09:42:44 cjs Exp $        */
+/*     $NetBSD: pcidevs.h,v 1.449 2002/06/26 10:09:16 cjs Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.444 2002/06/26 09:33:50 cjs Exp 
+ *     NetBSD: pcidevs,v 1.445 2002/06/26 10:03:58 cjs Exp 
  */
 
 /*
@@ -772,6 +772,7 @@
 
 /* Altima products */
 #define        PCI_PRODUCT_ALTIMA_AC1000       0x03e8          /* AC1000 Gigabit Ethernet */
+#define        PCI_PRODUCT_ALTIMA_AC9100       0x03ea          /* AC9100 Gigabit Ethernet */
 
 /* AMD products */
 #define        PCI_PRODUCT_AMD_PCNET_PCI       0x2000          /* PCnet-PCI Ethernet */
diff -r 4a1cfb82e6cb -r eb4c9180909f sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Wed Jun 26 10:03:58 2002 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Wed Jun 26 10:09:16 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.446 2002/06/26 09:42:45 cjs Exp $   */
+/*     $NetBSD: pcidevs_data.h,v 1.447 2002/06/26 10:09:17 cjs Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.444 2002/06/26 09:33:50 cjs Exp 
+ *     NetBSD: pcidevs,v 1.445 2002/06/26 10:03:58 cjs Exp 
  */
 
 /*
@@ -874,6 +874,12 @@
            "AC1000 Gigabit Ethernet",
        },
        {
+           PCI_VENDOR_ALTIMA, PCI_PRODUCT_ALTIMA_AC9100,
+           0,
+           "Altima",
+           "AC9100 Gigabit Ethernet",
+       },
+       {
            PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PCNET_PCI,
            0,
            "Advanced Micro Devices",



Home | Main Index | Thread Index | Old Index