From owner-freebsd-current Mon Oct 7 9: 0: 9 2002 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 ADA5A37B401; Mon, 7 Oct 2002 09:00:07 -0700 (PDT) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D94A343E6A; Mon, 7 Oct 2002 09:00:06 -0700 (PDT) (envelope-from mark@grimreaper.grondar.org) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id g97G06W1059358; Mon, 7 Oct 2002 17:00:06 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id g97G06fE059353; Mon, 7 Oct 2002 17:00:06 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.5) with ESMTP id g97Fx9ih016095; Mon, 7 Oct 2002 16:59:09 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200210071559.g97Fx9ih016095@grimreaper.grondar.org> To: jhb@FreeBSD.ORG, iwasaki@FreeBSD.ORG Cc: current@FreeBSD.ORG Subject: Re: Broken ata/ad%d. References: <200210062040.g96KePu4000693@grimreaper.grondar.org> In-Reply-To: <200210062040.g96KePu4000693@grimreaper.grondar.org> ; from Mark Murray "Sun, 06 Oct 2002 21:40:25 BST." Date: Mon, 07 Oct 2002 16:59:08 +0100 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > After cleaning out some OBE(?) patches, the closest I can get my > Libretto 110CT to booting a really recent CURRENT is terminated > by a panic. > > Hand-written backtrace is: > > Debugger() > panic() > acpi_read_ivar() > ata_dma_init() Here is the fix: Index: acpi.c =================================================================== RCS file: /home/ncvs/src/sys/dev/acpica/acpi.c,v retrieving revision 1.75 diff -u -d -r1.75 acpi.c --- acpi.c 6 Sep 2002 17:01:06 -0000 1.75 +++ acpi.c 7 Oct 2002 13:41:45 -0000 @@ -578,6 +578,7 @@ case ISA_IVAR_VENDORID: case ISA_IVAR_SERIAL: case ISA_IVAR_COMPATID: + case ISA_IVAR_IRQ: *(int *)result = -1; break; M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message