Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/23/1998 16:30:02
jonathan
Mon Mar 23 16:23:56 PST 1998
Update of /cvsroot/src/sys/arch/pmax/dev
In directory nb00:/tmp/cvs-serv17490/sys/arch/pmax/dev

Modified Files:
	dtop.c dc.c lk201.c rcons.c 
Added Files:
	rconsvar.h 
Log Message:
Commit snapshot of pmax console rework as basepoint for 1.3.2 pullup:
 * Do rcons output properly, using cn_tab->cn_dev which points 
   at rcons cdevsw entrypoints.

 * The pmadx console code was using keyboard (serial) device
   (major,minor) for raster consoles with special code in the keyboard 
   drivers to catch output intended for consoles, pull it off the device
   queue, and print them via cnputc().
   Ifdef out  RCONS_BRAINDAMAGE.

* Other minor cleanup to pmax scc driver.


jonathan
Mon Mar 23 16:23:56 PST 1998
Update of /cvsroot/src/sys/arch/pmax/tc
In directory nb00:/tmp/cvs-serv17490/sys/arch/pmax/tc

Modified Files:
	scc.c 
Log Message:
Commit snapshot of pmax console rework as basepoint for 1.3.2 pullup:
 * Do rcons output properly, using cn_tab->cn_dev which points 
   at rcons cdevsw entrypoints.

 * The pmadx console code was using keyboard (serial) device
   (major,minor) for raster consoles with special code in the keyboard 
   drivers to catch output intended for consoles, pull it off the device
   queue, and print them via cnputc().
   Ifdef out  RCONS_BRAINDAMAGE.

* Other minor cleanup to pmax scc driver.


jonathan
Mon Mar 23 16:23:56 PST 1998
Update of /cvsroot/src/sys/arch/pmax/pmax
In directory nb00:/tmp/cvs-serv17490/sys/arch/pmax/pmax

Modified Files:
	cpu_cons.c 
Log Message:
Commit snapshot of pmax console rework as basepoint for 1.3.2 pullup:
 * Do rcons output properly, using cn_tab->cn_dev which points 
   at rcons cdevsw entrypoints.

 * The pmadx console code was using keyboard (serial) device
   (major,minor) for raster consoles with special code in the keyboard 
   drivers to catch output intended for consoles, pull it off the device
   queue, and print them via cnputc().
   Ifdef out  RCONS_BRAINDAMAGE.

* Other minor cleanup to pmax scc driver.