minix/drivers/ahci
David van Moolenbroek 23b12e29a2 ahci: rewrite timeout initialization code
- the "ahci_sig_timeout" variable now denotes the entire checking
  period, and the delay between checks has been hardcoded; what was
  previously "ahci_sig_checks" is now computed from those two;
- timeout values are no longer used for both millisecond and clock
  tick values, and better typed;
- the computation of timeouts is no longer off by half a second.
2013-02-12 13:53:09 +00:00
..
ahci.c ahci: rewrite timeout initialization code 2013-02-12 13:53:09 +00:00
ahci.h ahci: rewrite timeout initialization code 2013-02-12 13:53:09 +00:00
Makefile libminc-related updates 2012-03-12 23:16:45 +01:00