Searched hist:"75772 fa26e9d429e92130d1bfc3b39669a768b64" (Results 1 – 5 of 5) sorted by relevance
/freebsd/stand/i386/libi386/ |
H A D | bio.c | 75772fa26e9d429e92130d1bfc3b39669a768b64 Sun Dec 30 10:35:47 CET 2018 Toomas Soome <tsoome@FreeBSD.org> 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).
MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D17131
|
H A D | pxe.c | diff 75772fa26e9d429e92130d1bfc3b39669a768b64 Sun Dec 30 10:35:47 CET 2018 Toomas Soome <tsoome@FreeBSD.org> 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).
MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D17131
|
H A D | libi386.h | diff 75772fa26e9d429e92130d1bfc3b39669a768b64 Sun Dec 30 10:35:47 CET 2018 Toomas Soome <tsoome@FreeBSD.org> 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).
MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D17131
|
H A D | Makefile | diff 75772fa26e9d429e92130d1bfc3b39669a768b64 Sun Dec 30 10:35:47 CET 2018 Toomas Soome <tsoome@FreeBSD.org> 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).
MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D17131
|
H A D | biosdisk.c | diff 75772fa26e9d429e92130d1bfc3b39669a768b64 Sun Dec 30 10:35:47 CET 2018 Toomas Soome <tsoome@FreeBSD.org> 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).
MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D17131
|