git: psm: Drop bpsm%d device files. Instead support non-blocking reads on psm%d.
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Sat Sep 23 04:54:58 PDT 2017
commit baa896597c4cebf6e2a3bafa7a3040b6fc6d3eec
Author: Imre Vadász <imre at vdsz.com>
Date: Sat Sep 23 13:12:34 2017 +0200
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.
Summary of changes:
share/man/man4/psm.4 | 20 +-------------------
sys/dev/misc/psm/psm.c | 19 ++++---------------
2 files changed, 5 insertions(+), 34 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/baa896597c4cebf6e2a3bafa7a3040b6fc6d3eec
--
DragonFly BSD source repository
More information about the Commits
mailing list