summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2007-03-31 11:42:49 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2007-03-31 11:42:49 +0000
commit95bbe8f40844ffac6d55dd6f64ced2687fef6b2e (patch)
tree72c970a4a6bc2a80e059496f16f9aee0a2e827ab
parentd54f5503420a0ad6e7dcca742feb263e24f9e7ac (diff)
sync
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h19
2 files changed, 7 insertions, 15 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 718d7da1e3a..4732259fa7b 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.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 $ */
@@ -2449,6 +2449,7 @@
#define PCI_PRODUCT_MATROX_MILLENNIUM_IIAGP 0x051f /* MGA Millennium II 2164WA-B AGP */
#define PCI_PRODUCT_MATROX_MILL_II_G200_PCI 0x0520 /* MGA G200 PCI */
#define PCI_PRODUCT_MATROX_MILL_II_G200_AGP 0x0521 /* MGA G200 AGP */
+#define PCI_PRODUCT_MATROX_G200E_SE 0x0522 /* MGA G200e (ServerEngines) */
#define PCI_PRODUCT_MATROX_MILL_II_G400_AGP 0x0525 /* MGA G400/G450 AGP */
#define PCI_PRODUCT_MATROX_IMPRESSION 0x0d10 /* MGA Impression */
#define PCI_PRODUCT_MATROX_PRODUCTIVA_PCI 0x1000 /* MGA G100 PCI */
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",
},