Loaddrv - Case Sensitivity Issues #89
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm not sure if this is intentional behavior. But here it is.
Basically, there is some mechanism in LOADDRV to prevent the driver from being loaded again. If you invoke the driver by its service_proc name then it won't load it. However, it seems that this check doesn't account for case sensitivity, so writing something like "loaddrv NVMe" when the service_proc name is "nvme" will cause LOADDRV to invoke the driver again. I don't think this is expected behavior.