Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/dev/pci Regen: Add National Semiconductor DP83815 1...



details:   https://anonhg.NetBSD.org/src/rev/0598e850166d
branches:  netbsd-1-5
changeset: 489523:0598e850166d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Sep 21 18:00:05 2000 +0000

description:
Regen: Add National Semiconductor DP83815 10/100 Ethernet.

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 45f32b616ef6 -r 0598e850166d sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu Sep 21 17:59:05 2000 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu Sep 21 18:00:05 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.242.2.7 2000/09/13 16:51:38 tron Exp $   */
+/*     $NetBSD: pcidevs.h,v 1.242.2.8 2000/09/21 18:00:05 thorpej Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.236.2.7 2000/09/13 16:48:25 tron Exp 
+ *     NetBSD: pcidevs,v 1.236.2.8 2000/09/21 17:59:05 thorpej Exp 
  */
 
 /*
@@ -1182,6 +1182,7 @@
 
 /* National Semiconductor products */
 #define        PCI_PRODUCT_NS_DP83810  0x0001          /* DP83810 10/100 Ethernet */
+#define        PCI_PRODUCT_NS_DP83815  0x0020          /* DP83815 10/100 Ethernet */
 #define        PCI_PRODUCT_NS_NS87410  0xd001          /* NS87410 */
 
 /* NCR/Symbios Logic products */
diff -r 45f32b616ef6 -r 0598e850166d sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu Sep 21 17:59:05 2000 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu Sep 21 18:00:05 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.240.2.7 2000/09/13 16:51:39 tron Exp $      */
+/*     $NetBSD: pcidevs_data.h,v 1.240.2.8 2000/09/21 18:00:06 thorpej Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.236.2.7 2000/09/13 16:48:25 tron Exp 
+ *     NetBSD: pcidevs,v 1.236.2.8 2000/09/21 17:59:05 thorpej Exp 
  */
 
 /*
@@ -2704,6 +2704,12 @@
            "DP83810 10/100 Ethernet",
        },
        {
+           PCI_VENDOR_NS, PCI_PRODUCT_NS_DP83815,
+           0,
+           "National Semiconductor",
+           "DP83815 10/100 Ethernet",
+       },
+       {
            PCI_VENDOR_NS, PCI_PRODUCT_NS_NS87410,
            0,
            "National Semiconductor",



Home | Main Index | Thread Index | Old Index