summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-20 23:26:10 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-20 23:26:10 +0000
commitf2c0aa8a1758c467a9209ad530be8ef2b6a988a9 (patch)
tree61b4103393f80f2943392f28311567da234d3014 /perl-install/standalone/harddrake2
parent9e532b17e31634b5adf60329d7714dcb10bf55d2 (diff)
downloaddrakx-backup-do-not-use-f2c0aa8a1758c467a9209ad530be8ef2b6a988a9.tar
drakx-backup-do-not-use-f2c0aa8a1758c467a9209ad530be8ef2b6a988a9.tar.gz
drakx-backup-do-not-use-f2c0aa8a1758c467a9209ad530be8ef2b6a988a9.tar.bz2
drakx-backup-do-not-use-f2c0aa8a1758c467a9209ad530be8ef2b6a988a9.tar.xz
drakx-backup-do-not-use-f2c0aa8a1758c467a9209ad530be8ef2b6a988a9.zip
remove old SCSI garbage code
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake24
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"));