Changeset 86 for trunk/src/os2ahci/ahci.c
- Timestamp:
- Apr 28, 2011, 7:41:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ahci.c
r82 r86 1236 1236 1237 1237 /****************************************************************************** 1238 * set device into IDLE mode (spin down); this was used during 1239 * debugging/testing and is still there since it does not hurt... 1238 * Set device into IDLE mode (spin down); this was used during 1239 * debugging/testing and is now unused; it's still there in case we need it 1240 * again... 1241 * 1240 1242 * If 'idle' is != 0, the idle timeout is set to 5 seconds, otherwise it 1241 1243 * is turned off. … … 1258 1260 * the driver-level spinlock when actually changing the driver state (IORB 1259 1261 * queues, ...) 1262 * 1263 * NOTE: OS/2 expects the carry flag set upon return from an interrupt 1264 * handler if the interrupt has not been handled. We do this by 1265 * shifting the return code from this function one bit to the right, 1266 * thus the return code must set bit 0 in this case. 1260 1267 */ 1261 1268 int ahci_intr(u16 irq)
Note:
See TracChangeset
for help on using the changeset viewer.