Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@NetBSD.org>
From: Nicolas Joly <njoly@netbsd.org>
List: source-changes
Date: 09/28/2007 15:16:16
Module Name: src
Committed By: njoly
Date: Fri Sep 28 15:16:16 UTC 2007
Modified Files:
src/sys/dev/acpi: acpi_resource.c
Log Message:
Add ACPI address32 resource type support (DWord Address Space
Descriptor), for fixed size io and mem.
Fix hpet@acpi attachement on Dell Poweredge 860.
Tested by Wouter Schoot, thanks.
While here:
- Update some indentation
- Correct function check
- Add missing break
- Update wrong debug message
Reviewed by cube.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/dev/acpi/acpi_resource.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.