mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Call trm_Interrupt() in trm_poll(). This fixes the lock at reboot time some
people reported. PR: kern/62864 Tested by: Putinas Piliponis <putinas.piliponis at icnspot.net>
This commit is contained in:
parent
6464650388
commit
b14ec32eb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue