The mips partition table in the volume header uses 512-byte logical units,
authormiod <miod@openbsd.org>
Sat, 28 Dec 2013 23:37:00 +0000 (23:37 +0000)
committermiod <miod@openbsd.org>
Sat, 28 Dec 2013 23:37:00 +0000 (23:37 +0000)
commit99df11e0d1750310eca42e2e824c9768dd270df5
treea9da7612002679e924dea9d32a57b40e1cd8b991
parent50b432e0dddb5aff76b193fafcefe8562a8b9281
The mips partition table in the volume header uses 512-byte logical units,
not sectors; don't multiply by the sector size to get the proper disk offsets.

This will let install.iso be built with the OpenBSD label at the expected
location, instead of within the ffs filesystem; we had been lucky enough the
area being overwritten was not in use so far.
sys/arch/sgi/sgi/disksubr.c