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/08/1996 17:00:08
leo
Fri Mar  8 16:50:43 EST 1996
Update of /a/cvsroot/src/sys/arch/atari/dev
In directory pain.lcs.mit.edu:/a/users/leo/src/sys/arch/atari/dev

Modified Files:
	zs.c 
Log Message:
Fix a bug in the DCD handling. Because the state of the DCD line was
kept in a soft-copy that wasn't initialized on open, it sometimes happend
that a change of the carrier got lost. Also fixed some prototypes.


leo
Fri Mar  8 16:52:52 EST 1996
Update of /a/cvsroot/src/sys/arch/atari/dev
In directory pain.lcs.mit.edu:/a/users/leo/src/sys/arch/atari/dev

Modified Files:
	grfabs.c 
Log Message:
When having a perfect match on the resolution, try to match the screen
depth as best we can.


leo
Fri Mar  8 16:55:02 EST 1996
Update of /a/cvsroot/src/sys/arch/atari/dev
In directory pain.lcs.mit.edu:/a/users/leo/src/sys/arch/atari/dev

Modified Files:
	atari5380.c ncr5380reg.h 
Log Message:
Just prototyping.


cgd
Fri Mar  8 16:55:49 EST 1996
Update of /a/cvsroot/src/sys/arch/i386/i386
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv7546

Modified Files:
	mainbus.c 
Log Message:
rather than doing something hairy in the print routine, to the
'logically right' thing: define a mainbus_attach_args union which is
all of the subdevices' bus attach args, together with the part that's
shared by all of them, a const char * (the bus name).