Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/atari
Module Name: src
Committed By: tsutsui
Date: Fri Apr 9 17:38:43 UTC 2010
Modified Files:
src/sys/arch/atari/atari: locore.s vectors.s
src/sys/arch/atari/dev: zs.c zsvar.h
Log Message:
- establish zs interrupts via common intr_establish() function rather than
hardcording them in locore.s and vector.s
- also make interrupt handlers take per unit softc and put a softint cookie
into softc (though atari machines have only one zs)
- tweak some structures as per MI z8530sc driver
Tested on TT030 using sl(4) on zs.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/atari/atari/locore.s
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/atari/atari/vectors.s
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/atari/dev/zs.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/atari/dev/zsvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index