Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/02/1998 23:00:05
perry
Mon Feb  2 14:52:24 PST 1998
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv28480

Modified Files:
	Makefile.inc 
Removed Files:
	getvfsbyname.3 getvfsbyname.c 
Log Message:
it turns out we don't want getvfsbyname after all.

cgd
Mon Feb  2 14:55:12 PST 1998
Update of /cvsroot/src/sys/dev/ic
In directory netbsd1:/var/slash-tmp/cvs-serv28699

Modified Files:
	com.c comvar.h lpt.c lptvar.h 
Log Message:
Implement a flag to indicate that the driver attached correctly.
This is useful in the case where an attachment's probe routine
verifies that there is indeed hardware present but something goes
"wrong" in the attach causing the device to be unusable.  (Without
keeping track of this, in that case incorrect ports could be
accessed or uninitted pointers could be deferenced on open or at
other times.)