Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/dev/pci Pull up regenerated file (requeste by bouyer):



details:   https://anonhg.NetBSD.org/src/rev/b80e160d7d2f
branches:  netbsd-1-4
changeset: 470342:b80e160d7d2f
user:      he <he%NetBSD.org@localhost>
date:      Thu Feb 10 21:45:50 2000 +0000

description:
Pull up regenerated file (requeste by bouyer):
  Add support for US Robotics 3CP5609 PCI 16550 Modem.

diffstat:

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

diffs (76 lines):

diff -r 6be2d078a0fa -r b80e160d7d2f sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu Feb 10 21:44:49 2000 +0000
+++ b/sys/dev/pci/pcidevs.h     Thu Feb 10 21:45:50 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.120.2.7 2000/01/15 17:21:23 he Exp $     */
+/*     $NetBSD: pcidevs.h,v 1.120.2.8 2000/02/10 21:45:51 he Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.113.2.6 2000/01/15 17:20:12 he Exp 
+ *     NetBSD: pcidevs,v 1.113.2.7 2000/02/10 21:44:19 he Exp 
  */
 
 /*
@@ -507,6 +507,7 @@
 #define        PCI_VENDOR_KOFAX        0x1296          /* Kofax Image Products */
 #define        PCI_VENDOR_RISCOM       0x12aa          /* RISCom */
 #define        PCI_VENDOR_ALTEON       0x12ae          /* Alteon */
+#define        PCI_VENDOR_USR  0x12b9          /* US Robotics (3Com) */
 #define        PCI_VENDOR_PICTUREEL    0x12c5          /* Picture Elements */
 #define        PCI_VENDOR_STB2 0x12d2          /* STB Systems (2nd PCI Vendor ID) */
 #define        PCI_VENDOR_LMC  0x1376          /* LAN Media Corporation */
@@ -1174,6 +1175,9 @@
 /* ULSI Systems products */
 #define        PCI_PRODUCT_ULSI_US201  0x0201          /* US201 */
 
+/* US Robotics products */
+#define        PCI_PRODUCT_USR_3CP5609 0x1008          /* 3CP5609 PCI 16550 Modem */
+
 /* V3 Semiconductor products */
 #define        PCI_PRODUCT_V3_V292PBC  0x0292          /* V292PBC AMD290x0 Host-PCI Bridge */
 #define        PCI_PRODUCT_V3_V960PBC  0x0960          /* V960PBC i960 Host-PCI Bridge */
diff -r 6be2d078a0fa -r b80e160d7d2f sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu Feb 10 21:44:49 2000 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Thu Feb 10 21:45:50 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.118.2.7 2000/01/15 17:21:21 he Exp $        */
+/*     $NetBSD: pcidevs_data.h,v 1.118.2.8 2000/02/10 21:45:50 he Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.113.2.6 2000/01/15 17:20:12 he Exp 
+ *     NetBSD: pcidevs,v 1.113.2.7 2000/02/10 21:44:19 he Exp 
  */
 
 /*
@@ -2530,6 +2530,12 @@
            "US201",
        },
        {
+           PCI_VENDOR_USR, PCI_PRODUCT_USR_3CP5609,
+           0,
+           "US Robotics (3Com)",
+           "3CP5609 PCI 16550 Modem",
+       },
+       {
            PCI_VENDOR_V3, PCI_PRODUCT_V3_V292PBC,
            0,
            "V3 Semiconductor",
@@ -5608,6 +5614,12 @@
            NULL,
        },
        {
+           PCI_VENDOR_USR, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "US Robotics (3Com)",
+           NULL,
+       },
+       {
            PCI_VENDOR_PICTUREEL, 0,
            PCI_KNOWNDEV_NOPROD,
            "Picture Elements",



Home | Main Index | Thread Index | Old Index