Skip to content

Commit 3536764

Browse files
committed
Minor fix in probe.c + sagasd.device version set to 2.7 (not 2.70)
1 parent 4831c94 commit 3536764

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

arch/m68k-amiga/boot/romlog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Idx Name Size VMA LMA File off Algn
2-
0 .rom 00078cd4 00f80000 00f80000 0007c000 2**2
3-
1 .ext 0007845e 00e00000 00e00000 00002000 2**2
2+
0 .rom 0007e76c 00f80000 00f80000 00080000 2**2
3+
1 .ext 0007dd7e 00e00000 00e00000 00002000 2**2

arch/m68k-amiga/devs/sagasd/sagasd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##begin config
22
basename SAGASD
3-
version 2.60
3+
version 2.7
44
libbasetype struct SAGASDBase
55
sysbase_field sd_ExecBase
66
seglist_field sd_SegList

arch/m68k-amiga/hidd/gayle_ata/probe.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,10 @@ static int gayle_bus_Scan(struct ataBase *base)
212212
if (bus)
213213
{
214214
DINIT(bug("[ATA:Probe] Added: %s\n", attrs[1].ti_Data);)
215+
} else {
216+
DERROR(bug("[ATA:Probe] Failed to create object for device IO: %x:%x IRQ: %x\n", probedbus->port, probedbus->altport, probedbus->gayleirqbase);)
215217
}
216-
DERROR(bug("[ATA:Probe] Failed to create object for device IO: %x:%x IRQ: %x\n", probedbus->port, probedbus->altport, probedbus->gayleirqbase);)
218+
217219
if (!probedbus->atapb_Node.ln_Succ) FreeVec(probedbus);
218220
}
219221
}

0 commit comments

Comments
 (0)