Subject: CVS commit: [netbsd-4] src/sys/arch/x86/x86
To: None <source-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: source-changes
Date: 04/28/2007 01:17:43
Module Name:	src
Committed By:	snj
Date:		Sat Apr 28 01:17:43 UTC 2007

Modified Files:
	src/sys/arch/x86/x86 [netbsd-4]: mpacpi.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #565):
	sys/arch/x86/x86/mpacpi.c: revision 1.47
	sys/arch/x86/x86/mpacpi.c: revision 1.48
Properly skip inactive devices; avoids a panic in pci_make_tag() later.
Thanks to cube@ for the idea.
An ACPI kernel can now boot on a poweredge 2950.
Fix previous: don't AcpiOsFree() twice if the device is valid.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.44.2.1 src/sys/arch/x86/x86/mpacpi.c

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