Re: NForce2, Ross Dickson's timer patch on 2.6.1
From: Prakash K. Cheemplavam
Date: Thu Jan 15 2004 - 19:04:08 EST
But, there might be more to it. I had forgotten up until now, but I am
using this code in my /etc/conf.d/local.start :
setpci -v -H1 -s 0:0.0 6F=$(printf %x $((0x$(setpci -H1 -s 0:0.0 6F) |
0x10)))
and this one in /etc/conf.d/local.stop :
setpci -v -H1 -s 0:0.0 6F=$(printf %x $((0x$(setpci -H1 -s 0:0.0 6F) &
0xef)))
I got these codes from
http://www.tldp.org/HOWTO/Athlon-Powersaving-HOWTO/approaches.html#commandline
Well you are putting disconnect to "on" on boot and "off" on shutdown,
if I am not mistaken. The quirk wanted to take it turn it off on boot
time, so strange it lead to locking to you. I have locking problems
intorduced with 2.6.1 mm line. Trying to find out, what is the case...
I haven't tried Ross' patches, btw.
Prakash
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/