Index: open_disk.c =================================================================== --- open_disk.c (revisjon 188114) +++ open_disk.c (arbeidskopi) @@ -127,6 +127,9 @@ name, a, b, line); } + /* Sanitize the parameters. */ + Sanitize_Bios_Geom(d); + /* * Calculate the number of cylinders this disk must have. If we have * an obvious insanity, we set the number of cylinders to zero.