summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 1c788e505..645825a0a 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -115,7 +115,6 @@ my @drivers_by_category = (
"a100u2w" => "a100u2w",
"atp870u" => "atp870u (Acard/Artop)",
"dc395x_trm" => "dc395x_trm",
- "ide-scsi" => "ide-scsi",
"psi240i" => "psi240i",
"qlogicfc" => "qlogicfc",
"sim710" => "sim710",
@@ -132,7 +131,6 @@ my @drivers_by_category = (
"eata" => "EATA SCSI PM2x24/PM3224",
"eata_pio" => "EATA PIO Adapters",
"eata_dma" => "EATA DMA Adapters",
- "st" => "st",
"ppa" => "Iomega PPA3 (parallel port Zip)",
"imm" => "Iomega Zip (new driver)",
}],
@@ -248,7 +246,9 @@ my @drivers_by_category = (
"vfat" => "vfat",
}],
[ 'other', {
+ "st" => "st",
"sg" => "sg",
+ "ide-scsi" => "ide-scsi",
"loop" => "Loopback device",
"lp" => "Parallel Printer",
"ide-floppy" => "ide-floppy",