Source-Changes archive

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

NetBSD master CVS tree commits



jonathan
Thu Mar 28 07:27:03 EST 1996
Update of /a/cvsroot/src/sys/arch/pica/pica
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv647/pica

Modified Files:
        clock.c 
Log Message:
Remove lint from pica kernel to compile with -Werror:
   * Add cast to hardclock when it's used directly as an interrupt handler.
   * Add a null-interrupt-establish function, to avoid int vs void lint
     in pica/dev/dma.c.
   * fix include in pica/include/pccons.h to work with "standard"
     kernel-compile include path.


jonathan
Thu Mar 28 07:27:19 EST 1996
Update of /a/cvsroot/src/sys/arch/pica/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv647/dev

Modified Files:
        dma.c 
Log Message:
Remove lint from pica kernel to compile with -Werror:
   * Add cast to hardclock when it's used directly as an interrupt handler.
   * Add a null-interrupt-establish function, to avoid int vs void lint
     in pica/dev/dma.c.
   * fix include in pica/include/pccons.h to work with "standard"
     kernel-compile include path.


jonathan
Thu Mar 28 07:27:32 EST 1996
Update of /a/cvsroot/src/sys/arch/pica/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv647/include

Modified Files:
        pccons.h 
Log Message:
Remove lint from pica kernel to compile with -Werror:
   * Add cast to hardclock when it's used directly as an interrupt handler.
   * Add a null-interrupt-establish function, to avoid int vs void lint
     in pica/dev/dma.c.
   * fix include in pica/include/pccons.h to work with "standard"
     kernel-compile include path.




Home | Main Index | Thread Index | Old Index