mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Fix typo; CTLFLAG_RO -> CTLFLAG_RD.
This commit is contained in:
parent
c8dab10220
commit
dd081ed5d0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82779
@ -168,7 +168,7 @@ MODULE_VERSION(acpi, 100);
|
||||
SYSCTL_INT(_debug, OID_AUTO, acpi_debug_layer, CTLFLAG_RW, &AcpiDbgLayer, 0, "");
|
||||
SYSCTL_INT(_debug, OID_AUTO, acpi_debug_level, CTLFLAG_RW, &AcpiDbgLevel, 0, "");
|
||||
static int acpi_ca_version = ACPI_CA_VERSION;
|
||||
SYSCTL_INT(_debug, OID_AUTO, acpi_ca_version, CTLFLAG_RO, &acpi_ca_version, 0, "");
|
||||
SYSCTL_INT(_debug, OID_AUTO, acpi_ca_version, CTLFLAG_RD, &acpi_ca_version, 0, "");
|
||||
|
||||
/*
|
||||
* ACPI can only be loaded as a module by the loader; activating it after
|
||||
|
Loading…
Reference in New Issue
Block a user