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
Ben Avison
Kernel
Commits
15d157ef
Commit
15d157ef
authored
25 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Was using flags=2 to get PortManager to turn off outputs instead of flags=1.
Version 4.99. Tagged as 'Kernel-4_99'
parent
d90f1632
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
VersionASM
VersionASM
+4
-4
VersionNum
VersionNum
+7
-7
s/vdu/vdudriver
s/vdu/vdudriver
+2
-2
No files found.
VersionASM
View file @
15d157ef
...
...
@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "4.9
8
"
Module_Version SETA 49
8
Module_MajorVersion SETS "4.9
9
"
Module_Version SETA 49
9
Module_MinorVersion SETS ""
Module_Date SETS "1
8
Oct 1999"
Module_FullVersion SETS "4.9
8
"
Module_Date SETS "1
9
Oct 1999"
Module_FullVersion SETS "4.9
9
"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
15d157ef
/* (4.9
8
)
/* (4.9
9
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 4.9
8
#define Module_MajorVersion_CMHG 4.9
9
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 1
8
Oct 1999
#define Module_Date_CMHG 1
9
Oct 1999
#define Module_MajorVersion "4.9
8
"
#define Module_Version 49
8
#define Module_MajorVersion "4.9
9
"
#define Module_Version 49
9
#define Module_MinorVersion ""
#define Module_Date "1
8
Oct 1999"
#define Module_Date "1
9
Oct 1999"
#define Module_FullVersion "4.9
8
"
#define Module_FullVersion "4.9
9
"
This diff is collapsed.
Click to expand it.
s/vdu/vdudriver
View file @
15d157ef
...
...
@@ -856,7 +856,7 @@ TV_Mode_string
LDR
R1
,
[
R0
,
#(
PseudoRegister_HClockSpeed
:SHR:
22
)-
&80
*
4
]
; are we using HCLK?
CMP
R1
,
#-
1
Push
"r0-r1"
MOVEQ
R0
,
#
2
; if not, pull the TV_Mode GPIO line low (if present)
MOVEQ
R0
,
#
1
; if not, pull the TV_Mode GPIO line low (if present)
MOVNE
R0
,
#
3
; if we are, pull it high
ADR
R1
,
TV_Mode_string
SWI
XPortMan_AccessBit
; (don't forget svc_PortMan below)
...
...
@@ -2589,7 +2589,7 @@ svc_PortMan
LDR
R0
,
[
WsPtr
,
#
VIDCControlCopy
]
; get saved VIDC control register
AND
R0
,
R0
,
#
CR_VCLK
:OR:
CR_HCLK
:OR:
CR_RCLK
TEQ
R0
,
#
CR_HCLK
; are we using HCLK?
MOVNE
R0
,
#
2
; no: TV_Mode = 0
MOVNE
R0
,
#
1
; no: TV_Mode = 0
MOVEQ
R0
,
#
3
; yes: TV_Mode = 1
addr
R1
,
TV_Mode_string
SWI
XPortMan_AccessBit
...
...
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