diff options
author | Dan McDonald <danmcd@joyent.com> | 2020-10-22 10:51:12 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2020-10-22 10:51:12 -0400 |
commit | ebcb78defa820eaf313b5b3936a1bfe49002f105 (patch) | |
tree | b63f0ad26d0a4440299f76bf80957eb1340168ef /usr/src/uts/intel/Makefile.intel | |
parent | 54c8d80ce91aece72e185f6585e3ca8d62a0ea31 (diff) | |
parent | 1d276e0b382cf066dae93640746d8b4c54d15452 (diff) | |
download | illumos-joyent-ebcb78defa820eaf313b5b3936a1bfe49002f105.tar.gz |
[illumos-gate merge]
commit 1d276e0b382cf066dae93640746d8b4c54d15452
13242 parse_user_name in PAM is sloppy
commit 549e0fd315406a4a97f9043f44860eed39a715da
13213 Want development driver for accessing AMD DF
commit becd642c1e97d1674cef9e3dccb159c20c6992ae
13212 Add Renoir to amdzen(7D)
commit 047043c2181e939608ea2c09257fd2d515e99643
13144 refactor amdf17nbdf into a nexus
13145 rewrite amdf17nbdf to use the ksensor framework
13146 Want a driver for AMD SMN user access
Diffstat (limited to 'usr/src/uts/intel/Makefile.intel')
-rw-r--r-- | usr/src/uts/intel/Makefile.intel | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/src/uts/intel/Makefile.intel b/usr/src/uts/intel/Makefile.intel index 21210e9ef1..636eebcb94 100644 --- a/usr/src/uts/intel/Makefile.intel +++ b/usr/src/uts/intel/Makefile.intel @@ -784,7 +784,14 @@ LINTFLAGS += -D_MACHDEP -I$(UTSBASE)/i86pc # Sensor related drivers # DRV_KMODS += ksensor ksensor_test -DRV_KMODS += amdf17nbdf DRV_KMODS += coretemp DRV_KMODS += pchtemp DRV_KMODS += amdnbtemp +DRV_KMODS += smntemp + +# +# AMD Zen Nexus driver and Related +# +DRV_KMODS += amdzen +DRV_KMODS += amdzen_stub +DRV_KMODS += usmn zen_udf |