Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/01/1997 16:40:06
matthias
Tue Apr  1 08:30:39 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	DEFAULT 
Log Message:
* Add Cabletron EA412/EA419 driver.


matthias
Tue Apr  1 08:30:45 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	INSTALL 
Log Message:
* Add Cabletron EA412/EA419 driver.


matthias
Tue Apr  1 08:30:51 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	Makefile.pc532 
Log Message:
* Add -Werror again.


matthias
Tue Apr  1 08:31:16 PST 1997
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Modified Files:
	cpu.h 
Log Message:
* Add prototype for icu_init.
* Add new sysctl "machdep.ieee_disable". This can be used to disable the
  in kernel ieee trap handler. Then a usermode version of the code can be
  used for debugging. Thank's to Ian Dall for this suggestion.


matthias
Tue Apr  1 08:31:22 PST 1997
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Modified Files:
	cpufunc.h 
Log Message:
* Add versions of movs{d,w,b} that do not update the source and destination
  pointers.
* Add tlbflush_entry to flush a single tlb entry.


matthias
Tue Apr  1 08:31:40 PST 1997
Update of /cvsroot/src/sys/arch/pc532/dev
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/dev

Modified Files:
	md_root.c 
Log Message:
* Include <sys/systm.h> to get printf prototype.


matthias
Tue Apr  1 08:31:48 PST 1997
Update of /cvsroot/src/sys/arch/pc532/dev
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/dev

Modified Files:
	ncr.c 
Log Message:
* Only cosmetic changes.


matthias
Tue Apr  1 08:31:58 PST 1997
Update of /cvsroot/src/sys/arch/pc532/dev
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/dev

Modified Files:
	scn.c 
Log Message:
* Add some missing casts to make this compile with -Werror when KGDB is
  defined.


matthias
Tue Apr  1 08:32:20 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	clock.c 
Log Message:
* Initialize the icu with a table driven method again.
* Fix a bug in microtime that caused the generation of invalid timevals.
  Thank's to Ian Dall for finding and fixing this.


matthias
Tue Apr  1 08:32:27 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	intr.c 
Log Message:
* Initialize the icu with a table driven method again.


matthias
Tue Apr  1 08:32:33 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	kgdb_machdep.c 
Log Message:
* Only cosmetic changes.


matthias
Tue Apr  1 08:32:42 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	locore.s 
Log Message:
* Only cosmetic changes.


matthias
Tue Apr  1 08:32:48 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	mainbus.c 
Log Message:
* Initialize the icu with a table driven method again.


matthias
Tue Apr  1 08:32:55 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	mem.c 
Log Message:
* Apply optimizations suggested by gwr & mycroft.


matthias
Tue Apr  1 08:33:01 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	pmap.c 
Log Message:
* Use movsdnu to copy pages.
* Just invalidate the tlbs for the affected mappings in pmap_zero_page
  and pmap_copy_page.


matthias
Tue Apr  1 08:33:07 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	trap.c 
Log Message:
* Add new sysctl "machdep.ieee_disable". This can be used to disable the
  in kernel ieee trap handler. Then a usermode version of the code can be
  used for debugging. Thank's to Ian Dall for this suggestion.


matthias
Tue Apr  1 08:35:29 PST 1997
Update of /cvsroot/src/sys/arch/pc532/fpu
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/fpu

Modified Files:
	README fpu_status.h ieee_handler.c ieee_handler.h ieee_invop.c 
	ieee_ovfl.c 
Log Message:
* Fixes from Ian Dall. Make the ieee handler compile with the new gcc warning
  options, make it compile into a user mode library again and update the
  README.


matthias
Tue Apr  1 08:37:47 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	machdep.c 
Log Message:
* Add new sysctl "machdep.ieee_disable". This can be used to disable the
  in kernel ieee trap handler. Then a usermode version of the code can be
  used for debugging. Thank's to Ian Dall for this suggestion.