From 68720c7bed9294907dfc49c6f40b692947b52299 Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Sun, 17 May 2009 19:39:27 +0000 Subject: 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 Corresponding to flashrom svn r527. Signed-off-by: Rudolf Marek Acked-by: Uwe Hermann --- pcidev.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'pcidev.c') diff --git a/pcidev.c b/pcidev.c index 41b5f25..5dab83f 100644 --- a/pcidev.c +++ b/pcidev.c @@ -26,8 +26,6 @@ #include #include "flash.h" -#define PCI_IO_BASE_ADDRESS 0x10 - uint32_t io_base_addr; struct pci_access *pacc; struct pci_filter filter; -- cgit v1.1