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/032a1dc66016
branches:  trunk
changeset: 533820:032a1dc66016
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jul 09 23:50:29 2002 +0000

description:
Regen.

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 f0b6467f6d25 -r 032a1dc66016 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Tue Jul 09 23:47:45 2002 +0000
+++ b/sys/dev/pci/pcidevs.h     Tue Jul 09 23:50:29 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.455 2002/07/09 19:43:57 thorpej Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.456 2002/07/09 23:50:29 matt Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.451 2002/07/09 19:43:03 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.452 2002/07/09 23:47:45 matt Exp 
  */
 
 /*
@@ -836,6 +836,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 f0b6467f6d25 -r 032a1dc66016 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Tue Jul 09 23:47:45 2002 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Tue Jul 09 23:50:29 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.453 2002/07/09 19:43:58 thorpej Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.454 2002/07/09 23:50:31 matt Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.451 2002/07/09 19:43:03 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.452 2002/07/09 23:47:45 matt Exp 
  */
 
 /*
@@ -1198,6 +1198,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