diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-12-11 21:50:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-12-11 21:50:37 +0000 |
commit | 42dda366eb996743748fd64842efe3e2dae4eede (patch) | |
tree | 7d41bee1996d5c57466e65ce419e14e19d631368 | |
parent | 39511df62134e896ae9376e01ec6b4962c5d97e1 (diff) |
Add some missing Intel Q45 Manageability Engine stuff. From a dmesg
submitted by dlg@.
-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 ead16452ddc..fbbea5c2edd 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1514 2009/12/11 07:37:07 oga Exp $ +$OpenBSD: pcidevs,v 1.1515 2009/12/11 21:50:36 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2799,6 +2799,8 @@ 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_HECI_1 0x2e14 Q45 HECI +product INTEL 82Q45_HECI_2 0x2e15 Q45 HECI product INTEL 82Q45_PT_IDER 0x2e16 Q45 PT IDER product INTEL 82Q45_KT 0x2e17 Q45 KT product INTEL 82G45_HB 0x2e20 G45 Host |