看板 DFBSD_commit 關於我們 聯絡資訊
commit 3e32463a96bef8b193120b7f7ed7b3ca73522c65 Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Sun Apr 17 12:39:19 2011 +0800 acpi: Skip \_SB_ and \_TZ_ only for devices. Obtained-from: FreeBSD (r214765 jkim@freebsd.org) Adjust a comment to clarify why \_SB_ and \_TZ_ are defined as device type in ACPICA. Reshuffle the code a bit to make sure this kludge only applies to these two specical cases and to make it cleaner. Summary of changes: sys/dev/acpica5/acpi.c | 23 +++++++++++------------ 1 files changed, 11 insertions(+), 12 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3e32463a96bef8b193120b7f7ed7b3ca73522c65 -- DragonFly BSD source repository