From owner-freebsd-mobile@FreeBSD.ORG Thu Oct 19 18:02:11 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 979F816A736 for ; Thu, 19 Oct 2006 18:02:11 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1535C43D53 for ; Thu, 19 Oct 2006 18:02:10 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k9JI1JFq067884; Thu, 19 Oct 2006 14:01:21 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-mobile@freebsd.org Date: Thu, 19 Oct 2006 13:12:43 -0400 User-Agent: KMail/1.9.1 References: <20061019165020.3CA6B4504D@ptavv.es.net> In-Reply-To: <20061019165020.3CA6B4504D@ptavv.es.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610191312.43429.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 19 Oct 2006 14:01:21 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/2050/Thu Oct 19 03:58:33 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: No psm with if_ath on current X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 18:02:11 -0000 On Thursday 19 October 2006 12:50, Kevin Oberman wrote: > 527,533c548 > < psmcpnp0: irq 12 on acpi0 > < psm0: current command byte:0047 > < psm0: flags 0x2000 irq 12 on atkbdc0 > < psm0: [GIANT-LOCKED] > < psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons > < psm0: config:00002000, flags:00000008, packet size:3 > < psm0: syncmask:c0, syncbits:00 > --- > > acpi_ibm0: irq 12 on acpi0 > 549d563 > < acpi_ibm0: on acpi0 This is odd. Do you have your ASL handy, and can you show the 'devinfo -v' line for acpi_ibm0 for the 2 cases (w/ if_ath and w/o)? -- John Baldwin