mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
cxgbe(4): Skip a few more T5/T6 registers during a regdump.
These registers have read side effects and a read at just the right
(wrong?) time can trash some internal hw state.
Obtained from: Chelsio Communications
Sponsored by: Chelsio Communications
(cherry picked from commit f13920b39b)
This commit is contained in:
parent
bcb2da3a62
commit
0ab62c8aba
1 changed files with 4 additions and 2 deletions
|
|
@ -1373,7 +1373,8 @@ void t4_get_regs(struct adapter *adap, u8 *buf, size_t buf_size)
|
|||
0xdfc0, 0xdfe0,
|
||||
0xe000, 0x1106c,
|
||||
0x11074, 0x11088,
|
||||
0x1109c, 0x1117c,
|
||||
0x1109c, 0x11110,
|
||||
0x11118, 0x1117c,
|
||||
0x11190, 0x11204,
|
||||
0x19040, 0x1906c,
|
||||
0x19078, 0x19080,
|
||||
|
|
@ -2082,7 +2083,8 @@ void t4_get_regs(struct adapter *adap, u8 *buf, size_t buf_size)
|
|||
0x1190, 0x1194,
|
||||
0x11a0, 0x11a4,
|
||||
0x11b0, 0x11c4,
|
||||
0x11fc, 0x1274,
|
||||
0x11fc, 0x123c,
|
||||
0x1254, 0x1274,
|
||||
0x1280, 0x133c,
|
||||
0x1800, 0x18fc,
|
||||
0x3000, 0x302c,
|
||||
|
|
|
|||
Loading…
Reference in a new issue