diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 2843895328b..5a3f8f9b225 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.606 2003/03/12 21:44:09 grange Exp + * OpenBSD: pcidevs,v 1.607 2003/03/19 20:00:54 millert Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1507,7 +1507,7 @@ #define PCI_PRODUCT_INTEL_82860_PCI4 0x2536 /* 82860 PCI-PCI */ #define PCI_PRODUCT_INTEL_82845G 0x2560 /* 82845G/GL */ #define PCI_PRODUCT_INTEL_82845G_AGP 0x2561 /* 82845G/GL/GV/GE/PE Host-AGP */ -#define PCI_PRODUCT_INTEL_82845G_IV 0x2562 /* 82845G/GL Video */ +#define PCI_PRODUCT_INTEL_82845G_IGD 0x2562 /* 82845G/GL Video */ #define PCI_PRODUCT_INTEL_31244 0x3200 /* 31244 SATA */ #define PCI_PRODUCT_INTEL_82830MP_IO_1 0x3575 /* 82830MP CPU to I/O Bridge 1 */ #define PCI_PRODUCT_INTEL_82830MP_AGP 0x3576 /* 82830MP CPU to AGP Bridge */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 3361d74fd1f..39eac4022e1 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.606 2003/03/12 21:44:09 grange Exp + * OpenBSD: pcidevs,v 1.607 2003/03/19 20:00:54 millert Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2951,7 +2951,7 @@ static const struct pci_known_product pci_known_products[] = { "82845G/GL/GV/GE/PE Host-AGP", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82845G_IV, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82845G_IGD, "82845G/GL Video", }, { |