]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: create separate lists for fd, cd and hd, merge bioscd with biosdisk
authortsoome <tsoome@FreeBSD.org>
Fri, 30 Nov 2018 08:01:11 +0000 (08:01 +0000)
committertsoome <tsoome@FreeBSD.org>
Fri, 30 Nov 2018 08:01:11 +0000 (08:01 +0000)
commitfb61eb19583cad40754bc52595956f0b6adfd32f
tree785b0e47e04de9a5ef040b1ddf41a2e1281ed33f
parent0decb6fde848c856d32eace05f76ded0d75c9d20
loader: create separate lists for fd, cd and hd, merge bioscd with biosdisk

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).

Differential Revision: https://reviews.freebsd.org/D17888
stand/i386/libi386/Makefile
stand/i386/libi386/bioscd.c [deleted file]
stand/i386/libi386/biosdisk.c
stand/i386/libi386/bootinfo32.c
stand/i386/libi386/libi386.h
stand/i386/loader/chain.c
stand/i386/loader/conf.c
stand/i386/loader/main.c