From owner-freebsd-current@FreeBSD.ORG Fri May 25 18:39:22 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E4C416A479 for ; Fri, 25 May 2007 18:39:22 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id E088A13C44B for ; Fri, 25 May 2007 18:39:21 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.13.8) with ESMTP id l4PIc7rY045403 for ; Fri, 25 May 2007 11:38:07 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l4PIc7e5045402 for freebsd-current@freebsd.org; Fri, 25 May 2007 11:38:07 -0700 (PDT) (envelope-from sgk) Date: Fri, 25 May 2007 11:38:07 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20070525183806.GA45369@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Subject: PS/2 mouse disappearing with gcc-4.2 built kernel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 18:39:22 -0000 There seems to be a small problem with the psm0 device. In particular, my Inspiron 4150 laptop has a touchpad, and I plug a PS/2 mouse into the PS/2 port on the back. At some point, the console shows May 25 11:31:44 mobile kernel: psm0: failed to reset the aux device. May 25 11:31:44 mobile kernel: psm0: the aux device has gone! (reinitialize). and the mouse is gone. Of course, a disappearing mouse while in X is somewhat inconvenient. -- Steve