diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index f2ea7889c7fb..6bcd055ef3f1 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.191 2000/01/12 09:11:42 haya Exp $ */ +/* $NetBSD: pcidevs.h,v 1.192 2000/01/23 09:55:40 tsubai Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.184 2000/01/12 09:08:36 haya Exp + * NetBSD: pcidevs,v 1.185 2000/01/23 09:54:28 tsubai Exp */ /* @@ -685,6 +685,12 @@ #define PCI_PRODUCT_APPLE_BANDIT2 0x0008 /* Bandit Host-PCI Bridge */ #define PCI_PRODUCT_APPLE_HEATHROW 0x0010 /* MAC-IO I/O Controller (Heathrow) */ #define PCI_PRODUCT_APPLE_PADDINGTON 0x0017 /* MAC-IO I/O Controller (Paddington) */ +#define PCI_PRODUCT_APPLE_KEYLARGO_USB 0x0019 /* KeyLargo USB Controller */ +#define PCI_PRODUCT_APPLE_UNINORTH1 0x001e /* UniNorth Host-PCI Bridge */ +#define PCI_PRODUCT_APPLE_UNINORTH2 0x001f /* UniNorth Host-PCI Bridge */ +#define PCI_PRODUCT_APPLE_UNINORTH_AGP 0x0020 /* UniNorth AGP Interface */ +#define PCI_PRODUCT_APPLE_GMAC 0x0021 /* GMAC Ethernet */ +#define PCI_PRODUCT_APPLE_KEYLARGO 0x0022 /* MAC-IO I/O Controller (KeyLargo) */ /* 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 8bd614bd121c..1e5c5f8d8853 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.189 2000/01/12 09:11:42 haya Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.190 2000/01/23 09:55:40 tsubai Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.184 2000/01/12 09:08:36 haya Exp + * NetBSD: pcidevs,v 1.185 2000/01/23 09:54:28 tsubai Exp */ /* @@ -621,6 +621,42 @@ struct pci_knowndev pci_knowndevs[] = { "Apple Computer", "MAC-IO I/O Controller (Paddington)", }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_KEYLARGO_USB, + 0, + "Apple Computer", + "KeyLargo USB Controller", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH1, + 0, + "Apple Computer", + "UniNorth Host-PCI Bridge", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH2, + 0, + "Apple Computer", + "UniNorth Host-PCI Bridge", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_AGP, + 0, + "Apple Computer", + "UniNorth AGP Interface", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_GMAC, + 0, + "Apple Computer", + "GMAC Ethernet", + }, + { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_KEYLARGO, + 0, + "Apple Computer", + "MAC-IO I/O Controller (KeyLargo)", + }, { PCI_VENDOR_ARC, PCI_PRODUCT_ARC_1000PV, 0,