Changeset 269
- Timestamp:
- 02/24/99 01:28:05 (10 years ago)
- Files:
-
- lm-sensors/trunk/TODO (modified) (2 diffs)
- lm-sensors/trunk/prog/detect/detect.pl (modified) (1 diff)
- lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/TODO
r255 r269 2 2 3 3 * bit-lp increases module count stupidly 4 * Segfault if too high /dev/i2c-* file accessed 4 5 * Library: reload does not work (Bison/Flex problem?) 5 6 * Create wait-queues for bus locking instead of pure semaphores, to make … … 34 35 present, the LM75 driver should not try to access its simulated 35 36 LM75 chips. 36 * Write a userland detection program for busses (clients are less important;37 but perhaps needed too).38 37 * Some library routines are pretty inefficient right now 39 38 * Test SIS5595(/91/98) sensor support. Write generic i2c support. 40 39 Thomas Dickel <Thomas.Dickel@mni.fh-giessen.de> owns one SIS5595. 41 40 The sensor data must be added to lib/chips 42 * Extend detect script to detect chips too.lm-sensors/trunk/prog/detect/detect.pl
r268 r269 1461 1461 if ($is_isa) { 1462 1462 if ($data->{isa_addr}) { 1463 printf "ISA bus address 0x%04x", $data->{isa_addr}; 1463 printf "ISA bus address 0x%04x (Busdriver `i2c-isa')", 1464 $data->{isa_addr}; 1464 1465 } else { 1465 printf "ISA bus, undetermined address "1466 printf "ISA bus, undetermined address (Busdriver `i2c-isa')" 1466 1467 } 1467 1468 } lm-sensors/trunk/prog/detect/sensors-detect
r268 r269 1461 1461 if ($is_isa) { 1462 1462 if ($data->{isa_addr}) { 1463 printf "ISA bus address 0x%04x", $data->{isa_addr}; 1463 printf "ISA bus address 0x%04x (Busdriver `i2c-isa')", 1464 $data->{isa_addr}; 1464 1465 } else { 1465 printf "ISA bus, undetermined address "1466 printf "ISA bus, undetermined address (Busdriver `i2c-isa')" 1466 1467 } 1467 1468 }
