- 22 Jun, 2020 1 commit
-
-
Jeffrey Lee authored
A fix from André Timmermans: ------------- CD_SCSIUserOp is not working because of a bug in the SWI dispatch code. In this code R11 is converted from a SWI offset nr into a softloadable driver opcode but when later the code checks if the driver implements the opcode or if it must call a local default implementation it compares R11 against SWI offset numbers (minus 1) instead of the driver opcodes. Per chance the number matches for the other opcodes but not for SCSIUserOp and so the softloadable driver is always called in this case even when there is no implementation for the opcode (like in CDFSSoftSCSI). Here is a patch to fix this. ------------- Tested on BB-xM, fixes CD_SCSIUserOp not working with CDFSSoftSCSI. Fixes https://www.riscosopen.org/tracker/tickets/491 Version 2.42. Tagged as 'CDFSDriver-2_42'
-
- 22 Nov, 2002 1 commit
-
-
Ben Avison authored
Version 2.38. Tagged as 'CDFSDriver-2_38'
-
- 06 Nov, 2002 1 commit
-
-
Ben Avison authored
Detail: * Merged in RISCOS Ltd change: module no longer fails to intialise if no CDROMs are configured. This, along with their equivalent change in CDFS, allows the number of CDROMs to be configured up from 0 from the command line * Moved resources here from CDFSResources - allows tokenisation * Uses objasm and shared makefiles * 32-bit compatible Admin: Not tested. Version 2.37. Tagged as 'CDFSDriver-2_37'
-
- 07 Dec, 2000 1 commit
-
-
John Beranek authored
Detail: Replaced GRABS and GRAB with Pull, and STASH with Push. Admin: Built. Version 2.36. Tagged as 'CDFSDriver-2_36'
-
- 05 Nov, 1996 1 commit
-
-
Neil Turton authored
-