Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/compat/linux/common Pull up revision 1.6 (requested...
details: https://anonhg.NetBSD.org/src/rev/5e22404f7668
branches: netbsd-1-5
changeset: 491001:5e22404f7668
user: he <he%NetBSD.org@localhost>
date: Fri Mar 30 21:45:08 2001 +0000
description:
Pull up revision 1.6 (requested by fvdl):
Add some required Linux emulation bits to support the Linux
version of VMware.
diffstat:
sys/compat/linux/common/linux_termios.h | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 2138d3351e0f -r 5e22404f7668 sys/compat/linux/common/linux_termios.h
--- a/sys/compat/linux/common/linux_termios.h Fri Mar 30 21:44:46 2001 +0000
+++ b/sys/compat/linux/common/linux_termios.h Fri Mar 30 21:45:08 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_termios.h,v 1.5 1998/12/15 19:31:40 itohy Exp $ */
+/* $NetBSD: linux_termios.h,v 1.5.18.1 2001/03/30 21:45:08 he Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -109,6 +109,17 @@
#define LINUX_N_X25 6
#define LINUX_N_6PACK 7
+/* values passed to TIOCLINUX ioctl */
+#define LINUX_TIOCLINUX_COPY 2
+#define LINUX_TIOCLINUX_PASTE 3
+#define LINUX_TIOCLINUX_UNBLANK 4
+#define LINUX_TIOCLINUX_LOADLUT 5
+#define LINUX_TIOCLINUX_READSHIFT 6
+#define LINUX_TIOCLINUX_READMOUSE 7
+#define LINUX_TIOCLINUX_VESABLANK 10
+#define LINUX_TIOCLINUX_KERNMSG 11
+#define LINUX_TIOCLINUX_CURCONS 12
+
#if defined(__i386__)
#include <compat/linux/arch/i386/linux_termios.h>
#elif defined(__m68k__)
Home |
Main Index |
Thread Index |
Old Index