Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/dreamcast



Module Name:    syssrc
Committed By:   itohy
Date:           Fri Nov 15 13:29:27 UTC 2002

Modified Files:
        syssrc/sys/arch/dreamcast/dev: gdrom.c
        syssrc/sys/arch/dreamcast/dev/g2: gapspci_pci.c
        syssrc/sys/arch/dreamcast/dreamcast: sysasic.c
        syssrc/sys/arch/dreamcast/include: intr.h sysasicvar.h

Log Message:
Allow multiple event handlers to be installed to an IRL.
The IRL is specified as IPL (2nd arg of sysasic_intr_establish()).
Current mapping:
        IRL9    IPL_BIO
        IRL11   IPL_NET
        IRL13   IPL_TTY


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/arch/dreamcast/dev/gdrom.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/dreamcast/dev/g2/gapspci_pci.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/dreamcast/dreamcast/sysasic.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/dreamcast/include/intr.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/dreamcast/include/sysasicvar.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