Commit 2f950ae5 authored by Neil Bingham's avatar Neil Bingham
Browse files

Patch to s/PMF/osinit to support FastNC

Detail:
  FastNC has different serial init to all other boxes.
Admin:
  Tested on FastNC using Products/Ursula rev 1.196 as a base build.


Version 5.46, 4.90.2.1. Tagged as 'Kernel-5_46-4_90_2_1'
parent 6c8919c5
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.62.
; Last processed by srccommit version: 1.64.
;
GBLS Module_MajorVersion
GBLA Module_Version
......@@ -14,12 +14,12 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.46"
Module_Version SETA 546
Module_MinorVersion SETS ""
Module_Date SETS "08 Apr 2002"
Module_ApplicationDate2 SETS "08-Apr-02"
Module_ApplicationDate4 SETS "08-Apr-2002"
Module_MinorVersion SETS "4.90.2.1"
Module_Date SETS "25 Jul 2002"
Module_ApplicationDate2 SETS "25-Jul-02"
Module_ApplicationDate4 SETS "25-Jul-2002"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.46"
Module_HelpVersion SETS "5.46 (08 Apr 2002)"
Module_FullVersion SETS "5.46 (4.90.2.1)"
Module_HelpVersion SETS "5.46 (25 Jul 2002) 4.90.2.1"
END
/* (5.46)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.62.
* Last processed by srccommit version: 1.64.
*
*/
#define Module_MajorVersion_CMHG 5.46
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 08 Apr 2002
#define Module_MinorVersion_CMHG 4.90.2.1
#define Module_Date_CMHG 25 Jul 2002
#define Module_MajorVersion "5.46"
#define Module_Version 546
#define Module_MinorVersion ""
#define Module_Date "08 Apr 2002"
#define Module_MinorVersion "4.90.2.1"
#define Module_Date "25 Jul 2002"
#define Module_ApplicationDate2 "08-Apr-02"
#define Module_ApplicationDate4 "08-Apr-2002"
#define Module_ApplicationDate2 "25-Jul-02"
#define Module_ApplicationDate4 "25-Jul-2002"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "RiscOS/Sources/Kernel"
#define Module_FullVersion "5.46"
#define Module_HelpVersion "5.46 (08 Apr 2002)"
#define Module_FullVersion "5.46 (4.90.2.1)"
#define Module_HelpVersion "5.46 (25 Jul 2002) 4.90.2.1"
#define Module_LibraryVersionInfo "5:46"
......@@ -1257,7 +1257,7 @@ Configure37C665 ENTRY "r0,r1"
MOV lr, #&0D ; Check for SMC 665
STRB lr, [r0, #CRI711Off]
LDRB lr, [r0, #CAP711Off]
TEQ lr, #&65
TEQ lr, #&AA ; 'AA' value on FastNC. '65' on everything else :-(
MOVNE r1, #0 ;NE: not a SMC 665 this should never happen
BNE %FT30 ;NE: on a RiscPC, Kryten or Stork
......
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