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/26c73faa9177
branches:  trunk
changeset: 533705:26c73faa9177
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Jul 07 19:49:09 2002 +0000

description:
Regen.

diffstat:

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

diffs (63 lines):

diff -r 620e6a2bf667 -r 26c73faa9177 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Sun Jul 07 19:48:41 2002 +0000
+++ b/sys/dev/pci/pcidevs.h     Sun Jul 07 19:49:09 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.453 2002/07/05 14:03:33 enami Exp $      */
+/*     $NetBSD: pcidevs.h,v 1.454 2002/07/07 19:49:09 augustss Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.449 2002/07/05 13:59:14 enami Exp 
+ *     NetBSD: pcidevs,v 1.450 2002/07/07 19:48:41 augustss Exp 
  */
 
 /*
@@ -1838,6 +1838,11 @@
 /* Samsung Semiconductor products */
 #define        PCI_PRODUCT_SAMSUNGSEMI_KS8920  0x8920          /* KS8920 10/100 Ethernet */
 
+/* Sandburst products */
+#define        PCI_PRODUCT_SANDBURST_QE1000    0x0180          /* QE1000 */
+#define        PCI_PRODUCT_SANDBURST_FE1000    0x0200          /* FE1000 */
+/*product SANDBURST    SE1600  0x0100  SE1600*/
+
 /* SEGA Enterprises products */
 #define        PCI_PRODUCT_SEGA_BROADBAND      0x1234          /* Broadband Adapter */
 
diff -r 620e6a2bf667 -r 26c73faa9177 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Sun Jul 07 19:48:41 2002 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Sun Jul 07 19:49:09 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.451 2002/07/05 14:03:33 enami Exp $ */
+/*     $NetBSD: pcidevs_data.h,v 1.452 2002/07/07 19:49:10 augustss Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.449 2002/07/05 13:59:14 enami Exp 
+ *     NetBSD: pcidevs,v 1.450 2002/07/07 19:48:41 augustss Exp 
  */
 
 /*
@@ -5638,6 +5638,18 @@
            "KS8920 10/100 Ethernet",
        },
        {
+           PCI_VENDOR_SANDBURST, PCI_PRODUCT_SANDBURST_QE1000,
+           0,
+           "Sandburst, Inc.",
+           "QE1000",
+       },
+       {
+           PCI_VENDOR_SANDBURST, PCI_PRODUCT_SANDBURST_FE1000,
+           0,
+           "Sandburst, Inc.",
+           "FE1000",
+       },
+       {
            PCI_VENDOR_SEGA, PCI_PRODUCT_SEGA_BROADBAND,
            0,
            "SEGA Enterprises",



Home | Main Index | Thread Index | Old Index