Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 10/04/2004 00:20:23
Module Name:	src
Committed By:	hubertf
Date:		Mon Oct  4 00:20:23 UTC 2004

Modified Files:
	src/share/man/man4: wscons.4
	src/sys/dev/pckbport: wskbdmap_mfii.c

Log Message:
Add & document WSKBD_USONLY: In order to strip down the space usage of wscons,
all keymaps except the US english one can be removed from the kernel
with this option, which results in a space gain of about 10kB.

XXX it would be nice if we could strip down more kernel facilities


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/share/man/man4/wscons.4
cvs rdiff -r1.4 -r1.5 src/sys/dev/pckbport/wskbdmap_mfii.c

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