Disestablish softintrs upon detach (missed in last commit)
authorratchov <ratchov@openbsd.org>
Sat, 30 Oct 2021 12:40:55 +0000 (12:40 +0000)
committerratchov <ratchov@openbsd.org>
Sat, 30 Oct 2021 12:40:55 +0000 (12:40 +0000)
commit501ade622f68bf4a5c2cb00fbc0e6a7209fe1f0b
tree844f78564a231f3bbc90c8917fc556abbec3550d
parent02e0ccc46e145a7e98782b74e99ea37ba6d80a98
Disestablish softintrs upon detach (missed in last commit)

During detach, we can't rely on softintrs to signal processes blocked
in read, write or poll, so we need to explicitely call wakeup
functions in the detach method, as other drivers do.
sys/dev/midi.c