From owner-cvs-src@FreeBSD.ORG Wed Mar 31 08:13:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88FAD16A4CF; Wed, 31 Mar 2004 08:13:39 -0800 (PST) Received: from mail.imp.ch (ns1.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D477A43D31; Wed, 31 Mar 2004 08:13:38 -0800 (PST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.9p2/8.12.3) with ESMTP id i2VGDYp4038162; Wed, 31 Mar 2004 18:13:35 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Wed, 31 Mar 2004 18:13:33 +0200 (CEST) From: Martin Blapp To: Nate Lawson In-Reply-To: <200403300735.i2U7ZI9N018455@repoman.freebsd.org> Message-ID: <20040331175704.N84890@cvs.imp.ch> References: <200403300735.i2U7ZI9N018455@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: clamd / ClamAV version devel-20040327, clamav-milter version 0.70b cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2004 16:13:39 -0000 Hi Nate, > Modified files: > sys/dev/acpica acpi.c > Log: > Disable serialize_methods and enable _OSI support by default. The former > is necessary because some IBMs use recursive methods (pointed out by > Robert Moore from Intel). The latter was a typo on my part. It was disabled > by default when it should have been enabled. > > Revision Changes Path > 1.130 +14 -5 src/sys/dev/acpica/acpi.c > This still doesn't fix the keyboard and mouse problems here on all IBM X-Series 345. If no keyboard is connected during boot, it works afterwords if I replug it. If one is connected during boot, it fails. atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 atkbd: unable to set the command byte. device_probe_and_attach: atkbd0 attach returned 6 psm0: unable to set the command byte. hint.atkbd.0.flags="0x2" helps that the keyboard works, but I still wonder why this is the case. Of course it works just fine without any changes when ACPI is disabled. But then the second CPU isn't found. Too bad. Martin