minix/drivers/ahci
David van Moolenbroek 5320333614 ahci: prevent compiler memory access misordering
While no problems have been observed in practice yet, modern compilers
may reorder memory access operations, and that could lead to problems
with memory-mapped I/O typically done by drivers. This patch prevents
any potentially problematic reordering by the compiler in the AHCI
driver.
2011-11-04 14:13:24 +01:00
..
ahci.c ahci: prevent compiler memory access misordering 2011-11-04 14:13:24 +01:00
ahci.h ahci/libdriver: multithreading support 2011-11-04 09:37:53 +00:00
Makefile ahci/libdriver: multithreading support 2011-11-04 09:37:53 +00:00