K 10 svn:author V 6 julian K 8 svn:date V 27 1997-12-29T07:49:31.000000Z K 7 svn:log V 506 If available, use the device's LOGICAL blocksize as reported by the "READ_CAPACITY" command, rather than the physical blocksize reported in the physical geometry code-page. Also don't print out worrying bogus messages when probing a device that has no media. There's no point in printing out something that is unknowable. It just confuses things. Move the check for valid blocksize out of 'open()' to the subroutine that actually finds this out, thus probe/attach can also report and act on the problem. END