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/91ab9b1be4c5
branches:  trunk
changeset: 475862:91ab9b1be4c5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Aug 27 23:27:39 1999 +0000

description:
Regen.

diffstat:

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

diffs (55 lines):

diff -r 018b3e13f0ac -r 91ab9b1be4c5 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Fri Aug 27 23:25:36 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Fri Aug 27 23:27:39 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.154 1999/08/24 21:32:25 soren Exp $      */
+/*     $NetBSD: pcidevs.h,v 1.155 1999/08/27 23:27:39 thorpej Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.147 1999/08/24 21:32:04 soren Exp 
+ *     NetBSD: pcidevs,v 1.148 1999/08/27 23:25:36 thorpej Exp 
  */
 
 /*
@@ -1146,6 +1146,9 @@
 #define        PCI_PRODUCT_S3_VIRGE_MXP        0x8c03          /* ViRGE/MXP */
 #define        PCI_PRODUCT_S3_SONICVIBES       0xca00          /* SonicVibes */
 
+/* Samgsung Semiconductor products */
+#define        PCI_PRODUCT_SAMSUNGSEMI_KS8920  0x8920          /* KS8920 10/100 Ethernet */
+
 /* SGS Thomson products */
 #define        PCI_PRODUCT_SGSTHOMSON_2000     0x0008          /* STG 2000X */
 #define        PCI_PRODUCT_SGSTHOMSON_1764     0x1746          /* STG 1764X */
diff -r 018b3e13f0ac -r 91ab9b1be4c5 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Fri Aug 27 23:25:36 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Fri Aug 27 23:27:39 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.152 1999/08/24 21:32:26 soren Exp $ */
+/*     $NetBSD: pcidevs_data.h,v 1.153 1999/08/27 23:27:39 thorpej Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.147 1999/08/24 21:32:04 soren Exp 
+ *     NetBSD: pcidevs,v 1.148 1999/08/27 23:25:36 thorpej Exp 
  */
 
 /*
@@ -2470,6 +2470,12 @@
            "SonicVibes",
        },
        {
+           PCI_VENDOR_SAMSUNGSEMI, PCI_PRODUCT_SAMSUNGSEMI_KS8920,
+           0,
+           "Samsung Semiconductors",
+           "KS8920 10/100 Ethernet",
+       },
+       {
            PCI_VENDOR_SGSTHOMSON, PCI_PRODUCT_SGSTHOMSON_2000,
            0,
            "SGS Thomson Microelectric",



Home | Main Index | Thread Index | Old Index