Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/04/1996 20:40:02
thorpej
Fri Oct  4 13:34:41 PDT 1996
Update of /cvsroot/src/sys/arch/sparc/dev
In directory netbsd1:/var/slash-tmp/cvs-serv8275/dev

Modified Files:
	bwtwo.c cgeight.c cgfour.c cgfourteen.c cgsix.c cgthree.c 
	cgtwo.c fb.c tcx.c 
Log Message:
Returning ENODEV is not correct in a poll entry point.  Instead, since
read/write returns an error, use seltrue().


thorpej
Fri Oct  4 13:34:42 PDT 1996
Update of /cvsroot/src/sys/arch/sparc/include
In directory netbsd1:/var/slash-tmp/cvs-serv8275/include

Modified Files:
	fbvar.h 
Log Message:
Returning ENODEV is not correct in a poll entry point.  Instead, since
read/write returns an error, use seltrue().


thorpej
Fri Oct  4 13:35:54 PDT 1996
Update of /cvsroot/src/sys/arch/sparc/dev
In directory netbsd1:/var/slash-tmp/cvs-serv8365

Modified Files:
	tcx.c 
Log Message:
Use FBTYPE_RESERVED3 for our `unknown' fbtype ... RESERVED1 seems to
have disappeared.