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; added ADI BECC product ID.



details:   https://anonhg.NetBSD.org/src/rev/7eb0c87b0f02
branches:  trunk
changeset: 534864:7eb0c87b0f02
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Aug 04 21:47:58 2002 +0000

description:
Regen; added ADI BECC product ID.

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 29432adda69b -r 7eb0c87b0f02 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Sun Aug 04 21:47:25 2002 +0000
+++ b/sys/dev/pci/pcidevs.h     Sun Aug 04 21:47:58 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.465 2002/08/03 17:12:42 kent Exp $       */
+/*     $NetBSD: pcidevs.h,v 1.466 2002/08/04 21:47:58 thorpej Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.461 2002/08/03 17:10:35 kent Exp 
+ *     NetBSD: pcidevs,v 1.462 2002/08/04 21:47:25 thorpej Exp 
  */
 
 /*
@@ -1379,6 +1379,7 @@
 #define        PCI_PRODUCT_INTEL_82815_FULL_AGP        0x1131          /* 82815 AGP */
 #define        PCI_PRODUCT_INTEL_82815_FULL_GRAPH      0x1132          /* 82815 Graphics */
 #define        PCI_PRODUCT_INTEL_82806AA       0x1161          /* 82806AA PCI64 Hub Advanced Programmable Interrupt Controller */
+#define        PCI_PRODUCT_INTEL_ADI_BECC      0x1162          /* ADI i80200 Big Endian Companion Chip */
 #define        PCI_PRODUCT_INTEL_IXP1200       0x1200          /* IXP1200 Network Processor */
 #define        PCI_PRODUCT_INTEL_82559ER       0x1209          /* 82559ER Fast Ethernet LAN Controller */
 #define        PCI_PRODUCT_INTEL_82092AA       0x1222          /* 82092AA IDE controller */
diff -r 29432adda69b -r 7eb0c87b0f02 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Sun Aug 04 21:47:25 2002 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Sun Aug 04 21:47:58 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.463 2002/08/03 17:12:43 kent Exp $  */
+/*     $NetBSD: pcidevs_data.h,v 1.464 2002/08/04 21:47:59 thorpej Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.461 2002/08/03 17:10:35 kent Exp 
+ *     NetBSD: pcidevs,v 1.462 2002/08/04 21:47:25 thorpej Exp 
  */
 
 /*
@@ -3550,6 +3550,12 @@
            "82806AA PCI64 Hub Advanced Programmable Interrupt Controller",
        },
        {
+           PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ADI_BECC,
+           0,
+           "Intel",
+           "ADI i80200 Big Endian Companion Chip",
+       },
+       {
            PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_IXP1200,
            0,
            "Intel",



Home | Main Index | Thread Index | Old Index