Skip to content
Commit 6e31eb2b authored by Darrick J. Wong's avatar Darrick J. Wong Committed by Jean Delvare
Browse files

hwmon: (i5k_amb) Load automatically on all 5000/5400 chipsets



It turns out that we cannot create a pci_driver in this driver because PCI will
not call this module's probe function if the i5000-edac driver is already
loaded.  That said, we only want one value (AMBASE) from the PCI config space.
Neither driver alters this value, so it's safe to read it.  However, we still
want the module aliases, so provide that.

Signed-off-by: default avatarDarrick J. Wong <djwong@us.ibm.com>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent b4da93e4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment