From 489c2f604b97770d6242964979a63ec0ba41759f Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Thu, 5 Apr 2007 22:26:22 +0000 Subject: regen --- sys/dev/pci/pcidevs.h | 4 +++- sys/dev/pci/pcidevs_data.h | 10 +++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 4732259fa7b..ed9c95656de 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.1224 2007/03/31 11:42:05 reyk Exp + * OpenBSD: pcidevs,v 1.1225 2007/04/05 22:25:05 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2103,6 +2103,8 @@ #define PCI_PRODUCT_INTEL_82801G_PCIE_5 0x27e0 /* 82801G PCIE */ #define PCI_PRODUCT_INTEL_82801G_PCIE_6 0x27e2 /* 82801G PCIE */ #define PCI_PRODUCT_INTEL_82801H_LPC 0x2810 /* 82801H LPC */ +#define PCI_PRODUCT_INTEL_82801HH_LPC 0x2812 /* 82801HH LPC */ +#define PCI_PRODUCT_INTEL_82801HO_LPC 0x2814 /* 82801HO LPC */ #define PCI_PRODUCT_INTEL_82801H_SATA_1_6P 0x2820 /* 82801H SATA */ #define PCI_PRODUCT_INTEL_82801H_AHCI 0x2821 /* 82801H AHCI SATA */ #define PCI_PRODUCT_INTEL_82801H_RAID 0x2822 /* 82801H RAID */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 3f8bb46a04a..685223bca98 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.1224 2007/03/31 11:42:05 reyk Exp + * OpenBSD: pcidevs,v 1.1225 2007/04/05 22:25:05 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -6271,6 +6271,14 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801H_LPC, "82801H LPC", }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801HH_LPC, + "82801HH LPC", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801HO_LPC, + "82801HO LPC", + }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801H_SATA_1_6P, "82801H SATA", -- cgit v1.2.3