]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS,
authorBruce Evans <bde@FreeBSD.org>
Fri, 15 Feb 2002 07:08:44 +0000 (07:08 +0000)
committerBruce Evans <bde@FreeBSD.org>
Fri, 15 Feb 2002 07:08:44 +0000 (07:08 +0000)
commit1e9ea774c0571d36733c3ff49d5eb28cdaf09bca
treeac8062781c5559fbe5b5155fa175d9333bb0df9d
parente88516c29be6676c0027b0cde4dcb9d958ce0a66
Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS,
ACPI_NO_SEMAPHORES, ASR_MEASURE_PERFORMANCE, AST_DEBUG, ATAPI_DEBUG,
ATA_DEBUG, BKTR_ALLOC_PAGES, BROOKTREE_ALLOC_PAGES, CAPABILITIES,
COMPAT_SUNOS, CV_DEBUG, MAXFILES, METEOR_TEST_VIDEO, NDEVFSINO,
NDEVFSOVERFLOW, NETGRAPH_BRIDGE, NETSMB, NETSMBCRYPTO, PFIL_HOOKS,
SIMOS, SMBFS, VESA_DEBUG, VGA_DEBUG.

Start using #! to comment out negative options and ## to comment out
broken options.

atapi-all.c:
Fixed rotted bits that were hiding under ATAPI_DEBUG.

atapi-cd.c:
#include "opt_ata.h" so that ACD_DEBUG is actually visible.

ata/atapi-tape.c
#include "opt_ata.h" so that AST_DEBUG is actually visible.
sys/conf/NOTES
sys/dev/ata/atapi-all.c
sys/dev/ata/atapi-cd.c
sys/dev/ata/atapi-tape.c
sys/i386/conf/NOTES