Subject: CVS commit: src/sys/dev/pckbport
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 09/03/2006 13:23:15
Module Name:	src
Committed By:	bjh21
Date:		Sun Sep  3 13:23:15 UTC 2006

Modified Files:
	src/sys/dev/pckbport: pckbport.c

Log Message:
All ports that use the file do so through files.pckbport, so there's no
need to be cautious about including "pckbd.h".  This has the side-effect
that ports using pckbd but not defining __HAVE_NWSCONS will now get pckbd
attached as console if they call pckbport_cnattach(), but I don't think
any such ports exist.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/dev/pckbport/pckbport.c

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