diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-20 23:26:10 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-20 23:26:10 +0000 |
commit | f2c0aa8a1758c467a9209ad530be8ef2b6a988a9 (patch) | |
tree | 61b4103393f80f2943392f28311567da234d3014 /perl-install/standalone/harddrake2 | |
parent | 9e532b17e31634b5adf60329d7714dcb10bf55d2 (diff) | |
download | drakx-f2c0aa8a1758c467a9209ad530be8ef2b6a988a9.tar drakx-f2c0aa8a1758c467a9209ad530be8ef2b6a988a9.tar.gz drakx-f2c0aa8a1758c467a9209ad530be8ef2b6a988a9.tar.bz2 drakx-f2c0aa8a1758c467a9209ad530be8ef2b6a988a9.tar.xz drakx-f2c0aa8a1758c467a9209ad530be8ef2b6a988a9.zip |
remove old SCSI garbage code
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 63854739c..16ee620a0 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -376,10 +376,6 @@ foreach (@classes) { if ($_->{bus} && $_->{bus} eq 'ide') { $_->{channel} = $_->{channel} ? N("secondary") : N("primary"); delete $_->{info}; - } elsif ($_->{bus} && $_->{bus} !~ /USB|PCI/) { - # SCSI detection incoherency: - my $i = $_; - $_->{bus_location} = join ':', map { sprintf("%lx", $i->{$_}) } qw(channel id lun); } if (defined $_->{capacity}) { my ($burner, $dvd) = (N("burner"), N("DVD")); |