Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wscons wscons(4): WSKBD_TYPE_PC_AT is automatically ...



details:   https://anonhg.NetBSD.org/src/rev/60a9419ee740
branches:  trunk
changeset: 941734:60a9419ee740
user:      nia <nia%NetBSD.org@localhost>
date:      Thu Oct 29 09:08:35 2020 +0000

description:
wscons(4): WSKBD_TYPE_PC_AT is automatically translated to
WSKBD_TYPE_PC_XT in modern kernels

diffstat:

 sys/dev/wscons/wsconsio.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d6374c98213e -r 60a9419ee740 sys/dev/wscons/wsconsio.h
--- a/sys/dev/wscons/wsconsio.h Thu Oct 29 08:50:42 2020 +0000
+++ b/sys/dev/wscons/wsconsio.h Thu Oct 29 09:08:35 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.123 2019/05/24 14:28:48 nonaka Exp $ */
+/* $NetBSD: wsconsio.h,v 1.124 2020/10/29 09:08:35 nia Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -87,7 +87,7 @@
 #define        WSKBD_TYPE_LK201        1       /* lk-201 */
 #define        WSKBD_TYPE_LK401        2       /* lk-401 */
 #define        WSKBD_TYPE_PC_XT        3       /* PC-ish, XT scancode */
-#define        WSKBD_TYPE_PC_AT        4       /* PC-ish, AT scancode */
+#define        WSKBD_TYPE_PC_AT        4       /* PC-ish, AT scancode, not used by modern kernels */
 #define        WSKBD_TYPE_USB          5       /* USB, XT scancode */
 #define        WSKBD_TYPE_NEXT         6       /* NeXT keyboard */
 #define        WSKBD_TYPE_HPC_KBD      7       /* HPC bultin keyboard */



Home | Main Index | Thread Index | Old Index