CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/01/06 14:00:55
Modified files: sys/arch/sgi/sgi: disksubr.c Log message: In readsgilabel(), do not override the driver-provided initial geometry with the volume header geometry, if one is found. The driver knows better. This will allow a 2048-byte sector media to use a volume header using fake 512-byte sectors, and still be able to read the native label off it.