1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 14:33:18 +02:00

Move global io_base_addr into compilation units

Corresponding to flashrom svn r1813.

Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Stefan Tauner
2014-06-01 23:49:03 +00:00
parent 72d42f87a9
commit 0ccec8f212
10 changed files with 10 additions and 7 deletions

View File

@ -33,6 +33,8 @@
#define PCI_VENDOR_ID_HPT 0x1103
static uint32_t io_base_addr = 0;
const struct dev_entry ata_hpt[] = {
{0x1103, 0x0004, NT, "Highpoint", "HPT366/368/370/370A/372/372N"},
{0x1103, 0x0005, NT, "Highpoint", "HPT372A/372N"},