NetBSD/sys/dev/ata
bouyer cf9d41447f Add a workaround for drives with the LBA48 bug:
if we get a "ID not found" error for a transfer crossing LBA48_THRESHOLD,
and the drive is larger than 128GB, automatically add WD_QUIRK_FORCE_LBA48
to the drive's quirks and retry the transfers.
Hopefully this will obsolete the WD_QUIRK_FORCE_LBA48 quirk list ...
2007-09-16 18:41:47 +00:00
..
ata_raid_adaptec.c
ata_raid_promise.c
ata_raid_via.c Add support for VIA V-TECH ata raid. Tested on 4.0 with RAID0, RAID1 and 2007-03-27 00:10:20 +00:00
ata_raid.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
ata_raidreg.h Add support for VIA V-TECH ata raid. Tested on 4.0 with RAID0, RAID1 and 2007-03-27 00:10:20 +00:00
ata_raidvar.h Add support for VIA V-TECH ata raid. Tested on 4.0 with RAID0, RAID1 and 2007-03-27 00:10:20 +00:00
ata_wdc.c Include opt_ata.h for ATADEBUG definition instead of #defining it 2007-04-08 06:59:43 +00:00
ata.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
ataconf.h Add PIOBM (busmastering transfer using ATA PIO mode) support. 2006-09-07 12:34:41 +00:00
atareg.h Improved SATA support, from Jonathan A. Kollasch in PR bin/36772: 2007-08-21 16:53:18 +00:00
atavar.h Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
files.ata Add support for VIA V-TECH ata raid. Tested on 4.0 with RAID0, RAID1 and 2007-03-27 00:10:20 +00:00
ld_ataraid.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:50:17 +00:00
Makefile
sata_subr.c It's 3.0Gb/s, not GB/s. Pointed out by Thomas E. Spanjaard. 2006-11-30 23:07:31 +00:00
satapmpreg.h
satareg.h
satavar.h Move part of wdc_sataprobe() to sys/dev/ata/sata_subr.c so that it can be 2006-11-20 23:42:21 +00:00
wd.c Add a workaround for drives with the LBA48 bug: 2007-09-16 18:41:47 +00:00
wdvar.h