Fix polled operation. Now it is possible to dump kernel via mvs(4).
This commit is contained in:
parent
99fafb0ced
commit
9ba3275800
@ -2168,6 +2168,6 @@ mvspoll(struct cam_sim *sim)
|
||||
|
||||
arg.arg = ch->dev;
|
||||
arg.cause = 2; /* XXX */
|
||||
mvs_ch_intr(arg.arg);
|
||||
mvs_ch_intr(&arg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user