Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   mhitch
Date:           Tue Mar  7 23:41:36 UTC 2000

Modified Files:
        syssrc/sys/arch/pmax/pmax: dec_3max.c

Log Message:
Using interrupt bits in a switch statement doesn't work very well if more
than one interrupt bit is set (unless you do some fancy case values).
Check each interrupt bit individually and process the interrupt if set.
5000/200 doesn't hang shortly after booting now.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/arch/pmax/pmax/dec_3max.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