CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/08/25 04:50:55
Modified files: sys/arch/luna88k/luna88k: disksubr.c Log message: Do not require that `extra' partitions (i-p) start on cylinder boundaries; this was inherited from sparc when adding 16 partition support, but disklabel(8) does not enforce such alignment, and since UniOS never did for the `traditional' partitions (a-h), there is no good reason to keep this. This makes partitions i-p really functional.