]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] PCI: fix ICH6 quirks
authorDaniel Ritz <daniel.ritz-ml@swissonline.ch>
Tue, 22 Aug 2006 14:29:10 +0000 (07:29 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 26 Aug 2006 20:05:45 +0000 (13:05 -0700)
commit65ae4dddbb56c7415c31e9aae0b3811cb583bbea
tree86a3a3c30fa8ea45538458cc907e9979a1b2e13e
parentfd4dc27cff15f77cde218613baa36b855c85ad9f
[PATCH] PCI: fix ICH6 quirks

- add the ICH6(R) LPC to the ICH6 ACPI quirks.  currently only the ICH6-M
  is handled.  [ PCI_DEVICE_ID_INTEL_ICH6_1 is the ICH6-M LPC, ICH6_0 is
  the ICH6(R) ]

- remove the wrong quirk calling asus_hides_smbus_lpc() for ICH6.  the
  register modified in asus_hides_smbus_lpc() has a different meaning in
  ICH6.

Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/quirks.c