]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In pre-devfs days, /dev/psm0 had always been a non-blocking
authorphk <phk@FreeBSD.org>
Wed, 15 Apr 1998 17:06:52 +0000 (17:06 +0000)
committerphk <phk@FreeBSD.org>
Wed, 15 Apr 1998 17:06:52 +0000 (17:06 +0000)
commitb7f7670c8a01c82d8ed45eb3a4643ac0f7d944b0
tree34b308f37cd9bb24b6b7a1b38cdbb1b23b735160
parent1ceef06f4152c24e9d98521d5986288ad9a91529
In pre-devfs days, /dev/psm0 had always been a non-blocking
device. But with devfs, currently, /dev/psm0 is the blocking device
and /dev/npsm0 is the non-blocking one.

DEVFS must stay consistent with the older behaviour.

PR: 6260
Reviewed by: phk
Submitted by: Kapil Chowksey <kchowksey@hss.hns.com>
sys/i386/isa/psm.c