diff options
Diffstat (limited to 'sys/dev/pci')
-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 f3d7750276b..dbfc8dfa3a0 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.1307 2007/12/30 01:54:49 brad Exp + * OpenBSD: pcidevs,v 1.1308 2008/01/02 09:31:26 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2228,7 +2228,7 @@ #define PCI_PRODUCT_INTEL_82801H_PCIE_6 0x2849 /* 82801H PCIE */ #define PCI_PRODUCT_INTEL_82801H_HDA 0x284b /* 82801H HD Audio */ #define PCI_PRODUCT_INTEL_82801HBM_IDE 0x2850 /* 82801HBM IDE */ -#define PCI_PRODUCT_INTEL_82801IH_LPC 0x2912 /* 82810IH LPC */ +#define PCI_PRODUCT_INTEL_82801IH_LPC 0x2912 /* 82801IH LPC */ #define PCI_PRODUCT_INTEL_82801IO_LPC 0x2914 /* 82801IO LPC */ #define PCI_PRODUCT_INTEL_82801IR_LPC 0x2916 /* 82801IR LPC */ #define PCI_PRODUCT_INTEL_82801IB_LPC 0x2918 /* 82801IB LPC */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 00659273cac..b604e75f974 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.1307 2007/12/30 01:54:49 brad Exp + * OpenBSD: pcidevs,v 1.1308 2008/01/02 09:31:26 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -6713,7 +6713,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801IH_LPC, - "82810IH LPC", + "82801IH LPC", }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801IO_LPC, |