Changeset 2907
- Timestamp:
- 02/14/05 00:04:54 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r2906 r2907 4744 4744 4745 4745 my ($chip,$detection,$nr,$i,@optionlist,@probelist,$driver,$isa,$adap); 4746 my $bmcsensors = 0; 4746 4747 my @adapters; 4747 4748 my $modprobes = ""; … … 4785 4786 $isa=1; 4786 4787 } 4788 if ($chip->{driver} eq "bmcsensors") { 4789 $bmcsensors=1; 4790 } 4787 4791 } 4788 4792 } … … 4805 4809 } 4806 4810 $modprobes .= "modprobe i2c-isa\n" if ($isa); 4811 if ($bmcsensors) { 4812 $modprobes .= "# You must also install and load the IPMI modules\n"; 4813 $modprobes .= "modprobe i2c-ipmi\n"; 4814 } 4807 4815 4808 4816 # Now determine the chip probe lines
