[BACK]Return to psl.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / sparc / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/sparc/include/psl.h between version 1.4 and 1.5

version 1.4, 1994/11/20 20:53:25 version 1.5, 1995/02/23 19:58:16
Line 147  SPL(splimp, 7)
Line 147  SPL(splimp, 7)
 #define PIL_AUSOFT      4  #define PIL_AUSOFT      4
 SPL(splausoft, PIL_AUSOFT)  SPL(splausoft, PIL_AUSOFT)
   
   /* floppy software interrupts are at software level 4 too */
   #define PIL_FDSOFT      4
   SPL(splfdsoft, PIL_FDSOFT)
   
 SPL(splbio, 9)  SPL(splbio, 9)
   
 SPL(splclock, PIL_CLOCK)  SPL(splclock, PIL_CLOCK)
   
   /* fd hardware interrupts are at level 11 */
   SPL(splfd, 11)
   
 /* zs hardware interrupts are at level 12 */  /* zs hardware interrupts are at level 12 */
 SPL(splzs, 12)  SPL(splzs, 12)
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>