Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/dev/pci Regen for ticket 450.



details:   https://anonhg.NetBSD.org/src/rev/896f5fa19be4
branches:  netbsd-3
changeset: 576276:896f5fa19be4
user:      riz <riz%NetBSD.org@localhost>
date:      Sat Jun 18 05:33:41 2005 +0000

description:
Regen for ticket 450.

diffstat:

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

diffs (58 lines):

diff -r 01315e849a5b -r 896f5fa19be4 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Sat Jun 18 05:33:15 2005 +0000
+++ b/sys/dev/pci/pcidevs.h     Sat Jun 18 05:33:41 2005 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.702.2.7 2005/05/28 05:12:17 snj Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.702.2.8 2005/06/18 05:33:41 riz Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.701.2.7 2005/05/28 05:09:41 snj Exp
+ *     NetBSD: pcidevs,v 1.701.2.8 2005/06/18 05:33:15 riz Exp
  */
 
 /*
@@ -1958,6 +1958,8 @@
 /* Linksys products */
 #define        PCI_PRODUCT_LINKSYS_EG1032      0x1032          /* EG1032 v2 Instant Gigabit Network Adapter */
 #define        PCI_PRODUCT_LINKSYS_EG1064      0x1064          /* EG1064 v2 Instant Gigabit Network Adapter */
+#define        PCI_PRODUCT_LINKSYS_PCMPC200    0xab08          /* PCMPC200 */
+
 /* Lite-On products */
 #define        PCI_PRODUCT_LITEON_82C168       0x0002          /* 82C168/82C169 (PNIC) 10/100 Ethernet */
 #define        PCI_PRODUCT_LITEON_82C115       0xc115          /* 82C115 (PNIC II) 10/100 Ethernet */
diff -r 01315e849a5b -r 896f5fa19be4 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Sat Jun 18 05:33:15 2005 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Sat Jun 18 05:33:41 2005 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.700.2.7 2005/05/28 05:12:17 snj Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.700.2.8 2005/06/18 05:33:41 riz Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.701.2.7 2005/05/28 05:09:41 snj Exp
+ *     NetBSD: pcidevs,v 1.701.2.8 2005/06/18 05:33:15 riz Exp
  */
 
 /*
@@ -6632,6 +6632,10 @@
            "EG1064 v2 Instant Gigabit Network Adapter",
        },
        {
+           PCI_VENDOR_LINKSYS, PCI_PRODUCT_LINKSYS_PCMPC200,
+           "PCMPC200",
+       },
+       {
            PCI_VENDOR_LITEON, PCI_PRODUCT_LITEON_82C168,
            "82C168/82C169 (PNIC) 10/100 Ethernet",
        },
@@ -10152,4 +10156,4 @@
            "Video Controller",
        },
 };
-const int pci_nproducts = 1959;
+const int pci_nproducts = 1960;



Home | Main Index | Thread Index | Old Index