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/b96376961c9a
branches:  trunk
changeset: 480408:b96376961c9a
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jan 11 17:21:02 2000 +0000

description:
Regen.

diffstat:

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

diffs (62 lines):

diff -r 2cc4e5144512 -r b96376961c9a sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Tue Jan 11 17:20:24 2000 +0000
+++ b/sys/dev/pci/pcidevs.h     Tue Jan 11 17:21:02 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.189 2000/01/09 09:20:01 soren Exp $      */
+/*     $NetBSD: pcidevs.h,v 1.190 2000/01/11 17:21:02 matt Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.182 2000/01/09 09:19:26 soren Exp 
+ *     NetBSD: pcidevs,v 1.183 2000/01/11 17:20:24 matt Exp 
  */
 
 /*
@@ -1055,6 +1055,10 @@
 /* LeadTek Research */
 #define        PCI_PRODUCT_LEADTEK_S3_805      0x0000          /* S3 805 */
 
+/* Linear Systems / CompuModules */
+#define        PCI_PRODUCT_LINEARSYS_DVB_TX    0x7629          /* DVB Transmitter */
+#define        PCI_PRODUCT_LINEARSYS_DVB_RX    0x7630          /* DVB Receiver */
+
 /* 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 2cc4e5144512 -r b96376961c9a sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Tue Jan 11 17:20:24 2000 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Tue Jan 11 17:21:02 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.187 2000/01/09 09:20:02 soren Exp $ */
+/*     $NetBSD: pcidevs_data.h,v 1.188 2000/01/11 17:21:02 matt Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.182 2000/01/09 09:19:26 soren Exp 
+ *     NetBSD: pcidevs,v 1.183 2000/01/11 17:20:24 matt Exp 
  */
 
 /*
@@ -2128,6 +2128,18 @@
            "S3 805",
        },
        {
+           PCI_VENDOR_LINEARSYS, PCI_PRODUCT_LINEARSYS_DVB_TX,
+           0,
+           "Linear Systems",
+           "DVB Transmitter",
+       },
+       {
+           PCI_VENDOR_LINEARSYS, PCI_PRODUCT_LINEARSYS_DVB_RX,
+           0,
+           "Linear Systems",
+           "DVB Receiver",
+       },
+       {
            PCI_VENDOR_LITEON, PCI_PRODUCT_LITEON_82C168,
            0,
            "Lite-On Communications",



Home | Main Index | Thread Index | Old Index