1ISADUMP(8)                  System Manager's Manual                 ISADUMP(8)
2
3
4

NAME

6       isadump - examine ISA registers
7
8

SYNOPSIS

10       isadump  [-y] [-k V1,V2...]  addrreg datareg [bank [bankreg]] #for I2C-
11       like access
12       isadump [-y] -f address [range  [bank  [bankreg]]]  #for  flat  address
13       space
14
15

DESCRIPTION

17       isadump  is a small helper program to examine registers visible through
18       the ISA bus. It is intended to probe any chip that lives on the ISA bus
19       working  with an address register and a data register (I2C-like access)
20       or a flat range (of up to 256 bytes).
21
22

OPTIONS

24       -f     Enable flat address space mode.
25
26       -y     Disable interactive mode. By default, isadump will  wait  for  a
27              confirmation from the user before messing with the ISA bus. When
28              this flag is used, it will perform the operation directly.  This
29              is mainly meant to be used in scripts.
30
31       -k V1,V2...
32              Specify  a  comma-separated  list  of  bytes  to send as the key
33              sequence to enter the chip configuration  mode.  Most  Super-I/O
34              chips  need  this.  Known key sequences are: 0x87,0x01,0x55,0x55
35              for ITE, 0x55 for SMSC, 0x87,0x87  for  Winbond  and  VIA,  none
36              needed for National Semiconductor.
37
38

OPTIONS (I2C-like access mode)

40       At  least two options must be provided to isadump. addrreg contains the
41       ISA address of the address register for the chip to probe; datareg con‐
42       tains  the  address  of  the data register. Both addresses are integers
43       between 0x0000 and 0x3FFF. Usually,  if  the  chip's  base  address  is
44       0x0nn0,  the  address register is at 0x0nn5 and the data register is at
45       0x0nn6. The most common base address for hardware monitoring  chips  is
46       0x0290.
47
48       For  Super-I/O  chips,  address register is typically at 0x2E with data
49       register at 0x2F.
50
51       The bank and bankreg parameters are useful on the Winbond chips as well
52       as  on  Super-I/O  chips.   bank  is  an  integer between 0 and 31, and
53       bankreg is an integer between 0x00 and 0xFF (default  value:  0x4E  for
54       Winbond  chips,  0x07  for  Super-I/O chips). The W83781D datasheet has
55       more information on bank selection.
56
57

OPTIONS (flat address space mode)

59       In flat mode, only one parameter is mandatory. address contains the ISA
60       address  of  the  chip  to  probe;  it is an integer between 0x0000 and
61       0xFFFF.  If provided, range is how many bytes should be read (must be a
62       multiple  of 16). If the range isn't provided, it defaults to 256 bytes
63       and the address is forcibly aligned on a 256-byte boundary.
64
65       The bank and bankreg parameters are useful on the National  Semiconduc‐
66       tor  PC87365 and PC87366 Super-I/O chips.  bank is an integer between 0
67       and 31, and bankreg is an integer between 0x00 and 0xFF (default value:
68       0x09;  must  fit in the specified range). See the PC87365 datasheet for
69       more information on bank selection.
70
71

NOTES

73       If no bank is specified, no bank change operation is performed.
74
75       If a bank is specified, the original value is restored  before  isadump
76       exits.
77
78       Dumping  Super-I/O  chips  is  typically a two-step process. First, you
79       will have to access the main Super-I/O address using  a  command  like:
80       isadump  0x2e  0x2f  0x09.   This will select logical device 9 (correct
81       value depend on the chip). At 0x60 you will  find  the  logical  device
82       address  word,  for  example "ec c0".  Then you can use a command like:
83       isadump -f 0xecc0 16.  This will dump the logical device registers. The
84       correct range depends on the chip.
85
86

WARNING

88       Poking  around in ISA data space is extremely dangerous.  Running isad‐
89       ump with random parameters can cause system  crashes,  data  loss,  and
90       worse!  Be extremely careful when using this program.
91
92

SEE ALSO

94       i2cdump(8), isaset(8)
95
96

AUTHOR

98       Frodo   Looijaard,   Mark  D.  Studebaker,  and  the  lm_sensors  group
99       (http://www.lm-sensors.org/)
100
101       This  manual  page   was   originally   written   by   David   Z   Maze
102       <dmaze@debian.org>  for  the  Debian  GNU/Linux  system.  It  was  then
103       reviewed and augmented by the lm_sensors team and is now  part  of  the
104       lm_sensors source distribution.
105
106
107
108                                  August 2004                       ISADUMP(8)
Impressum