--- drivers/scsi/hosts.c Tue Dec 24 09:59:30 2002 +++ /home/wriede/develop/hosts.c Wed Jan 1 15:09:05 2003 @@ -337,7 +337,7 @@ if (shost->ehandler) { DECLARE_MUTEX_LOCKED(sem); shost->eh_notify = &sem; - send_sig(SIGHUP, shost->ehandler, 1); + send_sig(SIGPWR, shost->ehandler, 1); down(&sem); shost->eh_notify = NULL; }