Page MenuHomeFreeBSD

libefi be more verbose when registering efi disk handles
ClosedPublic

Authored by manu on Jun 9 2016, 12:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 6:15 PM
Unknown Object (File)
Fri, Oct 10, 2:51 PM
Unknown Object (File)
Tue, Sep 23, 12:49 PM
Unknown Object (File)
Sep 20 2025, 9:16 AM
Unknown Object (File)
Sep 18 2025, 3:19 PM
Unknown Object (File)
Sep 15 2025, 1:16 AM
Unknown Object (File)
Sep 11 2025, 9:29 AM
Unknown Object (File)
Sep 6 2025, 1:50 AM
Subscribers

Details

Summary

Print a message when the efi disk isn't a logical partition.

Test Plan

Tested on beaglebone black with u-boot efi implementation.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu retitled this revision from to libefi be more verbose when registering efi disk handles.
manu updated this object.
manu edited the test plan for this revision. (Show Details)
manu added a reviewer: andrew.
manu set the repository for this revision to rS FreeBSD src repository - subversion.
andrew edited edge metadata.

Approved

This revision is now accepted and ready to land.Jun 9 2016, 12:33 AM
This revision was automatically updated to reflect the committed changes.
head/sys/boot/efi/libefi/efipart.c
123–124

Why on earth would you do this? When it isn't a logical partition, it's a real disk. Our systems have 36 disks in them, so this will spam-up the console log with 36 useless lines...