Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Lock Flag (as described below) |
Exit | |
---|---|
R0 | Preserved |
Flag bits | |
---|---|
0 | 0 = unlock IDE bus |
1 = lock IDE bus |
The purpose of this call is to lock or unlock the IDE bus.
All non-used bits within the flag must be set to zero.
An error is generated if an attempt to lock and already locked bus.
When attempting to lock the bus in a background process, you must not do so within a loop. Instead, reschedule a retry for a later time.