summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pcidevs_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r--sys/dev/pci/pcidevs_data.h19
1 files changed, 5 insertions, 14 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index bb8be136957..67302cf1748 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,9 +2,8 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1223 2007/03/28 12:40:05 jsg Exp
+ * OpenBSD: pcidevs,v 1.1224 2007/03/31 11:42:05 reyk Exp
*/
-
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
/*
@@ -38,18 +37,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* Descriptions of known vendors and devices. */
-struct pci_known_vendor {
- pci_vendor_id_t vendor;
- const char *vendorname;
-};
-
-struct pci_known_product {
- pci_vendor_id_t vendor;
- pci_product_id_t product;
- const char *productname;
-};
-
static const struct pci_known_product pci_known_products[] = {
{
PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6729,
@@ -7464,6 +7451,10 @@ static const struct pci_known_product pci_known_products[] = {
"MGA G200 AGP",
},
{
+ PCI_VENDOR_MATROX, PCI_PRODUCT_MATROX_G200E_SE,
+ "MGA G200e (ServerEngines)",
+ },
+ {
PCI_VENDOR_MATROX, PCI_PRODUCT_MATROX_MILL_II_G400_AGP,
"MGA G400/G450 AGP",
},