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: 05/17/1996 17:10:16
chuck
Fri May 17 17:00:33 EDT 1996
Update of /a/cvsroot/src/sys/arch/mvme68k/stand/libsa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv2058

Added Files:
	bugdev.c exec_mvme.c libsa.h parse_args.c 
Log Message:
bugdev.c: from Dale Rahn (bug device access)
exec_mvme.c: from sun3 port, adapted by me.   I also fixed a bug that
	prevented ZMAGIC kernels from running.
libsa.h: new file by me 
parse_args.c: by Theo de Raadt from OpenBSD with slight revisions from by me
	to make it fit the new format.


chuck
Fri May 17 17:08:57 EDT 1996
Update of /a/cvsroot/src/sys/arch/mvme68k/stand/netboot
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv2731

Modified Files:
	Makefile boot.c conf.c dev_net.c dev_net.h 
Log Message:
Makefile: update from OpenBSD
boot.c: update from sun3 port, with changes for my new boot code put in.
conf.c: config from openbsd, by Theo de Raadt
dev_net.c: update from openbsd (standard dev_net with changes from theo) 
dev_net.h: proto from openbsd