mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
3ware 9750 are reported as LSI http://virtualmin.com/node/33338
This commit is contained in:
@ -57,7 +57,7 @@ my $twcount = 0;
|
||||
foreach my $d (sort { $a->{'device'} cmp $b->{'device'} }
|
||||
&fdisk::list_disks_partitions()) {
|
||||
if (($d->{'type'} eq 'scsi' || $d->{'type'} eq 'raid') &&
|
||||
$d->{'model'} =~ /3ware|amcc/i) {
|
||||
$d->{'model'} =~ /3ware|amcc|LSI/i) {
|
||||
# A 3ware hardware RAID device.
|
||||
|
||||
# First find the controllers.
|
||||
|
Reference in New Issue
Block a user