Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Dennis Chernoivanov <cdi@netbsd.org>
List: source-changes
Date: 10/17/2003 18:16:43
Module Name:	src
Committed By:	cdi
Date:		Fri Oct 17 18:16:43 UTC 2003

Modified Files:
	src/sys/conf: files
	src/sys/dev: cons.c cons.h

Log Message:
Introduce null console. This pseudo device acts as a normal console with the
exception that it discards any output, and is useful for booting the kernel
on headless boxes.


To generate a diff of this commit:
cvs rdiff -r1.641 -r1.642 src/sys/conf/files
cvs rdiff -r1.50 -r1.51 src/sys/dev/cons.c
cvs rdiff -r1.21 -r1.22 src/sys/dev/cons.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.