Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/13/2004 22:40:51
Module Name: src
Committed By: dsl
Date: Sat Mar 13 22:40:51 UTC 2004
Modified Files:
src/sys/sys: bootblock.h
Log Message:
Add a short key translation map for the boot code.
Usage:
cp = strchr(bp->bp_keymap, c);
if (cp != 0 && cp[1] != 0)
c = cp[1];
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/sys/bootblock.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.