cvs commit: src/sys/boot/i386/libi386 biosdisk.c
src/sys/boot/pc98/libpc98 biosdisk.c
John Baldwin
jhb at FreeBSD.org
Thu Nov 8 12:13:04 PST 2007
jhb 2007-11-08 20:13:04 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/boot/i386/libi386 biosdisk.c
sys/boot/pc98/libpc98 biosdisk.c
Log:
MFC: Rework the read/write support in the bios disk driver some to cut down
on duplicated code and support 64-bit LBAs for GPT. This also changes the
code to always use EDD on devices that support it which matches the rest of
the x86 bootstrap.
Approved by: re (kensmith)
Revision Changes Path
1.45.2.5 +116 -198 src/sys/boot/i386/libi386/biosdisk.c
1.32.2.4 +83 -161 src/sys/boot/pc98/libpc98/biosdisk.c
More information about the cvs-src
mailing list