| commit | 47cea9a2446c1078226f5a387f5afbf6ab6743c2 | [log] [tgz] |
|---|---|---|
| author | Nico Huber <nico.h@gmx.de> | Tue Jun 30 21:42:23 2026 +0200 |
| committer | Nico Huber <nico.h@gmx.de> | Fri Jul 17 18:07:04 2026 +0000 |
| tree | 0a763f3d16e36192d918117ea7af01876656ecc3 | |
| parent | 239dc807ca45f7f91efeeca86cfe1451963a940e [diff] [blame] |
scsilsi: Introduce new programmer driver for LSI SCSI adapters Supports up to 1MiB parallel flash, but needs external address buffers and is usually set up for less. Datasheet used: https://theretroweb.com/chip/documentation/lsi53c875-data-sheet-4-1-66a3b3913650d154581810.pdf Change-Id: I23291ae7c98ddd5cab48f96aa5e6a69788796d9b Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/529 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
diff --git a/programmer_table.c b/programmer_table.c index c4dd999..b4b8a4d 100644 --- a/programmer_table.c +++ b/programmer_table.c
@@ -48,6 +48,10 @@ &programmer_satasii, #endif +#if CONFIG_SCSILSI == 1 + &programmer_scsilsi, +#endif + #if CONFIG_ATAHPT == 1 &programmer_atahpt, #endif