K 10 svn:author V 5 wpaul K 8 svn:date V 27 2005-03-01T17:21:25.000000Z K 7 svn:log V 261 In windrv_load(), I was allocating the driver object using malloc(sizeof(device_object), ...) by mistake. Correct this, and rename "dobj" to "drv" to make it a bit clearer what this variable is supposed to be. Spotted by: Mikore Li at Sun dot comnospamplzkthx END