Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/dev/pci Regen. pullup-1-6 ticket #488 (matt).



details:   https://anonhg.NetBSD.org/src/rev/895f7fd850ee
branches:  netbsd-1-6
changeset: 528417:895f7fd850ee
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jul 12 04:13:16 2002 +0000

description:
Regen.  pullup-1-6 ticket #488 (matt).

diffstat:

 sys/dev/pci/pcidevs.h      |   9 +++++++--
 sys/dev/pci/pcidevs_data.h |  34 ++++++++++++++++++++++++++++++++--
 2 files changed, 39 insertions(+), 4 deletions(-)

diffs (81 lines):

diff -r 40bfe7e4367d -r 895f7fd850ee sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Fri Jul 12 04:12:35 2002 +0000
+++ b/sys/dev/pci/pcidevs.h     Fri Jul 12 04:13:16 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.433.2.6 2002/06/25 22:04:11 lukem Exp $  */
+/*     $NetBSD: pcidevs.h,v 1.433.2.7 2002/07/12 04:13:16 thorpej Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD
+ *     NetBSD: pcidevs,v 1.428.2.7 2002/07/12 04:12:35 thorpej Exp 
  */
 
 /*
@@ -827,6 +827,11 @@
 #define        PCI_PRODUCT_APPLE_UNINORTH3     0x002e          /* UniNorth Host-PCI Bridge */
 #define        PCI_PRODUCT_APPLE_UNINORTH4     0x002f          /* UniNorth Host-PCI Bridge */
 #define        PCI_PRODUCT_APPLE_PANGEA_FW     0x0030          /* Pangea Firewire */
+#define        PCI_PRODUCT_APPLE_UNINORTH_FW   0x0031          /* UniNorth Firewire */
+#define        PCI_PRODUCT_APPLE_GMAC3 0x0032          /* GMAC Ethernet */
+#define        PCI_PRODUCT_APPLE_UNINORTH_AGP3 0x0034          /* UniNorth AGP Bridge */
+#define        PCI_PRODUCT_APPLE_UNINORTH5     0x0035          /* UniNorth Host-PCI Bridge */
+#define        PCI_PRODUCT_APPLE_UNINORTH6     0x0036          /* UniNorth Host-PCI Bridge */
 
 /* ARC Logic products */
 #define        PCI_PRODUCT_ARC_1000PV  0xa091          /* 1000PV */
diff -r 40bfe7e4367d -r 895f7fd850ee sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Fri Jul 12 04:12:35 2002 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Fri Jul 12 04:13:16 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.431.2.6 2002/06/25 22:04:14 lukem Exp $     */
+/*     $NetBSD: pcidevs_data.h,v 1.431.2.7 2002/07/12 04:13:17 thorpej Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD
+ *     NetBSD: pcidevs,v 1.428.2.7 2002/07/12 04:12:35 thorpej Exp 
  */
 
 /*
@@ -1180,6 +1180,36 @@
            "Pangea Firewire",
        },
        {
+           PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_FW,
+           0,
+           "Apple Computer",
+           "UniNorth Firewire",
+       },
+       {
+           PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_GMAC3,
+           0,
+           "Apple Computer",
+           "GMAC Ethernet",
+       },
+       {
+           PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_AGP3,
+           0,
+           "Apple Computer",
+           "UniNorth AGP Bridge",
+       },
+       {
+           PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH5,
+           0,
+           "Apple Computer",
+           "UniNorth Host-PCI Bridge",
+       },
+       {
+           PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH6,
+           0,
+           "Apple Computer",
+           "UniNorth Host-PCI Bridge",
+       },
+       {
            PCI_VENDOR_ARC, PCI_PRODUCT_ARC_1000PV,
            0,
            "ARC Logic",



Home | Main Index | Thread Index | Old Index