summaryrefslogtreecommitdiff
path: root/doc/progs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/progs')
-rw-r--r--doc/progs5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/progs b/doc/progs
index a85d1444..8b31e4f2 100644
--- a/doc/progs
+++ b/doc/progs
@@ -7,6 +7,11 @@ this package.
file. It read /proc/bus/i2c (or the file specified on the command-line),
and prints to stdout `bus' statements reflecting the currently detected
adapters.
+* prog/dump/isadump (written in C, not installed)
+ This program helps to dump the registers of LM78-like chips, or more
+ exactly, chips which use an I/O-port for its address and one as its
+ data register. Usual syntax:
+ ./isadump 0x295 0x296
* prog/eeprom/decode-dimms.pl (written in Perl 5, not installed)
This program decodes the information generated by the `eeprom.o' module.
It will only work for the installed eeprom module from the src/ directory,