CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/04/04 07:14:44
Modified files: sbin/fdisk : mbr.c Log message: Don't 'reserve' a head/track if there is only only 1 head and 1 cylinder. If there is only one head but multiple cylinders reserve one cylinder. Prevents nonsense MBR being created on scsi attached floppies, which have a 'geometry' of 1/1/2888. No change to less pathological cases.