Changeset 87 for trunk/src/os2ahci/ioctl.c
- Timestamp:
- Apr 29, 2011, 11:21:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ioctl.c
r86 r87 2 2 * ioctl.c - Generic IOCTL command processing 3 3 * 4 * Copyright (c) 2010 Christian Mueller. Parts copied from/inspired by the 5 * Linux AHCI driver; those parts are (c) Linux AHCI/ATA maintainers 4 * Copyright (c) 2011 thi.guten Software Development 5 * Copyright (c) 2011 Mensys B.V. 6 * 7 * Authors: Christian Mueller, Markus Thielen 8 * 9 * Parts copied from/inspired by the Linux AHCI driver; 10 * those parts are (c) Linux AHCI/ATA maintainers 6 11 * 7 12 * This program is free software; you can redistribute it and/or modify … … 221 226 * so we can use spinlocks to protect the time between checking the 222 227 * IORB_DONE flag and calling ProcBlock. 223 * 228 * 224 229 * However, if OS2AHCI_SMP is not defined, we're emulating spinlocks 225 230 * via disabling interrupts and there's a sanity check in the emulation
Note:
See TracChangeset
for help on using the changeset viewer.