Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/27/1998 02:30:01
gwr
Mon Jan 26 18:22:06 PST 1998
Update of /cvsroot/src/sys/arch/sun3/stand/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv28471

Modified Files:
      Tag: gwr-3x3
	dvma.h 
Log Message:
Define the DVMA functions as pointer dereferences.


gwr
Mon Jan 26 18:24:03 PST 1998
Update of /cvsroot/src/sys/arch/sun3/stand/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv28675

Modified Files:
      Tag: gwr-3x3
	SRT0.S 
Log Message:
Use setjmp/longjmp to save the PROM stack and arrange to restore
the PROM stack before exiting or chaining to the next program.


gwr
Mon Jan 26 18:25:54 PST 1998
Update of /cvsroot/src/sys/arch/sun3/stand/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv28719

Modified Files:
      Tag: gwr-3x3
	SRT1.c 
Log Message:
This now figures out which type of machine is running it and
sets up function pointers as appropriate.  Also add functions:
chain_to(), breakpoint().


gwr
Mon Jan 26 18:28:23 PST 1998
Update of /cvsroot/src/sys/arch/sun3/stand/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv28761

Modified Files:
      Tag: gwr-3x3
	idprom.c 
Log Message:
Fetch the IDPROM contents on either type of Sun3.
Actually might not be needed anymore, but keep...


gwr
Mon Jan 26 18:29:57 PST 1998
Update of /cvsroot/src/sys/arch/sun3/stand/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv29336

Modified Files:
      Tag: gwr-3x3
	netif_sun.c 
Log Message:
Add netif_getether() that calls the PROM function on 3.0 or later
PROMs, and falls back to the old grungy way otherwise.