﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
480	bug in invoking SaveResume device driver command on device driver chain	Lars Erdmann	eco	"There a a couple of errors in an attempt to send a SaveResume request packet to all device drivers in the device driver chain:
For once, the request packet is wrong, additionally the function code 20h (SaveResume) is overwritten with 0 (DEVICE init).
See corrections below

file ""thunk.asm"":

the request packet should look like this:

{{{
SRPacket       db  14           ; Size
               db  0            ; Unit
               db  20h          ; Cmd
               dw  0            ; Status
               db  0            ; Flag
               db  0,0,0        ; Reserved
               dd  0            ; Link
               db  0            ; Save/Restore
}}}

likewise at label ""To16DDNotify""

delete this line:
{{{
              mov      Word Ptr es:[bx+3],0
}}}
"	defect	closed	major		APM Compatibility Driver	3.14	unknown		
