The NetBSD Project

CVS log for src/sys/dev/acpi/acpi.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / dev / acpi

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: netbsd-6-1-3-RELEASE


Revision 1.252.6.1 / (download) - annotate - [select for diffs], Thu Nov 22 00:39:00 2012 UTC (11 years, 4 months ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1
Changes since 1.252: +21 -20 lines
Diff to previous 1.252 (colored) next main 1.253 (colored)

Pull up following revision(s) (requested by chs in ticket #683):
	sys/arch/ia64/include/acpi_machdep.h: revision 1.6
	sys/arch/x86/include/acpi_machdep.h: revision 1.11
	sys/dev/acpi/acpi.c: revision 1.255
	sys/arch/x86/acpi/acpi_machdep.c: revision 1.4
	sys/arch/x86/x86/mpacpi.c: revision 1.95
	sys/arch/x86/x86/mpacpi.c: revision 1.96
	sys/arch/ia64/acpi/acpi_machdep.c: revision 1.6
locate PCI buses and determine their bus numbers using the info
previously extracted from ACPICA rather than trying to figure it out again.
allow PCI buses that don't have a _PRT method.
as a workaround for PR 47016, call ioapic_reenable() at the end of
ACPI interrupt routing to fix the settings for the SCI interrupt.
the problem is that after my recent changes, the SCI handler is
installed before the MADT info is parsed, so we don't know what
polarity it should have.  the real fix for this will be to rearrange
the ACPI initialization so that everything is done in a more sensible
order, but that will take some more time.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>