From owner-freebsd-questions@FreeBSD.ORG Mon Jul 28 08:55:20 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FEDB37B401 for ; Mon, 28 Jul 2003 08:55:20 -0700 (PDT) Received: from lifesupport.shutdown.com (dsl092-048-059.sfo2.dsl.speakeasy.net [66.92.48.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB7243F75 for ; Mon, 28 Jul 2003 08:55:19 -0700 (PDT) (envelope-from llewelly@lifesupport.shutdown.com) Received: (from llewelly@localhost) by lifesupport.shutdown.com (8.11.2/8.11.2) id h6SFogF05779; Mon, 28 Jul 2003 08:50:42 -0700 (PDT) To: Benjamin Walkenhorst References: <20030728120349.37E3F43F75@mx1.FreeBSD.org> From: LLeweLLyn Reese Date: 28 Jul 2003 08:50:40 -0700 In-Reply-To: <20030728120349.37E3F43F75@mx1.FreeBSD.org> Message-ID: Lines: 23 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Nicolas Galler cc: freebsd-questions@freebsd.org cc: DJ Landreneau Subject: Re: /dev/psm0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 15:55:20 -0000 Benjamin Walkenhorst writes: > On Monday, 28. July 2003 13:40, DJ Landreneau wrote: > > As the original poster of this thread I feel compelled to provide some more > > information. > > > > I am running FreeBSD 5.0 that I obtained through the FreeBSD Unleased book > > I purchased from Barnes & Noble. > > > When I boot up FreeBSD and do ls -al on the /dev directory I do have > > busmouse or psm0 in the directory. Someone in an earlier reply to my post > > said this means that I do not have psm0 support in my kernel. > > I take it you wanted to say "I do *NOT* have busmouse or psm0". > FreeBSD 5.x uses devfs, i.e. it creates device nodes automatically for > device-drivers present in the kernel. So if there is no /dev/psm0 this should > mean that there is no PS/2-Mouse-Support present in the kernel. [snip] What if the PS/2-Mouse-Support in the kernel failed to detect a ps/2 mouse? Wouldn't that result in no /deve/psm0, even with PS/2-Mouse-Support in the kernel?