Source-Changes archive

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

NetBSD master CVS tree commits



jonathan
Sun Aug 11 18:36:03 EDT 1996
Update of /a/cvsroot/src/sys/arch/pica/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv16878/dev

Modified Files:
        dma.c fd.c if_sn.c pccons.c 
Log Message:
Fix old lint and changes not pulled back from pmax, pass1:
  * include <mips/locore.h> where callbacks into locore are made, to get
    prototypes in scope.  Cast calls appropriately.
  * include <mips/cpuregs.h>, not the old Sprite-derived <machine/machConst.h>.
    machConst.h is deprecated.
  * dk_establish() must return void, not int.


jonathan
Sun Aug 11 18:36:07 EDT 1996
Update of /a/cvsroot/src/sys/arch/pica/isa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv16878/isa

Modified Files:
        isa.c 
Log Message:
Fix old lint and changes not pulled back from pmax, pass1:
  * include <mips/locore.h> where callbacks into locore are made, to get
    prototypes in scope.  Cast calls appropriately.
  * include <mips/cpuregs.h>, not the old Sprite-derived <machine/machConst.h>.
    machConst.h is deprecated.
  * dk_establish() must return void, not int.


jonathan
Sun Aug 11 18:36:15 EDT 1996
Update of /a/cvsroot/src/sys/arch/pica/pica
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv16878/pica

Modified Files:
        clock.c disksubr.c 
Log Message:
Fix old lint and changes not pulled back from pmax, pass1:
  * include <mips/locore.h> where callbacks into locore are made, to get
    prototypes in scope.  Cast calls appropriately.
  * include <mips/cpuregs.h>, not the old Sprite-derived <machine/machConst.h>.
    machConst.h is deprecated.
  * dk_establish() must return void, not int.




Home | Main Index | Thread Index | Old Index