Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 02/26/2006 18:46:04
Module Name:	src
Committed By:	cube
Date:		Sun Feb 26 18:46:04 UTC 2006

Modified Files:
	src/sys/dev/acpi: acpi.c

Log Message:
Resource lists end with END_TAG, not END_DEPENDENT.  Makes the
PCI_INTR_FIXUP code "work" again.

Most of the time it will produce a warning about a misaligned resource
pointer, but it's harmless, and the warning was removed in the next version
of the ACPI-CA code.


To generate a diff of this commit:
cvs rdiff -r1.84 -r1.85 src/sys/dev/acpi/acpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.