commit | ebc646f681a6ad5a81989a6906832e82155df283 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Tue Oct 17 10:23:56 2006 -0700 |
committer | Stephen Hemminger <shemminger@osdl.org> | Tue Oct 17 10:23:56 2006 -0700 |
tree | 650bb7a00d2236080faa05acf52ad768648e04ea | |
parent | e561a83be5c9cada5fa3733efdff67a2098a0c8e [diff] |
sky2: phy irq on shutdown When PHY is turned off on shutdown, it causes the IRQ to get stuck on. Make sure and disable the IRQ first, and if IRQ occurs when device is not running, don't access PHY because that will hang. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>