psm: Drop bpsm%d device files. Instead support non-blocking reads on psm%d.
authorImre Vadász <imre@vdsz.com>
Sat, 23 Sep 2017 11:12:34 +0000 (13:12 +0200)
committerImre Vadász <imre@vdsz.com>
Sat, 23 Sep 2017 11:54:00 +0000 (13:54 +0200)
commitbaa896597c4cebf6e2a3bafa7a3040b6fc6d3eec
tree042da724e351ab5d5e6c4978209b5c752f27a81e
parent412a77ff8364a46d07a5cab03a981e4c993ffdd9
psm: Drop bpsm%d device files. Instead support non-blocking reads on psm%d.

The /dev/psm%d vs. /dev/bpsm%d separation doesn't serve any clear purpose
nowadays. Userland can just use fcntl(2) to switch the fd to non-blocking
or blocking mode as needed.
share/man/man4/psm.4
sys/dev/misc/psm/psm.c