summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorh6w <tudor@tudorholton.com>2019-09-08 15:58:27 +1000
committerGitHub <noreply@github.com>2019-09-08 15:58:27 +1000
commitcea2e394ad591211a947c4f6c69f199d02d075c0 (patch)
tree63d036f701cfcf0a56c2de2ccdf2adc50118f7b9 /js
parent949534be2c20e4f82dece0a90d23b95cde297abd (diff)
parentc47dbd153c6cbd134e4e24e3fb9912ced8b65861 (diff)
downloadphpvirtualbox-cea2e394ad591211a947c4f6c69f199d02d075c0.zip
phpvirtualbox-cea2e394ad591211a947c4f6c69f199d02d075c0.tar.gz
phpvirtualbox-cea2e394ad591211a947c4f6c69f199d02d075c0.tar.bz2
Merge pull request #189 from chotaire/chot-scsi-disks
Change SCSI maxPortCount to 15 (by pasha1st)
Diffstat (limited to 'js')
-rw-r--r--js/phpvirtualbox.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/phpvirtualbox.js b/js/phpvirtualbox.js
index 6a77f78..a9b41a3 100644
--- a/js/phpvirtualbox.js
+++ b/js/phpvirtualbox.js
@@ -4861,7 +4861,7 @@ var vboxStorage = {
},
SCSI: {
- maxPortCount: 16,
+ maxPortCount: 15,
maxDevicesPerPortCount: 1,
driveTypes: ['dvd','disk'],
types: ['LsiLogic','BusLogic'],