Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/25/1996 20:50:03
jonathan
Wed Sep 25 13:41:02 PDT 1996
Update of /cvsroot/src/sys/arch/pmax/conf
In directory netbsd1:/var/slash-tmp/cvs-serv7477

Modified Files:
	Makefile.pmax 
Log Message:
Build locore using merged mips (mips1, mips3) locore source:
  * Add MIPS make variable pointing at $S/arch/mips
  * Build locore from $MIPS/mips locore source
  * Build locore.o and fp.o (fp emulation) from arch/mips locore source
  * Add target and rules to build pmax-specific locore code locore_machdep.o
    from $PMAX/pmax/lcore_machdep.S


thorpej
Wed Sep 25 13:44:11 PDT 1996
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv8681

Removed Files:
	cy.c 
Log Message:
This file is now obsolete.


jonathan
Wed Sep 25 13:48:58 PDT 1996
Update of /cvsroot/src/sys/arch/pmax/dev
In directory netbsd1:/var/slash-tmp/cvs-serv8843

Modified Files:
	dc.c dcvar.h 
Added Files:
	dc_ds.c dc_ioasic.c dc_ds_cons.h dc_ioasic_cons.h 
Log Message:
Rewrite dc7085 (dz-11 clone) driver as MI back-end, with bus-specific
cfattach front-end code:
  dc_ds for the decstation 2100( pmin), 3100 (pmax), and 5100.
  dc_ioasic for the decstation 5000/200 (3max) which does  not have a
  DEC TC-style IOCTL asic, but is configured as if it did.

* Add pre-autoconfig  code initialization of kerenl dc driver console I/O
  for remote serial consoles.  The hack to use PROM serial I/O until the
  dc device is autoconfigured is no longer necessary.