Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 08/11/1996 18:40:07
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.