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).
Details
Details
boot, lsdev [-v]
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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