PM72 works also on PowerMac7,3
Andreas Schwab
schwab at suse.de
Sun Oct 3 21:59:47 EST 2004
The therm_pm72 driver appears to work fine on the PowerMac7,3.
Andreas.
Signed-off-by: Andreas Schwab <schwab at suse.de>
--- linux-2.6/drivers/macintosh/therm_pm72.c.~1~ 2004-08-19 11:31:30.000000000 +0200
+++ linux-2.6/drivers/macintosh/therm_pm72.c 2004-10-03 13:55:22.361631501 +0200
@@ -1301,7 +1301,8 @@ static int __init therm_pm72_init(void)
{
struct device_node *np;
- if (!machine_is_compatible("PowerMac7,2"))
+ if (!machine_is_compatible("PowerMac7,2") &&
+ !machine_is_compatible("PowerMac7,3"))
return -ENODEV;
printk(KERN_INFO "PowerMac G5 Thermal control driver %s\n", VERSION);
--
Andreas Schwab, SuSE Labs, schwab at suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
More information about the Linuxppc64-dev
mailing list