i7core_edac: Probe on Xeons eariler
authorKeith Mannthey <kmannth@us.ibm.com>
Thu, 3 Sep 2009 03:05:05 +0000 (00:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 10 May 2010 14:44:57 +0000 (11:44 -0300)
commitbc2d7245ff1c5466c877a0c32a7ec9563187a032
tree861d83fdfc710a9cb6d5e0d785367934080c645f
parent14d2c08343eecd13f6c6ec232c98b16762b97924
i7core_edac: Probe on Xeons eariler

On the Xeon 55XX series cpus the pci deives are not exposed via acpi so
we much explicitly probe them to make the usable as a Linux PCI device.

This moves the detection of this state to before pci_register_driver is
called.  Its present position was not working on my systems, the driver
would complain about not finding a specific device.

This patch allows the driver to load on my systems.

Signed-off-by: Keith Mannthey <kmannth@us.ibm.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/edac/i7core_edac.c
This page took 0.026415 seconds and 5 git commands to generate.