Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/13/1997 10:30:01
matthias
Thu Mar 13 02:24:16 PST 1997
Update of /cvsroot/src/sys/arch/pc532/dev
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/dev

Modified Files:
	scn.c scnreg.h scnvar.h 
Log Message:
Integrate Phil Budne's latest changes to the scn driver. From his README:
	* Uses Counter/Timer dynamicly for rate generation; You can
	  have both 19200 and 38400 on one duart, and 57600 on another!
	* Improved scninfo program to dump driver internal information.
	  implemented counters for parity err, framing err, break
	* Delays changes until transmitter idle to avoid "glitches"
	* Cleaned up scn_softc member names
	* Untested support for sc26c92 (I don't yet have any to test with);
	  + Will use alternate rate tables (include 115.2kbps and 230.4kbps)
	  + Will raise FIFO rx interrupt threshold and watchdog timer
	    at higher rates.
	  + Unknown (to me) how fast pc532 MC145406 driver chips can go

	NOTE: It seems like it may be a BAD idea to use a sc26c92 as
	a console port for now; the PROM doesn't know to reset the
	chip back to scn2692 mode!!


matthias
Thu Mar 13 02:25:25 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Removed Files:
	kgdb.h 
Log Message:
remove leftover from switch to the mi kgdb interface.