From b14ec32eb04ca05b813f0d2e66baf0f1ac4766a0 Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Sat, 10 Apr 2004 15:38:49 +0000 Subject: [PATCH] Call trm_Interrupt() in trm_poll(). This fixes the lock at reboot time some people reported. PR: kern/62864 Tested by: Putinas Piliponis --- sys/dev/trm/trm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c index d130125ab475..9edbe9b70ba4 100644 --- a/sys/dev/trm/trm.c +++ b/sys/dev/trm/trm.c @@ -1087,7 +1087,7 @@ trm_action(struct cam_sim *psim, union ccb *pccb) static void trm_poll(struct cam_sim *psim) { - + trm_Interrupt(cam_sim_softc(psim)); } static void