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: 01/07/2003 20:46:50
Module Name:	src
Committed By:	fvdl
Date:		Tue Jan  7 18:46:49 UTC 2003

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

Log Message:
* Add aux argument to functions called from apic_madt_walk
* Improve acpi interrupt fixup a bit
	* Source is an array, don't compare it to NULL, instead
	  look for an empty string to denote a link-device-less
	  entry.
	* For root PCI busses, try to use the _BBN method to get
	  numbering right.
* Add acpi_md_callback() function for MD handling after the init,
  but before * at acpi probing.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/dev/acpi/acpi.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/acpi/acpi_madt.c \
    src/sys/dev/acpi/acpi_madt.h

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