summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-11-13 08:39:35 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-11-13 08:39:35 +0000
commit34f0f51bffcf355124797ec6ad1cb263921e47c4 (patch)
tree20e78e8402c98e49092b74124e9e710b8bfaa156 /perl-install
parent981b01b4d61bb9fedd4f5b4d5f30da1654e3f226 (diff)
downloaddrakx-34f0f51bffcf355124797ec6ad1cb263921e47c4.tar
drakx-34f0f51bffcf355124797ec6ad1cb263921e47c4.tar.gz
drakx-34f0f51bffcf355124797ec6ad1cb263921e47c4.tar.bz2
drakx-34f0f51bffcf355124797ec6ad1cb263921e47c4.tar.xz
drakx-34f0f51bffcf355124797ec6ad1cb263921e47c4.zip
display floppy driver type as well as mouse type
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/harddrake/ui.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm
index bc4706c16..6223c7be5 100644
--- a/perl-install/harddrake/ui.pm
+++ b/perl-install/harddrake/ui.pm
@@ -41,6 +41,7 @@ my %fields =
"fpu" => [ N("Is FPU present"), N("yes means the processor has an arithmetic coprocessor")],
"fpu_exception" => [ N("Does FPU have an irq vector"), N("yes means the arithmetic coprocessor has an exception vector attached")],
"f00f_bug" => [N("F00f bug"), N("Early pentium were buggy and freeze when decoding the F00F instruction")],
+ "info" => [N("Floppy format"), N("Format of floppies the drive accept")],
"level" => [N("Level"), N("Sub generation of the cpu")],
"media_type" => [ N("Media class"), N("class of hardware device")],
"Model" => [N("Model"), N("hard disk model")],
@@ -50,6 +51,7 @@ my %fields =
"name" => [ N("Name"), "the name of the cpu"],
"processor" => [ N("Processor ID"), N("the number of the processor")],
"stepping" => [ N("Model stepping"), N("Stepping of the cpu (sub model (generation) number)") ],
+ "type" => [ N("Type"), N("The type of bus on which the mouse is connected")],
"Vendor" => [ N("Vendor"), N("the vendor name of the device")],
"vendor_id" => [ N("Vendor"), N("the vendor name of the processor")]
);