• Alan Cox's avatar
    [PATCH] ide-proc - fix crash on identify · 16ba73f3
    Alan Cox authored
    We cannot do an identify on a drive with no driver loaded. The kernel
    has a ton of half backed "if no driver" cases but they dont cover all
    cases and its a mess.
    
    For now we rely on the probe time identify unless a driver is loaded. A
    proper fix (an 'ide-unassigned' driver) will follow later
    16ba73f3
ide-proc.c 23.8 KB