Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Fix KBS_WARM comment.
details: https://anonhg.NetBSD.org/src/rev/52ea73776c95
branches: trunk
changeset: 521474:52ea73776c95
user: uwe <uwe%NetBSD.org@localhost>
date: Thu Jan 31 13:25:20 2002 +0000
description:
Fix KBS_WARM comment.
diffstat:
sys/dev/ic/i8042reg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r efa7dd578980 -r 52ea73776c95 sys/dev/ic/i8042reg.h
--- a/sys/dev/ic/i8042reg.h Thu Jan 31 12:38:34 2002 +0000
+++ b/sys/dev/ic/i8042reg.h Thu Jan 31 13:25:20 2002 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: i8042reg.h,v 1.7 1998/01/18 14:41:37 drochner Exp $ */
+/* $NetBSD: i8042reg.h,v 1.8 2002/01/31 13:25:20 uwe Exp $ */
#define KBSTATP 4 /* kbd controller status port (I) */
#define KBS_DIB 0x01 /* kbd data in buffer */
#define KBS_IBF 0x02 /* kbd input buffer low */
-#define KBS_WARM 0x04 /* kbd input buffer low */
+#define KBS_WARM 0x04 /* kbd system flag */
#define KBS_OCMD 0x08 /* kbd output buffer has command */
#define KBS_NOSEC 0x10 /* kbd security lock not engaged */
#define KBS_TERR 0x20 /* kbd transmission error */
Home |
Main Index |
Thread Index |
Old Index