https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234460
Toomas Soome <tso...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tso...@freebsd.org --- Comment #3 from Toomas Soome <tso...@freebsd.org> --- The issue is identified. This system does have buggy int13h ah=15h (read drive type), and even if we got error from ah=08, we did end up mis-detecting the drive present. For fix/workaround is, we only use ah=08 for floppy and we do not ignore return value from it. Since ah=08 does not report sector size, we do need to set it manually. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"