David van Moolenbroek eb89b33d39 ahci: device detection rewrite
- do not start a port before the BSY and DRQ flags have been cleared;
  as such, poll on device status rather than signature availability.
- change "ahci_sig_timeout" to "ahci_device_timeout" variable setting
  accordingly; this variable determines the polling duration before a
  newly attached device is given up on, and uses 30 seconds as default;
- use port connect changes (PCS/X/DET->1h) to kick off polling for an
  attached device; detachment is still detected by means of PhyRdy
  status changes (PRCS/N/DET<->3h).
2013-02-13 14:26:48 +00:00
2010-10-25 08:32:14 +00:00
2013-02-02 01:20:09 +01:00
2013-02-11 21:37:10 +01:00
2013-02-09 17:13:16 +01:00
2013-02-01 11:41:48 +01:00
2013-02-13 14:26:48 +00:00
2013-02-06 16:07:43 +01:00
2013-02-11 19:31:57 +01:00
2013-02-11 19:31:57 +01:00
2013-02-10 19:52:25 +01:00
2013-01-17 10:03:58 +01:00
2013-02-02 01:20:09 +01:00
2013-02-02 01:20:09 +01:00
2013-01-14 11:44:31 +01:00
2013-02-11 19:31:57 +01:00
2013-01-17 10:03:58 +01:00
2013-02-09 18:51:56 +01:00
2013-02-01 11:41:47 +01:00
2013-01-23 21:03:38 +01:00
2010-01-21 10:16:05 +00:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%