aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/legacy/gayle.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/legacy/gayle.c')
-rw-r--r--drivers/ide/legacy/gayle.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers/ide/legacy/gayle.c b/drivers/ide/legacy/gayle.c
index 53331ee1e957..705d0b8a3f5d 100644
--- a/drivers/ide/legacy/gayle.c
+++ b/drivers/ide/legacy/gayle.c
@@ -133,7 +133,6 @@ found:
133 ide_ack_intr_t *ack_intr; 133 ide_ack_intr_t *ack_intr;
134 hw_regs_t hw; 134 hw_regs_t hw;
135 ide_hwif_t *hwif; 135 ide_hwif_t *hwif;
136 int index;
137 unsigned long phys_base, res_start, res_n; 136 unsigned long phys_base, res_start, res_n;
138 137
139 if (a4000) { 138 if (a4000) {
@@ -165,8 +164,13 @@ found:
165// &gayle_iops, 164// &gayle_iops,
166 IRQ_AMIGA_PORTS); 165 IRQ_AMIGA_PORTS);
167 166
168 index = ide_register_hw(&hw, NULL, 1, &hwif); 167 hwif = ide_find_port(base);
169 if (index != -1) { 168 if (hwif) {
169 u8 index = hwif->index;
170
171 ide_init_port_data(hwif, index);
172 ide_init_port_hw(hwif, &hw);
173
170 hwif->mmio = 1; 174 hwif->mmio = 1;
171 switch (i) { 175 switch (i) {
172 case 0: 176 case 0: