freebsd-nq/sys/dev/ata
Brian Feldman 3c632a5847 atapicam(4) is currently off by three orders of magnitude regarding the
timeout values in the CAM CCBs.  Divide by 1000 to get values in seconds
which are what ata(4) timeouts internally use.

This does lose granularity, though, and small values can now round down
to zero.  It's probably worth making all ata(4) timeouts in terms of
hz/ticks/milliseconds/something.
2004-06-17 07:29:56 +00:00
..
ata-all.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
ata-all.h Spring cleanup of macros 2004-04-30 16:21:34 +00:00
ata-card.c Fix disordering of pccarddevs.h noticed by bde. Also remove a few 2004-05-27 03:49:45 +00:00
ata-cbus.c Add missing <sys/module.h> includes currently relying on nested include 2004-06-03 06:10:02 +00:00
ata-chipset.c Dont set prefetch etc on VIA chips, causes problems on newer chips and 2004-06-15 11:16:36 +00:00
ata-commands.h Spring cleanup of macros 2004-04-30 16:21:34 +00:00
ata-disk.c Add support for the Promise command sequencer present on all modern Promise 2004-04-13 09:44:20 +00:00
ata-disk.h Spring cleanup of macros 2004-04-30 16:21:34 +00:00
ata-dma.c Add support for the Promise command sequencer present on all modern Promise 2004-04-13 09:44:20 +00:00
ata-isa.c Spring cleanup of macros 2004-04-30 16:21:34 +00:00
ata-lowlevel.c Back out the last change as that broke some SATA devices. 2004-06-11 07:39:15 +00:00
ata-pci.c Increase robustness of SATA handling. 2004-06-15 11:02:09 +00:00
ata-pci.h Increase robustness of SATA handling. 2004-06-15 11:02:09 +00:00
ata-queue.c Use the right cmd+errorcode if we are in autosense/not. 2004-06-01 12:26:08 +00:00
ata-raid.c Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
ata-raid.h Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
atapi-cam.c atapicam(4) is currently off by three orders of magnitude regarding the 2004-06-17 07:29:56 +00:00
atapi-cd.c When waiting for drive to become ready, reinit the request params as they 2004-06-01 12:28:45 +00:00
atapi-cd.h Spring cleanup of macros 2004-04-30 16:21:34 +00:00
atapi-fd.c Remember to mtx_destroy mutexes. 2004-03-01 13:17:07 +00:00
atapi-fd.h Spring cleanup of macros 2004-04-30 16:21:34 +00:00
atapi-tape.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
atapi-tape.h Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00