diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-01 18:36:57 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-01 18:36:57 +0000 |
commit | 058ce3813928e15e40ce802e97cee9b6dceaa4b9 (patch) | |
tree | 680d65fd78ba73819ec846efa75334e832c67f58 /sys/dev/pci | |
parent | 42b8ce3c6ca62b576ade4df92c751583e6957c53 (diff) |
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index ba3b5e75e65..414e0ca40e7 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.923 2005/09/30 18:57:19 kettenis Exp + * OpenBSD: pcidevs,v 1.925 2005/10/01 18:35:16 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -674,6 +674,7 @@ #define PCI_PRODUCT_APPLE_SHASTA_PCI3 0x0055 /* Shasta PCI */ #define PCI_PRODUCT_APPLE_SHASTA_HT 0x0056 /* Shasta HyperTransport */ #define PCI_PRODUCT_APPLE_U3L_AGP 0x0058 /* U3L AGP */ +#define PCI_PRODUCT_APPLE_BCM5701 0x1645 /* BCM5701 */ /* Aralion products */ #define PCI_PRODUCT_ARALION_ARS106S 0x0301 /* ARS106S */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index baeca4b1b66..4174fe32829 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.923 2005/09/30 18:57:19 kettenis Exp + * OpenBSD: pcidevs,v 1.925 2005/10/01 18:35:16 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1339,6 +1339,10 @@ static const struct pci_known_product pci_known_products[] = { "U3L AGP", }, { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_BCM5701, + "BCM5701", + }, + { PCI_VENDOR_ARALION, PCI_PRODUCT_ARALION_ARS106S, "ARS106S", }, |