FreeCalypso > hg > freecalypso-tools
changeset 980:0a4d19aab608
PL129N lock-state cosmetic: 256 KiB blocks are single sectors
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 02 Dec 2023 04:31:58 +0000 |
parents | c5133c3c11b1 |
children | f21798eb13cf |
files | loadtools/fldevs.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/loadtools/fldevs.c Sat Dec 02 04:21:59 2023 +0000 +++ b/loadtools/fldevs.c Sat Dec 02 04:31:58 2023 +0000 @@ -554,8 +554,8 @@ .ngroups = 3, .groups = { {0x10000, 4, 0, 1, 0}, - {0x40000, 7, 1, 0, 1}, - {0x40000, 24, 1, 1, 1}}, + {0x40000, 7, 0, 0, 1}, + {0x40000, 24, 0, 1, 1}}, .have_status_word_3 = 1, .have_pln_lock_reg = 1, }; @@ -563,8 +563,8 @@ static struct amd_lock_info PL129N_lock_info_1 = { .ngroups = 3, .groups = { - {0x40000, 24, 1, 1, 1}, - {0x40000, 7, 1, 1, 0}, + {0x40000, 24, 0, 1, 1}, + {0x40000, 7, 0, 1, 0}, {0x10000, 4, 0, 0, 1}}, .have_status_word_3 = 1, };