From owner-freebsd-acpi@FreeBSD.ORG Mon Jun 12 18:15:28 2006 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C5E516A41F for ; Mon, 12 Jun 2006 18:15:28 +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 472E543D49 for ; Mon, 12 Jun 2006 18:15:27 +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.4/8.13.4) with ESMTP id k5CIFIGt014198; Mon, 12 Jun 2006 14:15:20 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Fred Koschara Date: Mon, 12 Jun 2006 13:59:41 -0400 User-Agent: KMail/1.9.1 References: <6.1.2.0.1.20060606011859.0b62f0a0@mail.FKEInternet.com> <200606070808.56332.jhb@freebsd.org> <6.1.2.0.1.20060610061002.03b4ca30@mail.FKEInternet.com> In-Reply-To: <6.1.2.0.1.20060610061002.03b4ca30@mail.FKEInternet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200606121359.41818.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]); Mon, 12 Jun 2006 14:15:20 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1534/Mon Jun 12 08:30:53 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: freebsd-acpi@freebsd.org Subject: Re: FreeBSD 6.0, ThinkPad 600, dc0: watchdog timeout - ACPI? X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 18:15:28 -0000 On Saturday 10 June 2006 06:26, Fred Koschara wrote: > Hello John -- >=20 > I captured the dmesg output for > ACPI, no boot fix > no ACPI, no boot fix > ACPI, boot fixed > no ACPI, boot fixed >=20 > The files are at http://fkeinternet.com/support/ where you will find a li= nk=20 > to 20060607.London.FKEinternet.com.ThinkPad600.dmesg.files.tar.gz which=20 > contains the debugging information. In each case, I also included the=20 > corresponding loader.conf file, similarly named so it will be obvious whi= ch=20 > one is which. >=20 > FYI, my immediate problem was relieved by information I received from Bj= =F6rn=20 > K=F6nig on the freebsd-questions mail list. He wrote: >=20 > >Hello, > > > >I had a Thinkpad 600 and a lot of problems too, especially with networki= ng=20 > >and the cardbus. It received the impression that the chipset of the 600 = is=20 > >totally broken. The revisited successor 600E doesn't make so much troubl= e=20 > >at all. > > > >Add the following lines to /boot/loader.conf, restart and see what=20 > >happens. These lines solved some of my problems regarding unreliable=20 > >networking. > > > > hw.cbb.start_memory=3D0xd8000 > > hw.pci.link.LNKA.irq=3D11 > > hw.pci.link.LNKB.irq=3D11 > > hw.pci.link.LNKC.irq=3D11 > > hw.pci.link.LNKD.irq=3D11 If these lines fixed things for you then that's the best info I could offer= =20 you, so I would just stay with those. =2D-=20 John Baldwin