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
42a6dc7f
Commit
42a6dc7f
authored
24 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Interrupt handling tweaks.
Version 5.35, 4.79.2.7. Tagged as 'Kernel-5_35-4_79_2_7'
parent
1432808a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
7 deletions
+17
-7
VersionASM
VersionASM
+3
-3
VersionNum
VersionNum
+4
-4
s/NewIRQs
s/NewIRQs
+8
-0
s/PMF/osinit
s/PMF/osinit
+2
-0
No files found.
VersionASM
View file @
42a6dc7f
...
...
@@ -11,10 +11,10 @@
GBLS Module_HelpVersion
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.
6
"
Module_MinorVersion SETS "4.79.2.
7
"
Module_Date SETS "05 Oct 2000"
Module_ApplicationDate2 SETS "05-Oct-00"
Module_ApplicationDate4 SETS "05-Oct-2000"
Module_FullVersion SETS "5.35 (4.79.2.
6
)"
Module_HelpVersion SETS "5.35 (05 Oct 2000) 4.79.2.
6
"
Module_FullVersion SETS "5.35 (4.79.2.
7
)"
Module_HelpVersion SETS "5.35 (05 Oct 2000) 4.79.2.
7
"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
42a6dc7f
...
...
@@ -4,16 +4,16 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.
6
#define Module_MinorVersion_CMHG 4.79.2.
7
#define Module_Date_CMHG 05 Oct 2000
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.
6
"
#define Module_MinorVersion "4.79.2.
7
"
#define Module_Date "05 Oct 2000"
#define Module_ApplicationDate2 "05-Oct-00"
#define Module_ApplicationDate4 "05-Oct-2000"
#define Module_FullVersion "5.35 (4.79.2.
6
)"
#define Module_HelpVersion "5.35 (05 Oct 2000) (4.79.2.
6
)"
#define Module_FullVersion "5.35 (4.79.2.
7
)"
#define Module_HelpVersion "5.35 (05 Oct 2000) (4.79.2.
7
)"
This diff is collapsed.
Click to expand it.
s/NewIRQs
View file @
42a6dc7f
...
...
@@ -123,6 +123,7 @@ DefaultIRQ1Vcode ROUT
MOV
r11
,
r9
; r11 trashable - r9 needs to be preserved
AddressHAL
; modifies r9
CallHAL
HAL_IRQSource
ADD
r0
,
r0
,
r0
,
LSL
#
1
; multiply by 3
MOV
r9
,
r11
|
[
IO_Type
=
"IOMD"
...
...
@@ -1325,8 +1326,15 @@ VsyncIRQ ROUT
Push
r14
[
HAL
MOV
r11
,
r9
AddressHAL
CallHAL
HAL_IRQClear
MOV
r9
,
r11
|
MOV
R0
,
#
vsync_bit
STRB
R0
,
[
R3
,
#
IOCIRQCLRA
]
; Clear the vsync interrupt
]
LDRB
R0
,
CFStime
; decrement 'CFS' timer !
SUB
R0
,
R0
,
#
1
...
...
This diff is collapsed.
Click to expand it.
s/PMF/osinit
View file @
42a6dc7f
...
...
@@ -143,6 +143,7 @@ BuffPtrInitLoop
]
[
HAL
Push
"r9,r12"
AddressHAL
MOV
R0
,
#
0
CallHAL
HAL_TimerDevice
...
...
@@ -156,6 +157,7 @@ BuffPtrInitLoop
CallHAL
HAL_IRQEnable
; enable vsync IRQ
MOV
R0
,
R4
CallHAL
HAL_IRQEnable
; enable timer 0 IRQ
Pull
"r9,r12"
|
MOV
R1
,
#
IOC
...
...
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