看板 DFBSD_commit 關於我們 聯絡資訊
commit 2050a95dbd712073e4fa87c6a3c3f5191ef5580d Author: Sascha Wildner <saw@online.de> Date: Wed Jan 5 05:20:56 2011 +0100 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. Summary of changes: sys/dev/raid/hptmv/entry.c | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2050a95dbd712073e4fa87c6a3c3f5191ef5580d -- DragonFly BSD source repository