Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/09/1995 20:50:02
mycroft
Sun Apr  9 20:46:14 EDT 1995
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv7923

Modified Files:
	conf.h 
Log Message:
Add a device type to the switch tables.  Move the [bc]dev_{decl,*_init}()
macros into here, so they only need to be defined in one place.

mycroft
Sun Apr  9 20:46:53 EDT 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv7956

Modified Files:
	vfs_bio.c 
Log Message:
Use the new d_type field.

mycroft
Sun Apr  9 20:48:12 EDT 1995
Update of /a/cvsroot/src/sys/miscfs/specfs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv7993/specfs

Modified Files:
	spec_vnops.c 
Log Message:
Use the new d_type field.  Set VISTTY for vnodes of tty devices.

mycroft
Sun Apr  9 20:48:47 EDT 1995
Update of /a/cvsroot/src/sys/miscfs/deadfs
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv8028/deadfs

Modified Files:
	dead_vnops.c 
Log Message:
Return EOF for old vnodes of tty devices, rather than EIO.