K 10 svn:author V 3 imp K 8 svn:date V 27 2009-03-28T06:22:11.528029Z K 7 svn:log V 255 When reading via memory, read in (amount + 1) / 2 (to properly round up) rather than amount + 1 / 2, which is the same as amount, or 2x too many words which leads to data corruption. # This fixes the sbdrop panics I was seeing with the Toshiba LANCT00A. END