summaryrefslogtreecommitdiff
path: root/pcidev.c
diff options
context:
space:
mode:
authorruik <ruik@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-05-17 19:39:27 +0000
committerruik <ruik@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-05-17 19:39:27 +0000
commit608007ee0525d7d97a73b90226f9d912176e1cd0 (patch)
tree6c429d105f1c3a0901af2770065c1ed0e9f72c71 /pcidev.c
parent3583998b6d6ce0d6524510a4f145c22b21aa3ebf (diff)
downloadflashrom-608007ee0525d7d97a73b90226f9d912176e1cd0.tar.gz
This patch adds support for BIOS flashing on the all SiliconImage SATA
controllers. It was easy because 1) flashrom has now nice API 2) documentation is public on the web site Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@527 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'pcidev.c')
-rw-r--r--pcidev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pcidev.c b/pcidev.c
index 41b5f25..5dab83f 100644
--- a/pcidev.c
+++ b/pcidev.c
@@ -26,8 +26,6 @@
#include <errno.h>
#include "flash.h"
-#define PCI_IO_BASE_ADDRESS 0x10
-
uint32_t io_base_addr;
struct pci_access *pacc;
struct pci_filter filter;