hammer2 - Fix hammer2 probe in boot code
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 27 Aug 2015 03:45:55 +0000 (20:45 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 27 Aug 2015 03:48:20 +0000 (20:48 -0700)
commit42bc5f7b8f630dc304d18c58a520530432e95b24
tree42e209cc5c6ddea9892019f1b66b17696bbe9749
parent2f1c63ac29903fbe91c1d369e1bd9944b9725daa
hammer2 - Fix hammer2 probe in boot code

* During boot2 the BIOS dskread might not be able to handle a 64KB read
  request.  Break requests up into 16KB pieces in the hammer2 read code,
  allowing DragonFly to boot from a HAMMER2 boot partition.

* Automatically dive the "BOOT" label under the superoot.
lib/libstand/hammer2.c