Changes between Version 1 and Version 2 of Ticket #64, comment 11
- Timestamp:
- Oct 19, 2017, 10:25:11 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64, comment 11
v1 v2 1 1 The CONTENT of pDevCaps ends up in ES:BX and points to the stack because the trap screen shows that ES == SS ! In other words: pvpfsi->vpi_pDCS is a stack address and THAT is definitely wrong ! [[BR]] 2 And reading the pDCS via an OS2DASD.DMD dedicated strat1 command "GetDeviceCaps" is NOT wrong and I was NOT using the strat2 entry point to do it. I was using the strat1 entry point of OS2DASD.DMD to do it ! Please have a look at routine "ReturnDriverCaps" that you commented out.2 And reading the pDCS via an OS2DASD.DMD dedicated strat1 command "GetDeviceCaps" (command code: 0x1D) is NOT wrong and I was NOT using the strat2 entry point to do it. I was using the strat1 entry point of OS2DASD.DMD to do it ! Please have a look at routine "ReturnDriverCaps" that you commented out. 3 3 4 4 I have the impression that you misunderstand what "ReturnDriverCaps" does and how it operates.