Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162637438
D56875.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
544 B
Referenced Files
None
Subscribers
None
D56875.diff
View Options
diff --git a/sys/dev/acpica/acpi_spmc.c b/sys/dev/acpica/acpi_spmc.c
--- a/sys/dev/acpica/acpi_spmc.c
+++ b/sys/dev/acpica/acpi_spmc.c
@@ -200,6 +200,12 @@
SYSCTL_INT(_debug_acpi_spmc, OID_AUTO, amd_dsm_revision, CTLFLAG_RW,
&dsm_amd.revision, 0, "Revision to use when evaluating AMD SPMC DSMs");
+static int verbose;
+SYSCTL_INT(_debug_acpi_spmc, OID_AUTO, verbose, CTLFLAG_RW,
+ &verbose, 0, "acpi_spmc(4) verbosity");
+
+#define VERBOSE() (verbose || bootverbose)
+
struct acpi_spmc_constraint {
bool enabled;
char *name;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 16, 7:21 AM (6 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33015573
Default Alt Text
D56875.diff (544 B)
Attached To
Mode
D56875: acpi_spmc(4): Add a sysctl knob to request verbosity
Attached
Detach File
Event Timeline
Log In to Comment