From 34f0f51bffcf355124797ec6ad1cb263921e47c4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 13 Nov 2002 08:39:35 +0000 Subject: display floppy driver type as well as mouse type --- perl-install/harddrake/ui.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install') 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")] ); -- cgit v1.2.1