Subject: Re: ASL is broken.
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 10/15/2004 17:11:33
In article <03327B14-1EC5-11D9-B1C5-000A9578C270@beer.org>,
Herb Peyerl <hpeyerl@beer.org> wrote:
>I have a motherboard (a Portwell NAR-5071) with a single Xeon 3.06.  
>This machine booted but only with a single "cpu" (HT) until I enabled 
>MPACPI.... According to the source, it looks like a broken PCI root 
>bridge.
>
>Anyone know what to do?  Abandon said motherboard?   (NetBSD 2.0, 
>latest RC)
>
Add this to the acpi quirks table:

	/*
	 * ASL broken panic
	 */
	{ "RCC   ", 0x42302e31, ACPI_QUIRK_BADPCI | ACPI_QUIRK_BADIRQ },

If it works commit it. That would be your first commit in how many years? :-)

christos