Make sgivol(8) use the device sector size for reads and writes. This allows
authorjsing <jsing@openbsd.org>
Mon, 25 Aug 2008 14:53:34 +0000 (14:53 +0000)
committerjsing <jsing@openbsd.org>
Mon, 25 Aug 2008 14:53:34 +0000 (14:53 +0000)
commit6a6951759241c4519d224c65259cd9858e3a97ed
tree4e91edd79579cb266d7850b8994ac338aa973888
parentf95017bdebd1eca364ac84ade26a9419bab591c0
Make sgivol(8) use the device sector size for reads and writes. This allows
us to use sgivol on devices which have a sector size != DEV_BSIZE, such as
a CD drive.

ok miod@ krw@
sys/arch/sgi/stand/sgivol/sgivol.c