Date: Fri, 3 Jun 2011 13:49:18 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/geom geom_disk.c Message-ID: <201106031349.p53Dnat4032932@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2011-06-03 13:49:18 UTC
FreeBSD src repository
Modified files:
sys/geom geom_disk.c
Log:
SVN rev 222652 on 2011-06-03 13:49:18Z by mav
Update disk's stripesize and stripeoffset parameters on provider open.
They are media-dependent and may change in run-time, same as sectorsize
and/or mediasize.
SCSI devices return physical sector size and offset via READ CAPACITY(16)
command and so can not report it until media inserted or at least until
probe sequence completed. UNMAP support is also reported there.
Revision Changes Path
1.118 +6 -0 src/sys/geom/geom_disk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106031349.p53Dnat4032932>
