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: 06/16/1996 13:30:03
mhitch
Sun Jun 16 13:20:50 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv16964

Revision/Branch: netbsd-1-2

Modified Files:
	rz.c 
Log Message:
Pull up from trunk:
> Don't modify rz_softc[] entries beyond what was configured.
> Show proper inquiry data when version >= 1, not <= 1 (SCSI-2 devices
> now display their inquiry info).
> Correct transfer length passed to disk_unbusy() (b_resid hasn't been
> update at that point yet).


mhitch
Sun Jun 16 13:24:43 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv17035

Revision/Branch: netbsd-1-2

Modified Files:
	mainbus.c 
Log Message:
Pull up from trunk:
> Fix to compile if DS3100 is not defined when building without DS3100
> support.
> Now that autoconfig parameter passing is cleaned up, configure the cpu.


mhitch
Sun Jun 16 13:26:31 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv17082

Revision/Branch: netbsd-1-2

Modified Files:
	pmax_trap.c 
Log Message:
Pull up from trunk:
> Fix to compile when DS3100 is not defined when building without DS3100
> support.


mhitch
Sun Jun 16 13:28:23 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv17135

Revision/Branch: netbsd-1-2

Modified Files:
	cpu.c 
Log Message:
Pull up from trunk:
> Fix cpu configuration display - extraneous "\n" was printed.