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: Add the Elan SC520 System Controller.



details:   https://anonhg.NetBSD.org/src/rev/45aa398529ad
branches:  trunk
changeset: 522317:45aa398529ad
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Feb 16 16:36:36 2002 +0000

description:
Regen: Add the Elan SC520 System Controller.

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 a4b9115aee41 -r 45aa398529ad sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Sat Feb 16 16:35:48 2002 +0000
+++ b/sys/dev/pci/pcidevs.h     Sat Feb 16 16:36:36 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.405 2002/02/04 16:57:57 junyoung Exp $   */
+/*     $NetBSD: pcidevs.h,v 1.406 2002/02/16 16:36:36 thorpej Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.400 2002/02/04 16:56:49 junyoung Exp 
+ *     NetBSD: pcidevs,v 1.401 2002/02/16 16:35:48 thorpej Exp 
  */
 
 /*
@@ -753,6 +753,7 @@
 #define        PCI_PRODUCT_AMD_PCNET_HOME      0x2001          /* PCnet-Home HomePNA Ethernet */
 #define        PCI_PRODUCT_AMD_PCSCSI_PCI      0x2020          /* PCscsi-PCI SCSI */
 #define        PCI_PRODUCT_AMD_PCNETS_PCI      0x2040          /* PCnet-PCI Ethernet & SCSI */
+#define        PCI_PRODUCT_AMD_SC520_SC        0x3000          /* Elan SC520 System Controller */
 #define        PCI_PRODUCT_AMD_SC751_SC        0x7006          /* AMD751 System Controller */
 #define        PCI_PRODUCT_AMD_SC751_PPB       0x7007          /* AMD751 PCI-to-PCI Bridge */
 #define        PCI_PRODUCT_AMD_PBC756_ISA      0x7408          /* AMD756 PCI-to-ISA Bridge */
diff -r a4b9115aee41 -r 45aa398529ad sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Sat Feb 16 16:35:48 2002 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Sat Feb 16 16:36:36 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.403 2002/02/04 16:57:57 junyoung Exp $      */
+/*     $NetBSD: pcidevs_data.h,v 1.404 2002/02/16 16:36:37 thorpej Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.400 2002/02/04 16:56:49 junyoung Exp 
+ *     NetBSD: pcidevs,v 1.401 2002/02/16 16:35:48 thorpej Exp 
  */
 
 /*
@@ -796,6 +796,12 @@
            "PCnet-PCI Ethernet & SCSI",
        },
        {
+           PCI_VENDOR_AMD, PCI_PRODUCT_AMD_SC520_SC,
+           0,
+           "Advanced Micro Devices",
+           "Elan SC520 System Controller",
+       },
+       {
            PCI_VENDOR_AMD, PCI_PRODUCT_AMD_SC751_SC,
            0,
            "Advanced Micro Devices",



Home | Main Index | Thread Index | Old Index