Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2003 06:57:34 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys conf.h disk.h src/sys/geom geom.h geom_dev.c geom_disk.c geom_slice.c notes src/sys/geom/bde g_bde.c
Message-ID:  <200302111457.h1BEvYAS015815@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/02/11 06:57:34 PST

  Modified files:
    sys/sys              conf.h disk.h 
    sys/geom             geom.h geom_dev.c geom_disk.c 
                         geom_slice.c notes 
    sys/geom/bde         g_bde.c 
  Log:
  Better names for struct disk elements:  d_maxsize, d_stripeoffset
  and d_stripesisze;
  
  Introduce si_stripesize and si_stripeoffset in struct cdev so we
  can make the visible to clustering code.
  
  Add stripesize and stripeoffset to providers.
  
  DTRT with stripesize and stripeoffset in various places in GEOM.
  
  Revision  Changes    Path
  1.10      +2 -0      src/sys/geom/bde/g_bde.c
  1.45      +2 -0      src/sys/geom/geom.h
  1.45      +2 -0      src/sys/geom/geom_dev.c
  1.48      +2 -0      src/sys/geom/geom_disk.c
  1.35      +5 -3      src/sys/geom/geom_slice.c
  1.3       +30 -0     src/sys/geom/notes
  1.161     +2 -0      src/sys/sys/conf.h
  1.34      +3 -3      src/sys/sys/disk.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302111457.h1BEvYAS015815>