Make slot_{attach,detach}() the opposite of each other
authorratchov <ratchov@openbsd.org>
Thu, 28 Jan 2021 11:06:07 +0000 (11:06 +0000)
committerratchov <ratchov@openbsd.org>
Thu, 28 Jan 2021 11:06:07 +0000 (11:06 +0000)
commit0257ec3971882de5fe9fe18521f863f0b3a024e5
tree9ac6a0bd7c95de66e5c647a3f4d2ce7cef782bc2
parentbd219fc700c6c711d12b20fe57e99c6d09c797b8
Make slot_{attach,detach}() the opposite of each other

No bahavior change. Now, slot_attach() moves slot's clock forward and
puts the slot on device list; slot_detach() does the opposite: remove
from device list and move clock backwards. This will allow to detach a
client and attach it later in exactly the same state.
usr.bin/sndiod/dev.c