freebsd-dev/sys/dev/ata
Mike Silbersack 184dcdc7c8 Change all SYSCTLS which are readonly and have a related TUNABLE
from CTLFLAG_RD to CTLFLAG_RDTUN so that sysctl(8) can provide
more useful error messages.
2003-10-21 18:28:36 +00:00
..
ata-all.c Put devices into sleep mode (ie spin down) on detach. 2003-10-12 12:37:11 +00:00
ata-all.h Cleanup the dma int/alloc/free code. 2003-08-25 11:13:04 +00:00
ata-card.c Include pccard/pccard_cis.h here too 2003-10-07 04:26:14 +00:00
ata-cbus.c Unify prototypes. 2003-08-25 09:01:49 +00:00
ata-chipset.c Up the alignment requirement of the SC1100 to 16 bytes, it has all the bugs and then some of its Cyrix inheritance. 2003-10-21 08:53:29 +00:00
ata-commands.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
ata-disk.c Change all SYSCTLS which are readonly and have a related TUNABLE 2003-10-21 18:28:36 +00:00
ata-disk.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
ata-dma.c Give more correct params to busdma_* 2003-10-07 13:48:55 +00:00
ata-isa.c Unify prototypes. 2003-08-25 09:01:49 +00:00
ata-lowlevel.c Up delay from 10 to 100ms after reset, this helps some slow devices 2003-10-20 13:44:33 +00:00
ata-pci.c Only return valid DMA error bits. 2003-10-20 13:45:11 +00:00
ata-pci.h Add another ID for the SiI3112a SATA chip as used on the Adaptec 1210SA. 2003-09-08 13:55:05 +00:00
ata-queue.c If just gcc could make up its mind... 2003-10-20 14:28:37 +00:00
ata-raid.c Limit the size of the rebuild requests to be within safety. 2003-09-08 13:36:26 +00:00
ata-raid.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
atapi-cam.c Enable DMA for ATAPI/CAM input/output operations. 2003-09-24 18:40:10 +00:00
atapi-cd.c No need to initialize bio_pblkno from bio_blkno, disksort uses bio_offset. 2003-10-18 17:24:51 +00:00
atapi-cd.h Fix inverted BURN_BRIDGES and GONE_IN_5 #ifdefs. 2003-09-22 17:58:40 +00:00
atapi-fd.c Unify prototypes. 2003-08-25 09:01:49 +00:00
atapi-fd.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
atapi-tape.c Unify prototypes. 2003-08-25 09:01:49 +00:00
atapi-tape.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00