freebsd-dev/sys/dev/ata
Bruce Evans 1e9ea774c0 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.
2002-02-15 07:08:44 +00:00
..
ata-all.c Fix buglets in the ATAPI resume code. 2002-02-12 13:21:51 +00:00
ata-all.h Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00
ata-card.c Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00
ata-disk.c Fix buglets in the ATAPI resume code. 2002-02-12 13:21:51 +00:00
ata-disk.h Fix buglets in the ATAPI resume code. 2002-02-12 13:21:51 +00:00
ata-dma.c Add support for the Cenatek Rocket Drive. 2002-02-12 16:59:28 +00:00
ata-isa.c Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00
ata-pci.c Add support for the Cenatek Rocket Drive. 2002-02-12 16:59:28 +00:00
ata-raid.c Major update of the ATA RAID code, part 2: 2002-02-12 11:35:15 +00:00
ata-raid.h Major update of the ATA RAID code, part 2: 2002-02-12 11:35:15 +00:00
atapi-all.c Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS, 2002-02-15 07:08:44 +00:00
atapi-all.h Fix buglets in the ATAPI resume code. 2002-02-12 13:21:51 +00:00
atapi-cd.c Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS, 2002-02-15 07:08:44 +00:00
atapi-cd.h Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00
atapi-fd.c Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00
atapi-fd.h Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00
atapi-tape.c Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS, 2002-02-15 07:08:44 +00:00
atapi-tape.h Major update of the ATA RAID code, part 1: 2002-02-04 19:23:40 +00:00