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/e5be8864bad7
branches:  trunk
changeset: 487782:e5be8864bad7
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Mon Jun 12 22:33:41 2000 +0000

description:
Regen.

diffstat:

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

diffs (39 lines):

diff -r 38774054b802 -r e5be8864bad7 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Mon Jun 12 22:33:06 2000 +0000
+++ b/sys/dev/pci/pcidevs.h     Mon Jun 12 22:33:41 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcidevs.h,v 1.239 2000/06/12 21:25:20 bouyer Exp $     */
+/*     $NetBSD: pcidevs.h,v 1.240 2000/06/12 22:33:41 nathanw Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -684,6 +684,7 @@
 
 /* AMD products */
 #define        PCI_PRODUCT_AMD_PCNET_PCI       0x2000          /* 79c970 PCnet-PCI LANCE Ethernet */
+#define        PCI_PRODUCT_AMD_PCNET_HOME      0x2001          /* 79c978 PCnet-PCI Home */
 #define        PCI_PRODUCT_AMD_PCSCSI_PCI      0x2020          /* 53c974 PCscsi-PCI SCSI */
 #define        PCI_PRODUCT_AMD_PCNETS_PCI      0x2040          /* 79C974 PCnet-PCI Ethernet & SCSI */
 #define        PCI_PRODUCT_AMD_SC751_SC        0x7006          /* AMD751 System Controller */
diff -r 38774054b802 -r e5be8864bad7 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Mon Jun 12 22:33:06 2000 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Mon Jun 12 22:33:41 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcidevs_data.h,v 1.237 2000/06/12 21:25:21 bouyer Exp $        */
+/*     $NetBSD: pcidevs_data.h,v 1.238 2000/06/12 22:33:41 nathanw Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -592,6 +592,12 @@
            "79c970 PCnet-PCI LANCE Ethernet",
        },
        {
+           PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PCNET_HOME,
+           0,
+           "Advanced Micro Devices",
+           "79c978 PCnet-PCI Home",
+       },
+       {
            PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PCSCSI_PCI,
            0,
            "Advanced Micro Devices",



Home | Main Index | Thread Index | Old Index