Added note about missing controllers if they are in a separate IOMMU group (to reflect upstream fix for ls-iommu)
This commit is contained in:
parent
674cffb516
commit
0d4f63f371
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,11 @@ Optionally it may also include:
|
||||||
* GPU USB Type-C UCSI Controller
|
* GPU USB Type-C UCSI Controller
|
||||||
* PCI Bridge (if they are in their own IOMMU groups)
|
* PCI Bridge (if they are in their own IOMMU groups)
|
||||||
|
|
||||||
"
|
NOTE: If the audio controller is missing, it might be in a separate IOMMU group, please run
|
||||||
|
\"%s/utils/ls-iommu\" -i %s -rr -F \"pciaddr,subclass_name:,name,device_id,optional_revision\"
|
||||||
|
and add the PCI address and deviceID to the config manually (this is not done automatically because the -rr flag is unreliable if the system has 2 cards from the same vendor)
|
||||||
|
|
||||||
|
" "$SCRIPTDIR" "$1"
|
||||||
echo "#------------------------------------------#"
|
echo "#------------------------------------------#"
|
||||||
"$SCRIPTDIR/utils/ls-iommu" -i "$1" -r -F subclass_name:,name,device_id,optional_revision # | cut -d " " -f 1-5,6- | perl -pe "s/\[[0-9a-f]{4}\]: //"
|
"$SCRIPTDIR/utils/ls-iommu" -i "$1" -r -F subclass_name:,name,device_id,optional_revision # | cut -d " " -f 1-5,6- | perl -pe "s/\[[0-9a-f]{4}\]: //"
|
||||||
echo "#------------------------------------------#"
|
echo "#------------------------------------------#"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue