summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrodo <frodo@7894878c-1315-0410-8ee3-d5d059ff63e0>1999-04-22 13:08:59 +0000
committerfrodo <frodo@7894878c-1315-0410-8ee3-d5d059ff63e0>1999-04-22 13:08:59 +0000
commitb625ecdb3088cd58e6cd4c30d5be31878b24258c (patch)
treea00f3fd2fd2ea9fa339f254d16ea9e6154e5ce39
parent49b5195c7cf22e8783cf4ed6eac6f23fe5d114cd (diff)
downloadlm-sensors-b625ecdb3088cd58e6cd4c30d5be31878b24258c.tar.gz
Added warning about addresses 0x69 and 0x6a on the PIIX4 before
probing it for connected chips. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@410 7894878c-1315-0410-8ee3-d5d059ff63e0
-rwxr-xr-xprog/detect/sensors-detect6
1 files changed, 4 insertions, 2 deletions
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 859f0d7d..27ea2751 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -1687,10 +1687,12 @@ sub main
"hang halfway\n",
" through; we can't really help that. Also, some chips will be double ",
"detected;\n",
- " choose the one with the highest confidence value in that case.\n",
+ " we choose the one with the highest confidence value in that case.\n",
" If you found that the adapter hung after probing a certain address, ",
"you can\n",
- " specify that address to remain unprobed.\n";
+ " specify that address to remain unprobed. If you have a PIIX4, that ",
+ "often\n",
+ " includes addresses 0x69 and/or 0x6a.\n";
my ($inp,@not_to_scan,$inp2);
open INPUTFILE,"/proc/bus/i2c" or die "Couldn't open /proc/bus/i2c?!?";