diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-01-15 00:06:33 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-01-16 12:03:19 -0500 |
commit | 707d2168f528d3aeafc439331669edb3d02260a5 (patch) | |
tree | 2a30147da28fd1e84b16b0a662c83384bc9f95e7 /vgasrc/geodevga.h | |
parent | 69b01cbdb3a1644dc9a8a56e5564339f91b789ab (diff) | |
download | seabios-707d2168f528d3aeafc439331669edb3d02260a5.tar.gz |
vgabios: Use regular pci_config_readl func in geode code.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/geodevga.h')
-rw-r--r-- | vgasrc/geodevga.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vgasrc/geodevga.h b/vgasrc/geodevga.h index ec019a43..fd7ce432 100644 --- a/vgasrc/geodevga.h +++ b/vgasrc/geodevga.h @@ -26,12 +26,6 @@ #define OEM_BAR2 0x58 #define OEM_BAR3 0x5C -#define GEODE_PCI_ADDR 0x80000900 -#define GEODE_PCI_CMD (GEODE_PCI_ADDR + 0x04) -#define GEODE_PCI_FB (GEODE_PCI_ADDR + 0x10) -#define GEODE_PCI_DC (GEODE_PCI_ADDR + 0x18) -#define GEODE_PCI_VP (GEODE_PCI_ADDR + 0x1c) - #define DC_LOCK_LOCK 0x00000000 #define DC_LOCK_UNLOCK 0x00004758 |