Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
Sources
Kernel
Commits
9eefa962
Commit
9eefa962
authored
25 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
OS_ReadSysInfo 3 was incorrectly reporting a 37C665 as a 37C669.
Version 5.06. Tagged as 'Kernel-5_06'
parent
4d2ecce4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
14 deletions
+16
-14
VersionASM
VersionASM
+4
-4
VersionNum
VersionNum
+7
-7
s/PMF/osinit
s/PMF/osinit
+5
-3
No files found.
VersionASM
View file @
9eefa962
...
...
@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "5.0
5
"
Module_Version SETA 50
5
Module_MajorVersion SETS "5.0
6
"
Module_Version SETA 50
6
Module_MinorVersion SETS ""
Module_Date SETS "
29 Oct
1999"
Module_FullVersion SETS "5.0
5
"
Module_Date SETS "
01 Nov
1999"
Module_FullVersion SETS "5.0
6
"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
9eefa962
/* (5.0
5
)
/* (5.0
6
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 5.0
5
#define Module_MajorVersion_CMHG 5.0
6
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
29 Oct
1999
#define Module_Date_CMHG
01 Nov
1999
#define Module_MajorVersion "5.0
5
"
#define Module_Version 50
5
#define Module_MajorVersion "5.0
6
"
#define Module_Version 50
6
#define Module_MinorVersion ""
#define Module_Date "
29 Oct
1999"
#define Module_Date "
01 Nov
1999"
#define Module_FullVersion "5.0
5
"
#define Module_FullVersion "5.0
6
"
This diff is collapsed.
Click to expand it.
s/PMF/osinit
View file @
9eefa962
...
...
@@ -1130,7 +1130,7 @@ ConfigureCombo ENTRY "r0-r2"
STRNEB
lr
,
[
r2
,
#
SMC_data
-
SMC_CSR
]
; and write it
BNE
%BT20
MOV
r1
,
#
IOST_37C669
LDRB
r1
,
[
r1
]
; pull chip ID out of table
; Record type of chip found
30
...
...
@@ -1169,7 +1169,8 @@ ConfigSMC665Table
; UART2 full duplex, XMIT active hi, RCV active hi (default)
DCB
&00
,
2_10111011
; Valid config, OSC & BR on, FDC enabled & powered,
; IDE AT & enabled
DCB
SMC_endconfig
,
0
; Exit config mode
DCB
SMC_endconfig
; Exit config mode
DCB
IOST_37C665
; Handy place to keep ID
ConfigSMC669Table
DCB
&01
,
2_10010100
; Enable config, // is extended, // is powered
...
...
@@ -1205,7 +1206,8 @@ ConfigSMC669Table
DCB
&28
,
2_01000011
; UART1 uses IRQ_D, UART2 uses IRQ_C
DCB
&29
,
0
; IRQIN does not use any IRQ_x (default)
DCB
&00
,
2_10001010
; Valid config, FDC powered, IDE enabled
DCB
SMC_endconfig
,
0
; Exit config mode
DCB
SMC_endconfig
; Exit config mode
DCB
IOST_37C669
ConfigUMC8669Table
DCB
UMC_config
,
&C0
,
2_00111110
; IR full-duplex, games off, IDE on,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment