Page MenuHomeFreeBSD

loader: create separate lists for fd, cd and hd, merge bioscd with biosdisk
ClosedPublic

Authored by tsoome on Nov 7 2018, 12:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 7:38 PM
Unknown Object (File)
Mon, Oct 28, 2:48 PM
Unknown Object (File)
Sun, Oct 27, 3:19 PM
Unknown Object (File)
Oct 16 2024, 9:31 PM
Unknown Object (File)
Oct 6 2024, 3:41 AM
Unknown Object (File)
Sep 12 2024, 3:49 AM
Unknown Object (File)
Sep 4 2024, 1:23 PM
Unknown Object (File)
Sep 4 2024, 9:15 AM
Subscribers
None

Details

Summary

Create unified block IO implementation in BIOS version, like it is done in UEFI
side. Implement fd, disk and cd device lists, this will split floppy devices
from disks and will allow us to have consistent, predictable device naming
(modulo BIOS issues).

Test Plan

boot, lsdev [-v]

Diff Detail

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

Event Timeline

Cleaning up a bit:

../libi386/biosdisk.c:176: warning: no previous prototype for 'bd_get_bdinfo_list'
../libi386/biosdisk.c:189: warning: no previous prototype for 'bd_get_bdinfo'
../libi386/biosdisk.c:606: warning: declaration of 'devsw' shadows a global declaration
../../../../lib/libstand/stand.h:389: warning: shadowed declaration is here

This revision was not accepted when it landed; it landed in state Needs Review.Nov 30 2018, 8:04 AM
This revision was automatically updated to reflect the committed changes.