Date: Thu, 14 Feb 2002 23:08:44 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES src/sys/dev/ata atapi-all.c atapi-cd.c atapi-tape.c Message-ID: <200202150708.g1F78iQ31666@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/02/14 23:08:44 PST Modified files: sys/i386/conf NOTES sys/dev/ata atapi-all.c atapi-cd.c atapi-tape.c Log: 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. Revision Changes Path 1.84 +1 -1 src/sys/dev/ata/atapi-all.c 1.109 +2 -0 src/sys/dev/ata/atapi-cd.c 1.63 +2 -0 src/sys/dev/ata/atapi-tape.c 1.996 +35 -0 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202150708.g1F78iQ31666>