Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/07/1996 07:40:04
mikel
Wed Nov  6 23:30:21 PST 1996
Update of /cvsroot/src/sys/arch/i386/isa/pcvt
In directory netbsd1:/var/slash-tmp/cvs-serv28400

Modified Files:
	pcvt_kbd.h 
Log Message:
Fix typo; PR port-i386/2666.


matthias
Wed Nov  6 23:31:22 PST 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	locore.s 
Log Message:
* bcopy and bzero are part of libkern now.


matthias
Wed Nov  6 23:32:08 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	DEFAULT 
Log Message:
* Cosmetic changes.
* Configure SCSI-uk driver.


matthias
Wed Nov  6 23:32:11 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	DUMMY 
Log Message:
* Cosmetic changes.
* Configure only NFS, FFS and LFS filesystems. All other filesystems are
modloadable.
* Configure SCSI-uk driver.


matthias
Wed Nov  6 23:32:14 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	INSTALL 
Log Message:
* Cosmetic changes.
* Only FFS is needed for the install kernel.
* Configure the console to 8N1 (that's what the pc532's rom monitor uses).
* The install kernel doesn't need to know about CDROM drives.
* Use the new mi ramdisk.


matthias
Wed Nov  6 23:32:19 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	KLONDIKE 
Log Message:
* Cosmetic changes.
* Configure LKM support.
* Remove filesystems that are normally not used.
* Configure SCSI-uk driver.


matthias
Wed Nov  6 23:32:22 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	SALMON 
Log Message:
* Cosmetic changes.


matthias
Wed Nov  6 23:32:26 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	STEELHEAD 
Log Message:
* Cosmetic changes.


matthias
Wed Nov  6 23:32:30 PST 1996
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	files.pc532 
Log Message:
* The pc532 port is now using the mi ramdisk driver.
* Use the mi version of ns_cksum.


matthias
Wed Nov  6 23:33:30 PST 1996
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Modified Files:
	asm.h 
Log Message:
* Define the ALTENTRY macro.


matthias
Wed Nov  6 23:33:57 PST 1996
Update of /cvsroot/src/sys/arch/pc532/stand
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/stand

Modified Files:
	Makefile 
Log Message:
* libkern.o already has bcopy.o. Link it in front of libsa.a.


matthias
Wed Nov  6 23:34:03 PST 1996
Update of /cvsroot/src/sys/arch/pc532/stand
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/stand

Modified Files:
	machdep.c 
Log Message:
* We get bcopy from libkern.o now.


matthias
Wed Nov  6 23:36:32 PST 1996
Update of /cvsroot/src/sys/lib/libkern/arch/ns32k
In directory netbsd1:/home/matthias/netbsd/sys/lib/libkern/arch/ns32k

Modified Files:
	Makefile.inc SYS.h htonl.S htons.S ntohl.S ntohs.S 
Added Files:
	bcmp.S bcopy.S bzero.S ffs.S memcpy.S memset.S strcat.S 
	strcmp.S strcpy.S strlen.S strncmp.S strncpy.S 
Removed Files:
	DEFS.h setjmp.S 
Log Message:
* Pull up files from lib/libc/arch/ns32/string.
* DEFS.h and setjmp.S are no longer in use.