From owner-cvs-src@FreeBSD.ORG Tue Nov 30 21:09:43 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 6A58616A4CE; Tue, 30 Nov 2004 21:09:43 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDA0643D31; Tue, 30 Nov 2004 21:09:42 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 509A1ACBCB; Tue, 30 Nov 2004 22:09:41 +0100 (CET) Date: Tue, 30 Nov 2004 22:09:41 +0100 From: Pawel Jakub Dawidek To: Nate Lawson Message-ID: <20041130210941.GC56431@darkness.comp.waw.pl> References: <200411232226.iANMQioc077290@repoman.freebsd.org> <20041130173902.GA56431@darkness.comp.waw.pl> <41ACB2A3.1010107@root.org> <20041130184224.GB56431@darkness.comp.waw.pl> <41ACC64B.9010702@root.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Bu8it7iiRSEf40bY" Content-Disposition: inline In-Reply-To: <41ACC64B.9010702@root.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h 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: Tue, 30 Nov 2004 21:09:43 -0000 --Bu8it7iiRSEf40bY Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 30, 2004 at 11:13:15AM -0800, Nate Lawson wrote: +> There are two problems: attaching LN1_ and failing gracefully when it= =20 +> doesn't. As I said privately, send me your asl so we can figure out=20 +> what's going on with LN1_. [...] I need to get a kernel which boots first. It will take some time, as I need to test some stuff first. +> [...] For the latter, we need to figure out what=20 +> the null pointer is so do "l *acpi_pci_link_route_interrupt+0x36". Not sure how to get kernel dump, but because it was near to begin of this function, I added a printf(): ACPI_SERIAL_BEGIN(pci_link); sc =3D device_get_softc(dev); printf("sc=3D%p\n", sc); KASSERT(index >=3D 0 && index < sc->pl_num_links, ("%s: invalid index %d", __func__, index)); And I get: sc=3D0 just before panic. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --Bu8it7iiRSEf40bY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBrOGVForvXbEpPzQRAhq+AJ9EoFDWEomMqSJYazdNh+PR4B8oUgCg5n1S be0A084L5FIF9fHCsGocryo= =uCh6 -----END PGP SIGNATURE----- --Bu8it7iiRSEf40bY--