scsihw: add megasas controller

It could be useful for windows7 and windows2008 , as they are no more classic lsi driver for these platform

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2012-08-28 12:46:06 +02:00 committed by Dietmar Maurer
parent 177e35230a
commit 29972af3aa

View File

@ -217,7 +217,7 @@ my $confdesc = {
optional => 1,
type => 'string',
description => "scsi controller model",
enum => [qw(lsi virtio-scsi-pci)],
enum => [qw(lsi virtio-scsi-pci megasas)],
default => 'lsi',
},
description => {