Changeset 5387
- Timestamp:
- 11/18/08 13:23:00 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r5385 r5387 1 1 #!/usr/bin/perl -w 2 3 2 # 4 # sensors-detect - Detect PCI bus andchips3 # sensors-detect - Detect hardware monitoring chips 5 4 # Copyright (C) 1998 - 2002 Frodo Looijaard <frodol@dds.nl> 6 5 # Copyright (C) 2004 - 2008 Jean Delvare <khali@linux-fr.org> … … 21 20 # MA 02110-1301 USA. 22 21 # 23 24 # TODO: Better handling of chips with several addresses25 26 # A Perl wizard really ought to look upon this; the PCI and I2C stuff should27 # each be put in a separate file, using modules and packages. That is beyond28 # me.29 22 30 23 require 5.004;
