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: 04/10/1996 13:40:02
jonathan
Wed Apr 10 13:38:06 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv3110
Modified Files:
pdma.h
Log Message:
fixes for -Wall -Wmissing-prototypes:
prototype the function-pointer member of the pmax struct pdma.
jonathan
Wed Apr 10 13:38:29 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv3729
Modified Files:
autoconf.c clock.c conf-glue.c cpu.c cpu_cons.c disksubr.c
mainbus.c pmax_trap.c sys_machdep.c
Log Message:
Fixes for -Wall -Wmissing-prototypes:
Add prototypes to (most of) src/sys/arch/pmax/pmax. (The un-protytyped
parts still have pending merges with the Pica port.)
Fix splx() glitches in pmax/clock.c.
Delete old cpu/fpu identification from pmax/autoconf.c, use r4400/r4600/idt
aware code from Pica port, now in mips/mips/mips_machdep.c.
Delete unused multi-CPU autoconfiguration code; NetBSD/pmax does not
support decsystem 5800s anyway.