Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/dev Pull up following revision(s) (requested by nonak...



details:   https://anonhg.NetBSD.org/src/rev/4375563309e6
branches:  netbsd-6
changeset: 774333:4375563309e6
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Jul 16 22:04:45 2012 +0000

description:
Pull up following revision(s) (requested by nonaka in ticket #418):
        sys/dev/ldvar.h: revision 1.21
use uint64_t for sc_disksize512.
fixed the problem with ataraid volumes larger than 2 TiB.

diffstat:

 sys/dev/ldvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 20e94750a99e -r 4375563309e6 sys/dev/ldvar.h
--- a/sys/dev/ldvar.h   Mon Jul 16 22:03:06 2012 +0000
+++ b/sys/dev/ldvar.h   Mon Jul 16 22:04:45 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ldvar.h,v 1.20 2012/02/02 19:43:01 tls Exp $   */
+/*     $NetBSD: ldvar.h,v 1.20.2.1 2012/07/16 22:04:45 riz Exp $       */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -46,7 +46,7 @@
        int     sc_ncylinders;          /* # cylinders */
        int     sc_nheads;              /* # heads */
        int     sc_nsectors;            /* # sectors per track */
-       int     sc_disksize512;
+       uint64_t        sc_disksize512;
 
        /*
         * The following are filled by hardware specific attachment code.



Home | Main Index | Thread Index | Old Index