diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2004-04-10 15:38:49 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2004-04-10 15:38:49 +0000 |
| commit | b14ec32eb04ca05b813f0d2e66baf0f1ac4766a0 (patch) | |
| tree | a6ef1ced3f42d99ecb79da645456f99a1d3b7237 /sys/dev/trm | |
| parent | 6464650388e14d2c44a47775a44959ba1b737f92 (diff) | |
Notes
Diffstat (limited to 'sys/dev/trm')
| -rw-r--r-- | sys/dev/trm/trm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
