Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/31/1997 00:10:02
mark
Wed Jul 30 17:00:17 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/podulebus
In directory netbsd1:/var/slash-tmp/cvs-serv28262

Modified Files:
	sbic.c 
Log Message:
If a transfer completes and we have performed a check sense, check the
sense code for zero and if found repeat the request sense. This solves
a bug in the sbic driver when accessing JAZ drives that results in 
faulty sense data being returned following a transfer. A retry returns
the correct information.
This is probably showing up a more fundemental bug in the sbic driver
and will probably have to wait for a complete overhaul of the sbic
driver (planned) for a perfect fix.
Fix supplied by Rob Black <r.black@ic.ac.uk>


jtc
Wed Jul 30 17:01:25 PDT 1997
Update of /cvsroot/src/lib/libutil
In directory netbsd1:/var/slash-tmp/cvs-serv28721

Modified Files:
	getmaxpartitions.3 getmaxpartitions.c getrawpartition.3 
	getrawpartition.c 
Log Message:
Fix files using old TNF copyright notice

jtc
Wed Jul 30 17:02:56 PDT 1997
Update of /cvsroot/src/lib/libutil
In directory netbsd1:/var/slash-tmp/cvs-serv29123

Modified Files:
	ttyaction.3 ttyaction.c ttymsg.3 
Log Message:
Fix files using old TNF copyright notice

mark
Wed Jul 30 17:03:56 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv28664

Modified Files:
	cpuswitch.S 
Log Message:
Added calls to mcount() for the assembly functions here if GRPOF and
PROFILE_ASM are defined.
Added missing .data directive prior to the curpcb declaration.
Fixed the calling of the cpu sleep function in idle(). The sleep function
takes a single argument which is the sleep mode. This is currently unused
but 0 should be passed for future compatibility.


perry
Wed Jul 30 17:06:23 PDT 1997
Update of /a/cvsroot/src/libexec/getty
In directory netbsd1:/var/slash-tmp/cvs-serv29981

Modified Files:
	getty.8 
Log Message:
clean up .Nm entries, and change a silly .Nm gettytab 5 to an .Xr

jtc
Wed Jul 30 17:08:06 PDT 1997
Update of /cvsroot/src/libexec/ftpd
In directory netbsd1:/var/slash-tmp/cvs-serv632

Modified Files:
	conf.c 
Log Message:
Fix files using old TNF copyright notice

mark
Wed Jul 30 17:08:06 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv29812

Modified Files:
	vm_machdep.c 
Log Message:
Modified the cpu_cache_purge_ID() calls in pagemove(), vmapbuf() and
vunmapbuf(). If the address range involved is 4KB or less purge the
specific address ranges. otherwise purge the whole cache.


mark
Wed Jul 30 17:09:50 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/podulebus
In directory netbsd1:/var/slash-tmp/cvs-serv695

Modified Files:
	if_eb.c 
Log Message:
Removed several lines of unreachable code in ebgetpackets().