.. |
Makefile
|
…
|
|
ata.c
|
Fix typo (s/controler/controller/).
|
2019-08-21 04:51:41 +00:00 |
ata_raid.c
|
Some more empty-string --> NULL conversions for module dependencies
|
2019-04-26 11:51:56 +00:00 |
ata_raid_adaptec.c
|
convert from malloc(9) to kmem(9)
|
2018-10-22 19:38:06 +00:00 |
ata_raid_intel.c
|
convert from malloc(9) to kmem(9)
|
2018-10-22 19:38:06 +00:00 |
ata_raid_jmicron.c
|
convert from malloc(9) to kmem(9)
|
2018-10-22 19:38:06 +00:00 |
ata_raid_nvidia.c
|
convert from malloc(9) to kmem(9)
|
2018-10-22 19:38:06 +00:00 |
ata_raid_promise.c
|
convert from malloc(9) to kmem(9)
|
2018-10-22 19:38:06 +00:00 |
ata_raid_subr.c
|
…
|
|
ata_raid_via.c
|
convert from malloc(9) to kmem(9)
|
2018-10-22 19:38:06 +00:00 |
ata_raidreg.h
|
…
|
|
ata_raidvar.h
|
…
|
|
ata_recovery.c
|
Merge jdolecek-ncqfixes branch
|
2018-10-22 20:13:47 +00:00 |
ata_subr.c
|
don't touch the queue structure in ata_queue_active() if atabus is already
|
2018-11-07 17:05:54 +00:00 |
ata_wdc.c
|
hold channel lock during whole ata_dmaerr()/ata_downgrade_mode() -
|
2018-11-12 18:51:01 +00:00 |
ataconf.h
|
…
|
|
atareg.h
|
…
|
|
atavar.h
|
drop AT_RST_NOCMD, it's a cut'n'paste side effect
|
2019-04-05 21:31:44 +00:00 |
files.ata
|
only include umass_isdata.c if atabus present, and likewise ata_subr.c
|
2018-10-24 07:42:12 +00:00 |
ld_ataraid.c
|
Merge the [pgoyette-compat] branch
|
2019-01-27 02:08:33 +00:00 |
sata_subr.c
|
split the port status reporting to new function sata_interpret_det()
|
2018-06-21 21:52:15 +00:00 |
satafis_subr.c
|
Set the ATAPI "BYTE COUNT LIMIT" field in the SATA case like we
|
2019-08-15 09:00:23 +00:00 |
satafisreg.h
|
…
|
|
satafisvar.h
|
…
|
|
satapmp_subr.c
|
Merge jdolecek-ncqfixes branch
|
2018-10-22 20:13:47 +00:00 |
satapmpreg.h
|
…
|
|
satapmpvar.h
|
mark satapmp_rescan() static, it's not to be used outside satapmp_subr.c
|
2018-07-29 14:11:30 +00:00 |
satareg.h
|
…
|
|
satavar.h
|
split the port status reporting to new function sata_interpret_det()
|
2018-06-21 21:52:15 +00:00 |
wd.c
|
Take channel lock for calling reset_drive.
|
2019-06-06 20:55:43 +00:00 |
wdvar.h
|
Implement a DIRTY flag (copied from sd(4)) so avoid flushing the cache if
|
2019-04-05 18:23:45 +00:00 |