K 10 svn:author V 3 pjd K 8 svn:date V 27 2004-09-20T17:44:41.000000Z K 7 svn:log V 391 Force commit to provider more detailed info about this change. 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. Requested by: scottl END