]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand: i386_fmtdev can be reduced to devformat
authorWarner Losh <imp@FreeBSD.org>
Thu, 11 Aug 2022 15:09:03 +0000 (09:09 -0600)
committerWarner Losh <imp@FreeBSD.org>
Tue, 24 Jan 2023 21:49:31 +0000 (14:49 -0700)
commit1c68ec6c69b5e111fe8e197a3c65bc5beca88318
tree5d6dfb62bea9f2e8fcaf06e840d16e8f1ee68555
parent26e5e3ecbd61d82b369a0ce6a83297e95526a691
stand: i386_fmtdev can be reduced to devformat

devformat produces the same output as i386_fmtdev, so just use it to
reduce on the dependencies.

Sponsored by: Netflix
Reviewed by: tsoome
Differential Revision: https://reviews.freebsd.org/D35927

(cherry picked from commit 362322294045943703e03dee263bbc237002525c)
stand/i386/libi386/bootinfo32.c
stand/i386/libi386/bootinfo64.c
stand/i386/libi386/devicename.c
stand/i386/loader/main.c