Page MenuHomeFreeBSD

biosdisk needs to use std probe for floppy devices
ClosedPublic

Authored by tsoome on Jan 2 2019, 8:41 PM.
Tags
None
Referenced Files
F135159002: D18723.id52572.diff
Fri, Nov 7, 12:53 AM
Unknown Object (File)
Thu, Nov 6, 2:51 PM
Unknown Object (File)
Sun, Nov 2, 1:07 AM
Unknown Object (File)
Sun, Oct 26, 3:58 AM
Unknown Object (File)
Thu, Oct 23, 11:18 AM
Unknown Object (File)
Wed, Oct 15, 12:07 PM
Unknown Object (File)
Wed, Oct 15, 12:07 PM
Unknown Object (File)
Wed, Oct 15, 12:07 PM

Details

Summary

With buggy int13 ah=15, we can mis-identify the floppy devices.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21814
Build 21082: arc lint + arc unit

Event Timeline

Are we *guaranteed* to have the floppy drives coming only at the start of the list?

Are we *guaranteed* to have the floppy drives coming only at the start of the list?

There is no such thing as *guaranteed* in the BIOS world. However, the fact about hard disks starting from 0x80 and floppy drives starting from 0 (or hdd's having high bit set:) is so fundamental that I hope they do not dare to break it:) In any case, if this fact is broken, all but trivial boot loaders are broken.

This revision was not accepted when it landed; it landed in state Needs Review.Jan 5 2019, 7:20 AM
This revision was automatically updated to reflect the committed changes.