NetBSD-Bugs archive

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

PR/48697 CVS commit: src/distrib/utils/sysinst/arch/alpha



The following reply was made to PR port-alpha/48697; it has been noted by GNATS.

From: "Izumi Tsutsui" <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48697 CVS commit: src/distrib/utils/sysinst/arch/alpha
Date: Mon, 2 Jun 2014 15:03:47 +0000

 Module Name:   src
 Committed By:  tsutsui
 Date:          Mon Jun  2 15:03:47 UTC 2014
 
 Modified Files:
        src/distrib/utils/sysinst/arch/alpha: md.c
 
 Log Message:
 Apply patch in PR port-alpha/48697 (with some tweaks).
 
 Tru64 UNIX's disklabel is the same format as BSD disklabel,
 and it seems Tru64 stores incorrect geometry values in
 d_nsectors (sectors/track) and d_secpercyl (sectors/cylinder).
 d_secperunit seems always reliable so use it to get
 dlsec (sectors/track) and dlcylsize (sectors/cylinder) values.
 
 Should be pulled up to netbsd-6 branches.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.52 -r1.53 src/distrib/utils/sysinst/arch/alpha/md.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