CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2014/01/21 20:46:48
Modified files: sys/kern : subr_disk.c Log message: Write disklabel in correct spot on devices with non-512-byte sectors. For now and until 5.5 is cut, also read from current/incorrect spot so people don't immediately lose their existing disklabels on such devices. Problem spotted by David Vasek.