I'm trying to debug an issue of a PCMCIA driver that uses the IOCTL to have
device callback the driver with a PostInit IOCTL call.
In devload.c, once the device has been created, a string is created
"$device\<device name>" $device\COM2 in my case. This gets passed to
DevicePostInit and which then calls DEVFS_CreateFileW() which gets a
debugcheck since the filename doesn't start with a \
I'm not sure what's happen in the retail, but the debug isn't happy...