diff options
author | 2018-11-25 17:35:44 +0000 | |
---|---|---|
committer | 2018-11-25 17:35:44 +0000 | |
commit | 374dc6de4cb4ef7fb8230c7ef384ee41c2a60444 (patch) | |
tree | 5188744ea3542916d4cee2a6f6f66ef32bc2a876 | |
parent | Don't allow the bootstrap to overlap the start of the OpenBSD area of (diff) | |
download | wireguard-openbsd-374dc6de4cb4ef7fb8230c7ef384ee41c2a60444.tar.xz wireguard-openbsd-374dc6de4cb4ef7fb8230c7ef384ee41c2a60444.zip |
Add core4g thermal id; ok mlarkin.
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 2d1930207b9..e70439af271 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1868 2018/11/16 18:20:33 jcs Exp $ +$OpenBSD: pcidevs,v 1.1869 2018/11/25 17:35:44 daniel Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3092,6 +3092,7 @@ product INTEL 80960RM 0x0962 i960 RM product INTEL 80960RN 0x0964 i960 RN product INTEL NVME 0x0953 NVMe product INTEL CORE4G_D_ULT_GT1 0x0a02 HD Graphics +product INTEL CORE4G_THERM 0x0a03 Core 4G Thermal product INTEL CORE4G_HB_1 0x0a04 Core 4G Host product INTEL CORE4G_M_ULT_GT1 0x0a06 HD Graphics product INTEL CORE4G_S_ULT_GT1 0x0a0a HD Graphics |