From owner-freebsd-current Fri Jan 10 06:38:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA13578 for current-outgoing; Fri, 10 Jan 1997 06:38:57 -0800 (PST) Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id GAA13573 for ; Fri, 10 Jan 1997 06:38:55 -0800 (PST) Received: from localhost.transsys.com (localhost.transsys.com [127.0.0.1]) by whizzo.transsys.com (8.8.3/8.7.3) with SMTP id JAA24496; Fri, 10 Jan 1997 09:35:38 -0500 (EST) Message-Id: <199701101435.JAA24496@whizzo.transsys.com> X-Mailer: exmh version 2.0alpha 12/3/96 To: Andrew Stesin cc: Nate Williams , current@freebsd.org From: "Louis A. Mamakos" Subject: Re: Who Caught My PS/2 mouse?! + unknown PCI bridge + DD mode References: In-reply-to: Your message of "Fri, 10 Jan 1997 13:58:49 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 10 Jan 1997 09:35:38 -0500 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk My /dev/psm0 is: crw------- 1 root wheel 21, 0 Oct 16 22:26 /dev/psm0 that is, minor device 0. I believe that MAKEDEV builds psm0 by default with minor device 1 get get the non-blocking behavior. Minimally, perhaps both varients of the device should get created - I would expect to have at least the "normal" device available so that "cat /dev/mouse" works. But that's just my opinion. louie