aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hw/ata.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/hw/ata.h b/src/hw/ata.h
index dff209a..36c333d 100644
--- a/src/hw/ata.h
+++ b/src/hw/ata.h
@@ -29,18 +29,10 @@ int ata_process_op(struct disk_op_s *op);
int ata_atapi_process_op(struct disk_op_s *op);
void ata_setup(void);
-#if CONFIG_X86
#define PORT_ATA2_CMD_BASE 0x0170
#define PORT_ATA1_CMD_BASE 0x01f0
#define PORT_ATA2_CTRL_BASE 0x0374
#define PORT_ATA1_CTRL_BASE 0x03f4
-#elif CONFIG_PARISC
-#include "parisc/hppa_hardware.h"
-#define PORT_ATA2_CMD_BASE (IDE_HPA+0x0170)
-#define PORT_ATA1_CMD_BASE (IDE_HPA+0x01f0)
-#define PORT_ATA2_CTRL_BASE (IDE_HPA+0x0374)
-#define PORT_ATA1_CTRL_BASE (IDE_HPA+0x03f4)
-#endif
// Global defines -- ATA register and register bits.
// command block & control block regs