]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: r342619, r342626
authorToomas Soome <tsoome@FreeBSD.org>
Sun, 13 Jan 2019 07:25:55 +0000 (07:25 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Sun, 13 Jan 2019 07:25:55 +0000 (07:25 +0000)
commit5d103431e1fddf2321cc0bbb3a9f5490c64fce79
tree479752a5c763d74d2ab1ac3ef1f3b5387ca213ac
parent549c05c8e0bb8198be545de4e0e917baca90d9fb
MFC: r342619, r342626

loader: create bio_alloc and bio_free for bios bounce buffer

We do have 16KB buffer space defined in pxe.c, move it to bio.c and implement
bio_alloc()/bio_free() interface to make it possible to use this space for
other BIOS calls (notably, from biosdisk.c).
stand/i386/libi386/Makefile
stand/i386/libi386/bio.c [new file with mode: 0644]
stand/i386/libi386/biosdisk.c
stand/i386/libi386/libi386.h
stand/i386/libi386/pxe.c