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
Unknown Object (File)
Jan 13 2024, 1:39 PM
Unknown Object (File)
Dec 21 2023, 5:51 AM
Unknown Object (File)
Dec 20 2023, 2:23 AM
Unknown Object (File)
Dec 16 2023, 1:03 AM
Unknown Object (File)
Nov 1 2023, 9:50 PM
Unknown Object (File)
Sep 9 2023, 10:43 PM
Unknown Object (File)
Sep 9 2023, 6:34 AM
Unknown Object (File)
Aug 30 2023, 10:16 AM

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.