--- - branch: MAIN date: Fri Apr 9 17:38:43 UTC 2010 files: - new: '1.105' old: '1.104' path: src/sys/arch/atari/atari/locore.s pathrev: src/sys/arch/atari/atari/locore.s@1.105 type: modified - new: '1.22' old: '1.21' path: src/sys/arch/atari/atari/vectors.s pathrev: src/sys/arch/atari/atari/vectors.s@1.22 type: modified - new: '1.72' old: '1.71' path: src/sys/arch/atari/dev/zs.c pathrev: src/sys/arch/atari/dev/zs.c@1.72 type: modified - new: '1.16' old: '1.15' path: src/sys/arch/atari/dev/zsvar.h pathrev: src/sys/arch/atari/dev/zsvar.h@1.16 type: modified id: 20100409T173843Z.ed30c36c76aec645dbce26dd94aacd286b3b91e1 log: | - 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. module: src subject: 'CVS commit: src/sys/arch/atari' unixtime: '1270834723' user: tsutsui