Actions
Bug #10171
closedbiosdisk: use int13h ah=08 and ah=15 to count the floppy devices
Start date:
2019-01-03
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
FreeBSD issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234460
That specific BIOS does not provide drive information with INT 13 ah=15h but at least the INT 13 ah=08 does report the error. In discovery phase, we need to validate INT 13 ah=08 result to build the list of floppy devices.
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 1fe853a05a457dfa95ddc2f2742c2421558a7c30
commit 1fe853a05a457dfa95ddc2f2742c2421558a7c30 Author: Toomas Soome <tsoome@me.com> Date: 2019-01-09T10:48:11.000Z 10171 biosdisk: use int13h ah=08 and ah=15 to count the floppy devices Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Actions