Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Oct 2002 16:59:08 +0100
From:      Mark Murray <mark@grondar.za>
To:        jhb@FreeBSD.ORG, iwasaki@FreeBSD.ORG
Cc:        current@FreeBSD.ORG
Subject:   Re: Broken ata/ad%d. 
Message-ID:  <200210071559.g97Fx9ih016095@grimreaper.grondar.org>
In-Reply-To: <200210062040.g96KePu4000693@grimreaper.grondar.org> ; from Mark Murray <mark@grondar.za>  "Sun, 06 Oct 2002 21:40:25 BST."
References:  <200210062040.g96KePu4000693@grimreaper.grondar.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210071559.g97Fx9ih016095>