diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-12-20 12:54:05 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-12-20 12:54:05 +0000 |
commit | d384a19cd8c976c255ac2b9dba55faafb89d3374 (patch) | |
tree | 6911dbb701ec3f8a64d18d39239da093e2924cbe /usr/src/uts/intel | |
parent | 1b4b6f23c2256de6934b89b05c0a77a44b84f817 (diff) | |
parent | d0972c645cf979856ed66c1c6a1f082383c90b0c (diff) | |
download | illumos-joyent-d384a19cd8c976c255ac2b9dba55faafb89d3374.tar.gz |
[illumos-gate merge]
commit d0972c645cf979856ed66c1c6a1f082383c90b0c
12093 devid_scsi_encode() should use a static format string
commit 028b5df8ad1713f1c0c8ba060ec660fe0a20261d
12095 Don't call sizeof on void
commit 2c4824dbe94f4768dd1a5058fc108fc83513cf59
11977 pchtemp(7D) missing Whiskey Lake PCI ID
Diffstat (limited to 'usr/src/uts/intel')
-rw-r--r-- | usr/src/uts/intel/io/pchtemp/pchtemp.c | 1 | ||||
-rw-r--r-- | usr/src/uts/intel/os/driver_aliases | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/intel/io/pchtemp/pchtemp.c b/usr/src/uts/intel/io/pchtemp/pchtemp.c index 2c2997c958..645de72727 100644 --- a/usr/src/uts/intel/io/pchtemp/pchtemp.c +++ b/usr/src/uts/intel/io/pchtemp/pchtemp.c @@ -39,6 +39,7 @@ * - Intel 100 Series PCH * - Intel 200 Series and Z730 PCH * - Intel Sunrise Point-LP (Kaby Lake-U) PCH + * - Intel Cannon Lake (Whiskey Lake-U) PCH * - Intel 300 Series and C240 Chipset * * The following chipsets use a different format and are not currently diff --git a/usr/src/uts/intel/os/driver_aliases b/usr/src/uts/intel/os/driver_aliases index 230c4232e5..b1aec02501 100644 --- a/usr/src/uts/intel/os/driver_aliases +++ b/usr/src/uts/intel/os/driver_aliases @@ -1203,6 +1203,7 @@ pchtemp "pci8086,8ca4,p" pchtemp "pci8086,8c24,p" pchtemp "pci8086,8d24,p" pchtemp "pci8086,9d31,p" +pchtemp "pci8086,9df9,p" pchtemp "pci8086,a1b1,p" pchtemp "pci8086,a231,p" pchtemp "pci8086,a2b1,p" |