K 10 svn:author V 3 pjd K 8 svn:date V 27 2004-09-28T18:22:15.000000Z K 7 svn:log V 361 MFC: There is no need to skip providers with 0 sectorsize in taste routine, it is now forced by GEOM. Actually, it can even cause some problems, because GEOM requires sectorsize to be greater than 0 on first access, not on provider creation, so we can skip valid providers by doing this check in taste method. Approved by: re (scottl) END