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)
Jan 12 2024, 1:19 AM
Unknown Object (File)
Dec 30 2023, 6:13 PM
Unknown Object (File)
Dec 20 2023, 1:37 AM
Unknown Object (File)
Sep 24 2023, 2:51 AM
Unknown Object (File)
Sep 11 2023, 1:09 AM
Unknown Object (File)
Aug 2 2023, 9:51 PM
Unknown Object (File)
Jul 5 2023, 6:19 PM
Unknown Object (File)
Jul 5 2023, 6:17 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 21256
Build 20597: arc lint + arc unit

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.