Re: Broken ata/ad%d.

2002-10-07 Thread Mark Murray

> 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 -   1.75
+++ acpi.c  7 Oct 2002 13:41:45 -
@@ -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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Broken ata/ad%d.

2002-10-06 Thread Mark Murray

Hi

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()
ad_attach()
ata_boot_attach()
run_interrupt_driven_config_hooks()
mi_startup()
begin()

The panic message is "bad ivar read request (6)"

M
-- 
o   Mark Murray
\_
O.\_Warning: this .sig is umop ap!sdn

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message