diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-08-02 09:43:55 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-08-02 09:43:55 +0000 |
commit | 53351f5ad06277e5894840ce553e0fe96637c587 (patch) | |
tree | 884655fc29b0f5e7879350a290540c5b8859aabc /sys/dev | |
parent | a209524e18efb9c9b00e3094755c4397179c041f (diff) |
Add PCIE/KT devices for Intel Q45. From Brad; in datasheet/pciids,
PCIE also in Windows inf.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 78fda409d81..c240b868679 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1486 2009/07/29 17:53:28 damien Exp $ +$OpenBSD: pcidevs,v 1.1487 2009/08/02 09:43:54 sthen Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2768,9 +2768,11 @@ product INTEL 82GM45_HECI_2 0x2a45 GM45 HECI product INTEL 82GM45_PT_IDER 0x2a46 GM45 PT IDER product INTEL 82GM45_AMT_SOL 0x2a47 GM45 AMT SOL product INTEL 82Q45_HB 0x2e10 Q45 Host +product INTEL 82Q45_PCIE 0x2e11 Q45 PCIE product INTEL 82Q45_IGD_1 0x2e12 Q45 Video product INTEL 82Q45_IGD_2 0x2e13 Q45 Video product INTEL 82Q45_PT_IDER 0x2e16 Q45 PT IDER +product INTEL 82Q45_KT 0x2e17 Q45 KT product INTEL 82G45_HB 0x2e20 G45 Host product INTEL 82G45_PCIE 0x2e21 G45 PCIE product INTEL 82G45_IGD_1 0x2e22 G45 Video |