home *** CD-ROM | disk | FTP | other *** search
-
- The difference between this SampleDevice and the previous posting
- is that the following line was added after the "BeginIO:" label.
-
- MOVE.B #NT_MESSAGE,LN_TYPE(A1) ;So WaitIO() will work
-
-
- This is because WaitIO() depends on busy requests having type
- NT_MESSAGE and completed requests having type NT_REPLYMSG
-
-