diff options
author | 2010-05-12 21:30:25 +0000 | |
---|---|---|
committer | 2010-05-12 21:30:25 +0000 | |
commit | d201a03c95e2e8be408fd75b9278638e2d4ef95b (patch) | |
tree | b4988b249f2b665f9c5f9e5df771e45228053848 | |
parent | wint_t is int on OpenBSD; ok kettenis@ (diff) | |
download | wireguard-openbsd-d201a03c95e2e8be408fd75b9278638e2d4ef95b.tar.xz wireguard-openbsd-d201a03c95e2e8be408fd75b9278638e2d4ef95b.zip |
Add ids for the integrated graphics builds into the core i3 and core i5
-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 3e26f197467..4a3565a90c3 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1552 2010/05/12 16:18:12 oga Exp $ +$OpenBSD: pcidevs,v 1.1553 2010/05/12 21:30:25 oga Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2190,6 +2190,8 @@ product IMS TT3D 0x9135 Twin Turbo 3D /* Intel products */ product INTEL EESISA 0x0008 EES ISA product INTEL 21145 0x0039 21145 +product INTEL CLARKDALE_IGD 0x0042 Intel HD graphics +product INTEL ARRANDALE_IGD 0x0046 Intel HD graphics product INTEL WIFI_LINK_6005_2X2_1 0x0082 Centrino Advanced-N 6205 product INTEL WIFI_LINK_1000_1 0x0083 WiFi Link 1000 product INTEL WIFI_LINK_1000_2 0x0084 WiFi Link 1000 |