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/c64479c2b60c
branches:  trunk
changeset: 476172:c64479c2b60c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Sep 08 21:34:33 1999 +0000

description:
Regen.

diffstat:

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

diffs (50 lines):

diff -r eac6af49e889 -r c64479c2b60c sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Wed Sep 08 21:33:59 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Wed Sep 08 21:34:33 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.157 1999/09/01 11:42:32 drochner Exp $   */
+/*     $NetBSD: pcidevs.h,v 1.158 1999/09/08 21:34:33 thorpej Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.150 1999/09/01 11:40:42 drochner Exp 
+ *     NetBSD: pcidevs,v 1.151 1999/09/08 21:33:59 thorpej Exp 
  */
 
 /*
@@ -994,7 +994,7 @@
 #define        PCI_PRODUCT_LEADTEK_S3_805      0x0000          /* S3 805 */
 
 /* Lite-On products */
-#define        PCI_PRODUCT_LITEON_PNIC 0x0002          /* 82C168/82C169 (PNIC) 10/100 Ethernet */
+#define        PCI_PRODUCT_LITEON_82C168       0x0002          /* 82C168/82C169 (PNIC) 10/100 Ethernet */
 
 /* Macronix */
 #define        PCI_PRODUCT_MACRONIX_MX98713    0x0512          /* MX98713 (PMAC) 10/100 Ethernet */
diff -r eac6af49e889 -r c64479c2b60c sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Wed Sep 08 21:33:59 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Wed Sep 08 21:34:33 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.155 1999/09/01 11:42:32 drochner Exp $      */
+/*     $NetBSD: pcidevs_data.h,v 1.156 1999/09/08 21:34:34 thorpej Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.150 1999/09/01 11:40:42 drochner Exp 
+ *     NetBSD: pcidevs,v 1.151 1999/09/08 21:33:59 thorpej Exp 
  */
 
 /*
@@ -1930,7 +1930,7 @@
            "S3 805",
        },
        {
-           PCI_VENDOR_LITEON, PCI_PRODUCT_LITEON_PNIC,
+           PCI_VENDOR_LITEON, PCI_PRODUCT_LITEON_82C168,
            0,
            "Lite-On Communications",
            "82C168/82C169 (PNIC) 10/100 Ethernet",



Home | Main Index | Thread Index | Old Index