summaryrefslogtreecommitdiffstats
path: root/satasii.c
diff options
context:
space:
mode:
authorTURBO J <turboj@gmx.de>2009-09-02 23:00:46 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-09-02 23:00:46 +0000
commitb0912c0adbe3d46bc49babe8c22388da7230d473 (patch)
tree6329f60d35e478942631b8f210b288e67dd96926 /satasii.c
parent04aa59a8645510f212fc6a270b48a883f3d00fa5 (diff)
downloadast2050-flashrom-b0912c0adbe3d46bc49babe8c22388da7230d473.zip
ast2050-flashrom-b0912c0adbe3d46bc49babe8c22388da7230d473.tar.gz
Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices
The vendor sold different designs under that name, the patch works with the one that has an Actel FPGA as PCI-to-Flash bridge. The Flash chip is a "Macronix MX29F001B" (128 KB, parallel) soldered directly to the PCB. Flash operations (PROBE, READ, ERASE, WRITE) work as expected. Corresponding to flashrom svn r712. Signed-off-by: TURBO J <turboj@gmx.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'satasii.c')
-rw-r--r--satasii.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/satasii.c b/satasii.c
index 2564436..79d4325 100644
--- a/satasii.c
+++ b/satasii.c
@@ -47,7 +47,8 @@ int satasii_init(void)
get_io_perms();
- pcidev_init(PCI_VENDOR_ID_SII, satas_sii, programmer_param);
+ pcidev_init(PCI_VENDOR_ID_SII, PCI_BASE_ADDRESS_0, satas_sii,
+ programmer_param);
id = pcidev_dev->device_id;
if ((id == 0x3132) || (id == 0x3124)) {
OpenPOWER on IntegriCloud