diff options
author | phk <phk@FreeBSD.org> | 2000-10-30 20:35:31 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-10-30 20:35:31 +0000 |
commit | 103fe7d4ab0adfaa61de3cb5b9e97dc0b16fd183 (patch) | |
tree | 07afe5ac82a759a2052b6e62d496e087aec08fca | |
parent | 356ee2efc80ed7e140746c3ea88152b63c760698 (diff) | |
download | FreeBSD-src-103fe7d4ab0adfaa61de3cb5b9e97dc0b16fd183.zip FreeBSD-src-103fe7d4ab0adfaa61de3cb5b9e97dc0b16fd183.tar.gz |
Comment out the (old) acpi stuff, it breaks LINT.
-rw-r--r-- | sys/conf/NOTES | 6 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index c3dced4..6c7134a 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1257,10 +1257,10 @@ device acpica options ACPI_DEBUG # ACPI Experimental Driver -device acpi -options ACPI_DEBUG +#device acpi +#options ACPI_DEBUG #!options ACPI_NO_ENABLE_ON_BOOT -options AML_DEBUG +#options AML_DEBUG # # Optional devices: diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index c3dced4..6c7134a 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1257,10 +1257,10 @@ device acpica options ACPI_DEBUG # ACPI Experimental Driver -device acpi -options ACPI_DEBUG +#device acpi +#options ACPI_DEBUG #!options ACPI_NO_ENABLE_ON_BOOT -options AML_DEBUG +#options AML_DEBUG # # Optional devices: |