From ffdd3e6438a1f25c3bb1362b90009fc4002a1ad5 Mon Sep 17 00:00:00 2001 From: uwe Date: Wed, 2 Sep 2009 23:00:46 +0000 Subject: 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. Signed-off-by: TURBO J Acked-by: Uwe Hermann git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@712 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- satasii.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'satasii.c') 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)) { -- cgit v1.2.1