From owner-freebsd-current Fri Jan 10 10:33:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA24833 for current-outgoing; Fri, 10 Jan 1997 10:33:59 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id KAA24776; Fri, 10 Jan 1997 10:33:41 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id KAA17783 ; Fri, 10 Jan 1997 10:26:47 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id LAA12547; Fri, 10 Jan 1997 11:26:43 -0700 (MST) Date: Fri, 10 Jan 1997 11:26:43 -0700 (MST) Message-Id: <199701101826.LAA12547@rocky.mt.sri.com> From: Nate Williams To: sos@freebsd.org Cc: current@freebsd.org Subject: Re: Who Caught My PS/2 mouse?! + unknown PCI bridge + DD mode In-Reply-To: <199701101014.LAA00544@ravenock.cybercity.dk> References: <199701101014.LAA00544@ravenock.cybercity.dk> Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk sos@freebsd.org writes: > > > I'm using moused with a PS/2 mouse. To get this to work, you'll need to > > > make another device in /dev using a different (than default) minor device > > > number to get the other block/non-blocking behavoir. > > > > Thanks Louis, that's cool news! And what is the actual > > minor No. for moused to work? > > You should use minor 0 instead of minor 1 ... > It works just fine as has been for ages, maybe we should document this > somewhere, FAQ meister ??... We should modify moused to use select() and then all of them will work correctly. :) Nate