From 5f80851c9aad291a567977c330d280c46922af4c Mon Sep 17 00:00:00 2001 From: Kevin Bracey <kbracey@gitlab.riscosopen.org> Date: Tue, 26 Oct 1999 09:49:27 +0000 Subject: [PATCH] Fixed typo that stopped original interrupt allocation builds from working. Version 5.04. Tagged as 'Kernel-5_04' --- VersionASM | 8 ++++---- VersionNum | 14 +++++++------- s/NewIRQs | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/VersionASM b/VersionASM index 8b195854..430343b0 100644 --- a/VersionASM +++ b/VersionASM @@ -6,9 +6,9 @@ GBLS Module_MinorVersion GBLS Module_Date GBLS Module_FullVersion -Module_MajorVersion SETS "5.03" -Module_Version SETA 503 +Module_MajorVersion SETS "5.04" +Module_Version SETA 504 Module_MinorVersion SETS "" -Module_Date SETS "25 Oct 1999" -Module_FullVersion SETS "5.03" +Module_Date SETS "26 Oct 1999" +Module_FullVersion SETS "5.04" END diff --git a/VersionNum b/VersionNum index 224d86bf..c1d736af 100644 --- a/VersionNum +++ b/VersionNum @@ -1,15 +1,15 @@ -/* (5.03) +/* (5.04) * * This file is automatically maintained by srccommit, do not edit manually. * */ -#define Module_MajorVersion_CMHG 5.03 +#define Module_MajorVersion_CMHG 5.04 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 25 Oct 1999 +#define Module_Date_CMHG 26 Oct 1999 -#define Module_MajorVersion "5.03" -#define Module_Version 503 +#define Module_MajorVersion "5.04" +#define Module_Version 504 #define Module_MinorVersion "" -#define Module_Date "25 Oct 1999" +#define Module_Date "26 Oct 1999" -#define Module_FullVersion "5.03" +#define Module_FullVersion "5.04" diff --git a/s/NewIRQs b/s/NewIRQs index f9d6c245..b7db99a0 100644 --- a/s/NewIRQs +++ b/s/NewIRQs @@ -600,8 +600,8 @@ IrqReqADev3 * 0 ASSERT IOMD_PrinterIRQ_DevNo = 0 ASSERT IOMD_FloppyIndex_DevNo = 2 -IrqReqAPrio2 * IOMDr_printer_IRQ_bit -IrqReqADev2 * IOMDr_PrinterIRQ_DevNo +IrqReqAPrio2 * IOMD_printer_IRQ_bit +IrqReqADev2 * IOMD_PrinterIRQ_DevNo IrqReqAPrio3 * IOMD_floppy_index_bit IrqReqADev3 * IOMD_FloppyIndex_DevNo -- GitLab