Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/15/1996 00:10:01
mark
Mon Oct 14 17:00:44 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/include
In directory netbsd1:/var/slash-tmp/cvs-serv21997

Modified Files:
	undefined.h 
Log Message:
Updated the typedef for undef_handler_t to have a 4th argument. This
argument is a fault code integer.


mark
Mon Oct 14 17:05:07 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/podulebus
In directory netbsd1:/var/slash-tmp/cvs-serv22421

Added Files:
	esc.c escreg.h escvar.h 
Log Message:
Initial commit of the esc generic SCSI driver code. This is a driver for
the AMD AM53CF94 Enhanced SCSI Controller. The code is based on the
SFAS216 driver as these chips are very similar. There are several
differences but more will follow.


mark
Mon Oct 14 17:06:48 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/include
In directory netbsd1:/var/slash-tmp/cvs-serv22739

Modified Files:
	ieeefp.h 
Log Message:
Define the FP exeception types.
Use these types to create the bit values used for fp_except values.


mark
Mon Oct 14 17:08:45 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/podulebus
In directory netbsd1:/var/slash-tmp/cvs-serv22874

Added Files:
	cosc.c coscreg.h coscvar.h 
Log Message:
Initial commit of the Connect32 SCSI driver. This driver uses the esc
generic driver.
Currently this is only a polling driver.


mark
Mon Oct 14 17:09:10 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/include
In directory netbsd1:/var/slash-tmp/cvs-serv22948

Modified Files:
	pmap.h 
Log Message:
Use tlb_flush() rather than tlbflush() in the pmap_update() macro.