From f695a73e85bfb412fd16c95dbe66c43c3147a25f Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 9 Jul 2002 23:50:29 +0000 Subject: [PATCH] Regen. --- sys/dev/pci/pcidevs.h | 9 +++++++-- sys/dev/pci/pcidevs_data.h | 34 ++++++++++++++++++++++++++++++++-- 2 files changed, 39 insertions(+), 4 deletions(-) diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index e1a09bba2e7c..37b448257a8e 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -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 --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 1e0e9579c434..8b57be6ba7a3 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -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 */ /* @@ -1197,6 +1197,36 @@ const struct pci_knowndev pci_knowndevs[] = { "Apple Computer", "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,