mirror of
https://github.com/unraid/webgui.git
synced 2026-01-08 02:29:51 -06:00
fix code
This commit is contained in:
@@ -877,7 +877,7 @@
|
||||
# Add support for SR-IOV
|
||||
} else {
|
||||
if ($machine_type == 'q35'){
|
||||
$strSpecialAddress = "<address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>;"
|
||||
$strSpecialAddress = "<address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>;";
|
||||
} else {
|
||||
$strSpecialAddress = "<address type='pci' domain='0x0000' bus='0x06' slot='0x10' function='0x0'/>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user