Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 05/15/2003 21:29:51
Module Name:	src
Committed By:	fvdl
Date:		Thu May 15 21:29:51 UTC 2003

Modified Files:
	src/sys/dev/acpi: acpi.c acpivar.h files.acpi
Added Files:
	src/sys/dev/acpi: acpi_quirks.c

Log Message:
Add quirk handling to ACPI. First quirk entry is "PTLTD " rev 0x06040000,
which gives problems with PCI bus finding; the object hierarchy doesn't
match the real world for some systems, most notably SuperMicro boards.
Linux has this one blacklisted as well.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/dev/acpi/acpi.c
cvs rdiff -r0 -r1.1 src/sys/dev/acpi/acpi_quirks.c
cvs rdiff -r1.10 -r1.11 src/sys/dev/acpi/acpivar.h
cvs rdiff -r1.19 -r1.20 src/sys/dev/acpi/files.acpi

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