diff options
| author | Dan McDonald <danmcd@joyent.com> | 2022-02-01 10:12:39 -0500 |
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2022-02-01 10:12:39 -0500 |
| commit | 10c79a1a1d03fb8007e4508e87ec7ecdc0066a92 (patch) | |
| tree | d23d9fb0e2d4ed4a45d052e5686185883c4f4884 /usr/src/pkg | |
| parent | 7ab5ebfd113bd9e0be117e1d0b0891593529382e (diff) | |
| parent | 64168f2b8a303c222446ec487be7806acd67caab (diff) | |
| download | illumos-joyent-10c79a1a1d03fb8007e4508e87ec7ecdc0066a92.tar.gz | |
[illumos-gate merge]
commit 64168f2b8a303c222446ec487be7806acd67caab
14091 Add AMD Cezanne info
commit 3b5bbfc55d79c42ba1d3c6de2178627cbfcccff8
4795 /usr/bin/ld manpage and help should indicate '-soname' not '--soname'
commit 11029d9dcf6c3fb63ae0cbb0ad67f86d267db4eb
14446 ar cqs doesn't work
commit f07cc83a341c0d7b586da85b15c1782072b14d2a
14432 Want NVMe vendor-unique log page support
commit 33f457d3d8477163eb130a64c4f182faa274b40f
14391 pmcs: build errors with gcc 11
commit 0d48c3fdfa345b461d90342d8a96a773f386cb76
14395 zfs: array subscript is partly outside array bounds
Conflicts:
usr/src/uts/intel/os/driver_aliases
Diffstat (limited to 'usr/src/pkg')
| -rw-r--r-- | usr/src/pkg/manifests/driver-cpu-amd-zen.p5m | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/usr/src/pkg/manifests/driver-cpu-amd-zen.p5m b/usr/src/pkg/manifests/driver-cpu-amd-zen.p5m index 7cb6a8bf78..f2a3067374 100644 --- a/usr/src/pkg/manifests/driver-cpu-amd-zen.p5m +++ b/usr/src/pkg/manifests/driver-cpu-amd-zen.p5m @@ -10,7 +10,7 @@ # # -# Copyright 2020 Oxide Computer Company +# Copyright 2021 Oxide Computer Company # <include global_zone_only_component> @@ -39,8 +39,9 @@ driver name=amdzen # 1490-1497: f17h m30-3f df # 15d0: f17h m10-m2f nb # 15e8-15ef: f17h m10-m2f df -# 1630: f17h m60-6f nb +# 1630: f17h m60-6f, f19h m50-5f nb # 1650-1657: f19h m00-0f df +# 166a-1671: f19h m50-5f df # driver name=amdzen_stub \ alias=pci1022,1440,p \ @@ -94,5 +95,13 @@ driver name=amdzen_stub \ alias=pci1022,1654,p \ alias=pci1022,1655,p \ alias=pci1022,1656,p \ - alias=pci1022,1657,p + alias=pci1022,1657,p \ + alias=pci1022,166a,p \ + alias=pci1022,166b,p \ + alias=pci1022,166c,p \ + alias=pci1022,166d,p \ + alias=pci1022,166e,p \ + alias=pci1022,166f,p \ + alias=pci1022,1670,p \ + alias=pci1022,1671,p license lic_CDDL license=lic_CDDL |
