freebsd-dev/sys/geom/raid3
Pawel Jakub Dawidek 201dfcf143 This is not needed anymore, it is forced in GEOM now.
Actually, it can even cause some problems, because GEOM requires sectorsize
to be more than 0 on first access, not on provider creation, so we can skip
valid providers by doing this check here.

Reported by:	Divacky Roman <xdivac02@stud.fit.vutbr.cz>
		Sven Willenberger <sven@dmv.com>
2004-09-20 17:26:25 +00:00
..
g_raid3_ctl.c Warn the user if we are not going to use whole provider space. 2004-08-28 02:34:10 +00:00
g_raid3.c This is not needed anymore, it is forced in GEOM now. 2004-09-20 17:26:25 +00:00
g_raid3.h Implementation of 'verify reading' algorithm, which uses parity data for 2004-08-22 16:21:12 +00:00