Skip to content

Commit c47dbd1

Browse files
committed
Fix SCSI maxPortCount to 15 (by pasha1st)
1 parent 9871f24 commit c47dbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/phpvirtualbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4838,7 +4838,7 @@ var vboxStorage = {
48384838
},
48394839

48404840
SCSI: {
4841-
maxPortCount: 16,
4841+
maxPortCount: 15,
48424842
maxDevicesPerPortCount: 1,
48434843
driveTypes: ['dvd','disk'],
48444844
types: ['LsiLogic','BusLogic'],

0 commit comments

Comments
 (0)