07 Jan, 2009
1 commit
-
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: Darrick J. Wong
Signed-off-by: Jean Delvare
15 Aug, 2008
1 commit
-
Export the sensor -> channel/dimm mapping in tempX_label.
Signed-off-by: Darrick J. Wong
Cc: "Mark M. Hoffman"
Cc: Jean Delvare
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
25 May, 2008
1 commit
-
Minor rework to support the Intel 5400 chipset.
Signed-off-by: Darrick J. Wong
Cc: "Mark M. Hoffman"
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
08 Nov, 2007
2 commits
-
akpm objected to some of the macros, so convert them into functions.
Signed-off-by: Darrick J. Wong
Signed-off-by: Mark M. Hoffman -
New driver to read FB-DIMM temperature sensors on systems with the
Intel 5000 series chipsets.Signed-off-by: Darrick J. Wong
Signed-off-by: Mark M. Hoffman