mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
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
This commit is contained in:
@@ -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?!?";
|
||||
|
Reference in New Issue
Block a user