diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-01-24 04:00:21 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-01-24 04:00:21 +0000 |
commit | 84310e5aaaeded915b850fe6b5e8935d3da93b42 (patch) | |
tree | f4621da55b801afa68b3acd771c5ac6afa4f6824 /sys/dev/pci/pcidevs.h | |
parent | 5dacbdd7715131c5f58c662dcc2d01ac16f8c6ca (diff) |
Matrox G450 uses the same PCI id as the G400
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index c18e78f4b96..5ba458af201 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.360 2001/01/23 00:05:01 deraadt Exp + * OpenBSD: pcidevs,v 1.361 2001/01/23 22:50:09 chris Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1297,7 +1297,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_MILL_II_G400_AGP 0x0525 /* MGA G400 AGP */ +#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 */ #define PCI_PRODUCT_MATROX_PRODUCTIVA_AGP 0x1001 /* MGA G100 AGP */ |