From owner-cvs-all Wed Apr 15 10:08:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12308 for cvs-all-outgoing; Wed, 15 Apr 1998 10:08:02 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12204; Wed, 15 Apr 1998 17:07:42 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17372; Wed, 15 Apr 1998 10:06:53 -0700 (PDT) Date: Wed, 15 Apr 1998 10:06:53 -0700 (PDT) Message-Id: <199804151706.KAA17372@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa psm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/04/15 10:06:53 PDT Modified files: sys/i386/isa psm.c Log: 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 Revision Changes Path 1.52 +6 -6 src/sys/i386/isa/psm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message