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
d4596a38
Commit
d4596a38
authored
25 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Added ComboClock14MHz switch - only supported by SMC669.
Version 4.91. Tagged as 'Kernel-4_91'
parent
fb297c9b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
12 deletions
+16
-12
VersionASM
VersionASM
+4
-4
VersionNum
VersionNum
+7
-7
s/PMF/osinit
s/PMF/osinit
+5
-1
No files found.
VersionASM
View file @
d4596a38
...
...
@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "4.9
0
"
Module_Version SETA 49
0
Module_MajorVersion SETS "4.9
1
"
Module_Version SETA 49
1
Module_MinorVersion SETS ""
Module_Date SETS "
29 Sep
1999"
Module_FullVersion SETS "4.9
0
"
Module_Date SETS "
01 Oct
1999"
Module_FullVersion SETS "4.9
1
"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
d4596a38
/* (4.9
0
)
/* (4.9
1
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 4.9
0
#define Module_MajorVersion_CMHG 4.9
1
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
29 Sep
1999
#define Module_Date_CMHG
01 Oct
1999
#define Module_MajorVersion "4.9
0
"
#define Module_Version 49
0
#define Module_MajorVersion "4.9
1
"
#define Module_Version 49
1
#define Module_MinorVersion ""
#define Module_Date "
29 Sep
1999"
#define Module_Date "
01 Oct
1999"
#define Module_FullVersion "4.9
0
"
#define Module_FullVersion "4.9
1
"
This diff is collapsed.
Click to expand it.
s/PMF/osinit
View file @
d4596a38
...
...
@@ -1206,7 +1206,11 @@ ConfigSMC669Table
; DCB &0B, 0 ; floppy data rates (default)
; DCB &0C, 0 ; UART2 & UART1 standard speed, UART2 standard mode,
; UART2 full duplex, XMIT active hi, RCV active hi (default)
DCB
&10
,
2_01000000
; 24MHz input to PLL (*not* default)
[
ComboClock14MHz
; DCB &10, 2_00000000 ; 14.318MHz input to PLL (default)
|
DCB
&10
,
2_01000000
; 24MHz input to PLL
]
; DCB &1E, &80 ; GAMECS disabled (default)
; DCB &1F, 0 ; floppy drive types (default)
DCB
&20
,
&FC
; FDC@3F0-7
...
...
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