From owner-freebsd-current@FreeBSD.ORG Wed Dec 31 20:52:00 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92ADD16A4CE for ; Wed, 31 Dec 2003 20:52:00 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79B7443D1F for ; Wed, 31 Dec 2003 20:51:59 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i014pn5x041935; Wed, 31 Dec 2003 20:51:49 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i014pnAj041934; Wed, 31 Dec 2003 20:51:49 -0800 (PST) (envelope-from sgk) Date: Wed, 31 Dec 2003 20:51:49 -0800 From: Steve Kargl To: David Gilbert Message-ID: <20040101045149.GA41923@troutmask.apl.washington.edu> References: <20031223220836.GA63638@troutmask.apl.washington.edu> <16371.40705.551647.888610@canoe.dclg.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16371.40705.551647.888610@canoe.dclg.ca> User-Agent: Mutt/1.4.1i cc: freebsd-current@freeBSD.org Subject: Re: Dell 5150 laptop and lost PS/2 touchpad X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 01 Jan 2004 04:52:00 -0000 On Wed, Dec 31, 2003 at 11:16:01PM -0500, David Gilbert wrote: > >>>>> "Steve" == Steve Kargl writes: > > Steve> I'm not sure if this is a Dell BIOS problem, new interrupt code > Steve> problem, or PS/2 device driver problem. The Dell 5150 laptop > Steve> has a Synaptic touchpad, which fails to attach with the GENERIC > Steve> kernel from RC1 and a custom kernel from today sources. A > Steve> verbose boot shows: > > I found it critical to patch the problems in the Dell BIOS version of > the ACPI DSDT before I could get the touchpad to work on an 1100 > recently. > ACPI was unimportant. The problem is due to Dell's A25 BIOS for the 5150. You need to set an appropriate flag in /boot/devices.hint file to ignore probe errors on of psm. -- Steve