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)
Sat, Feb 8, 6:41 AM
Unknown Object (File)
Jan 14 2025, 2:17 AM
Unknown Object (File)
Oct 21 2024, 4:18 AM
Unknown Object (File)
Oct 10 2024, 6:41 PM
Unknown Object (File)
Sep 29 2024, 11:25 PM
Unknown Object (File)
Sep 24 2024, 12:24 PM
Unknown Object (File)
Sep 24 2024, 3:53 AM
Unknown Object (File)
Sep 24 2024, 3:42 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...