K 10 svn:author V 3 phk K 8 svn:date V 27 2004-10-26T07:39:12.000000Z K 7 svn:log V 324 Put the I/O block size in bufobj->bo_bsize. We keep si_bsize_phys around for now as that is the simplest way to pull the number out of disk device drivers in devfs_open(). The correct solution would be to do an ioctl(DIOCGSECTORSIZE), but the point is probably mooth when filesystems sit on GEOM, so don't bother for now. END