acpi: Skip \_SB_ and \_TZ_ only for devices.
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 17 Apr 2011 04:39:19 +0000 (12:39 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 17 Apr 2011 04:41:29 +0000 (12:41 +0800)
commit3e32463a96bef8b193120b7f7ed7b3ca73522c65
treedd5f84121a0a4bc7bd46c6a9bbc2b8dcdc5e337b
parentb3af53387ad0c37402fc134bc10f9199bc535d7b
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.
sys/dev/acpica5/acpi.c