Commit e89b8b64 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add SCSI modules to Iyonix ROM image

Detail:
  Components/ROOL/Tungsten - Added RTSupport, SCSISwitch, SCSISoftUSB, SCSIFS, SCSIFiler and CDFSSoftSCSI to the Iyonix ROM image.
Admin:
  Tested in Iyonix ROM softload


Version 5.30. Tagged as 'BuildSys-5_30'
parent eb4ecbcd
......@@ -29,7 +29,6 @@ Econet -type EXP
DDT -type EXP
HostFS -type EXP
SCSIDriver -type EXP
SCSIFS -type EXP
PCCardFS -type EXP
PDriver -type EXP
PDumperDM -type EXP
......@@ -61,6 +60,7 @@ BufferManager
ColourTrans
Debugger
DeviceFS
RTSupport
USBDriver
EHCIDriver
OHCIDriver
......@@ -120,6 +120,10 @@ StringLib
Percussion
Filer_Action
DOSFS -options PCMCIA=TRUE
SCSISwitch
SCSISoftUSB
SCSIFS
SCSIFiler -options ASFLAGS="-PD \"SCSI SETL {TRUE}\""
ColourPicker
ScreenModes
DrawFile
......@@ -172,6 +176,7 @@ Gadgets
#
CDFSDriver
ATAPI
CDFSSoftSCSI
CDFS
CDFSFiler
......
/* (5.29)
/* (5.30)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.29
#define Module_MajorVersion_CMHG 5.30
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 06 Dec 2011
#define Module_Date_CMHG 07 Dec 2011
#define Module_MajorVersion "5.29"
#define Module_Version 529
#define Module_MajorVersion "5.30"
#define Module_Version 530
#define Module_MinorVersion ""
#define Module_Date "06 Dec 2011"
#define Module_Date "07 Dec 2011"
#define Module_ApplicationDate "06-Dec-11"
#define Module_ApplicationDate "07-Dec-11"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.29"
#define Module_HelpVersion "5.29 (06 Dec 2011)"
#define Module_LibraryVersionInfo "5:29"
#define Module_FullVersion "5.30"
#define Module_HelpVersion "5.30 (07 Dec 2011)"
#define Module_LibraryVersionInfo "5:30"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment