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:   isaki
Date:           Sat Jun 28 05:26:33 UTC 2008

Modified Files:
        src/sys/arch/atari/atari: intr.c
        src/sys/arch/atari/include: intr.h
        src/sys/arch/atari/vme: if_le_vme.c

Log Message:
Unify splraiseipl(9) implementation among m68k ports,
discussed with tsutsui@ on port-m68k. OK'ed by jdc@.

For atari:
- export ipl2psl_table[] and make it uint16_t
- make makeiplcookie(9) inline
- put PSL_S bit into ipl2psl_table[] rather than adding it in makeiplcookie(9)
- vme/if_le_vme.c: fix a wrong usage of IPL_NET


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/atari/atari/intr.c
cvs rdiff -r1.17 -r1.18 src/sys/arch/atari/include/intr.h
cvs rdiff -r1.23 -r1.24 src/sys/arch/atari/vme/if_le_vme.c

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