hptmv(4): Fix shutting down.
authorSascha Wildner <saw@online.de>
Wed, 5 Jan 2011 04:20:56 +0000 (05:20 +0100)
committerSascha Wildner <saw@online.de>
Wed, 5 Jan 2011 04:21:27 +0000 (05:21 +0100)
commit2050a95dbd712073e4fa87c6a3c3f5191ef5580d
treef1a0e8d038521bfbb75e7dd6be53188832525577
parent74c9628e78f2e1c7d9356b41407b394220745b7e
hptmv(4): Fix shutting down.

This didn't work at all. pAdapter->eh was never assigned to and the event
handler for deregistering was wrong, too.

So the driver ended up deregistering all callbacks of the shutdown_final
handler during shutdown_post_sync.
sys/dev/raid/hptmv/entry.c