NetBSD-Bugs archive

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

PR/48697 CVS commit: [netbsd-6] src/distrib/utils/sysinst/arch/alpha



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

From: "Jeff Rizzo" <riz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48697 CVS commit: [netbsd-6] src/distrib/utils/sysinst/arch/alpha
Date: Fri, 18 Jul 2014 02:41:34 +0000

 Module Name:   src
 Committed By:  riz
 Date:          Fri Jul 18 02:41:34 UTC 2014
 
 Modified Files:
        src/distrib/utils/sysinst/arch/alpha [netbsd-6]: md.c
 
 Log Message:
 Pull up following revision(s) (requested by tsutsui in ticket #1080):
        distrib/utils/sysinst/arch/alpha/md.c: revision 1.53
 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.51.2.1 -r1.51.2.2 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