NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/41925 CVS commit: src/distrib/utils/sysinst



The following reply was made to PR install/41925; it has been noted by GNATS.

From: "Jared D. McNeill" <jmcneill%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41925 CVS commit: src/distrib/utils/sysinst
Date: Sun, 23 Aug 2009 18:43:34 +0000

 Module Name:   src
 Committed By:  jmcneill
 Date:          Sun Aug 23 18:43:33 UTC 2009
 
 Modified Files:
        src/distrib/utils/sysinst: disks.c
 
 Log Message:
 PR# install/41925: sysinst find_disks() should display more than just
                   the device name
 
 Try ATA/SCSI identify commands and when successful, use the model information
 along with the disk size when creating the 'Available disks' menu.
 
 Instead of having a list of disks (wd0, wd1, sd0) the menu now looks like:
 
   Available disks
 
  >a: wd0 (977M, SanDisk SDCFB-1024)
   b: wd1 (233G, FUJITSU MHY2250BH)
   c: sd0 (246M, LEXAR JUMPDRIVE ELITE)
 
 ok martin@
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.105 -r1.106 src/distrib/utils/sysinst/disks.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index