Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux Moved LINUX_NCCS from MI file to MD file, b...



details:   https://anonhg.NetBSD.org/src/rev/54f10e36dc88
branches:  trunk
changeset: 514258:54f10e36dc88
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Aug 26 17:26:31 2001 +0000

description:
Moved LINUX_NCCS from MI file to MD file, because the value is different
on MIPS and sparc machines.

diffstat:

 sys/compat/linux/arch/alpha/linux_termios.h   |  3 ++-
 sys/compat/linux/arch/i386/linux_termios.h    |  3 ++-
 sys/compat/linux/arch/m68k/linux_termios.h    |  3 ++-
 sys/compat/linux/arch/powerpc/linux_termios.h |  3 ++-
 sys/compat/linux/common/linux_termios.h       |  3 +--
 5 files changed, 9 insertions(+), 6 deletions(-)

diffs (85 lines):

diff -r cb0a73f76c85 -r 54f10e36dc88 sys/compat/linux/arch/alpha/linux_termios.h
--- a/sys/compat/linux/arch/alpha/linux_termios.h       Sun Aug 26 17:17:55 2001 +0000
+++ b/sys/compat/linux/arch/alpha/linux_termios.h       Sun Aug 26 17:26:31 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_termios.h,v 1.2 2001/01/20 18:56:42 manu Exp $   */
+/*     $NetBSD: linux_termios.h,v 1.3 2001/08/26 17:26:32 manu Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
 #define _ALPHA_LINUX_TERMIOS_H
 
 #define LINUX_NCC 8
+#define LINUX_NCCS 19
 
 #define LINUX_TCGETS           _LINUX_IOR('t', 19, struct linux_termios)
 #define LINUX_TCSETS           _LINUX_IOW('t', 20, struct linux_termios)
diff -r cb0a73f76c85 -r 54f10e36dc88 sys/compat/linux/arch/i386/linux_termios.h
--- a/sys/compat/linux/arch/i386/linux_termios.h        Sun Aug 26 17:17:55 2001 +0000
+++ b/sys/compat/linux/arch/i386/linux_termios.h        Sun Aug 26 17:26:31 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_termios.h,v 1.4 2001/01/20 18:56:42 manu Exp $   */
+/*     $NetBSD: linux_termios.h,v 1.5 2001/08/26 17:26:31 manu Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
 #define _I386_LINUX_TERMIOS_H
 
 #define LINUX_NCC 8
+#define LINUX_NCCS 19
 
 #define LINUX_TCGETS           _LINUX_IO('T', 1)
 #define LINUX_TCSETS           _LINUX_IO('T', 2)
diff -r cb0a73f76c85 -r 54f10e36dc88 sys/compat/linux/arch/m68k/linux_termios.h
--- a/sys/compat/linux/arch/m68k/linux_termios.h        Sun Aug 26 17:17:55 2001 +0000
+++ b/sys/compat/linux/arch/m68k/linux_termios.h        Sun Aug 26 17:26:31 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_termios.h,v 1.2 2001/01/20 18:56:41 manu Exp $   */
+/*     $NetBSD: linux_termios.h,v 1.3 2001/08/26 17:26:32 manu Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
 #define _M68K_LINUX_TERMIOS_H
 
 #define LINUX_NCC 8
+#define LINUX_NCCS 19
 
 #define LINUX_TCGETS           _LINUX_IO('T', 1)
 #define LINUX_TCSETS           _LINUX_IO('T', 2)
diff -r cb0a73f76c85 -r 54f10e36dc88 sys/compat/linux/arch/powerpc/linux_termios.h
--- a/sys/compat/linux/arch/powerpc/linux_termios.h     Sun Aug 26 17:17:55 2001 +0000
+++ b/sys/compat/linux/arch/powerpc/linux_termios.h     Sun Aug 26 17:26:31 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_termios.h,v 1.4 2001/05/19 14:31:00 manu Exp $ */
+/*     $NetBSD: linux_termios.h,v 1.5 2001/08/26 17:26:31 manu Exp $ */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
 #define _POWERPC_LINUX_TERMIOS_H
 
 #define LINUX_NCC 10
+#define LINUX_NCCS 19
 
 /*
  * Enable optional part of struct termios 
diff -r cb0a73f76c85 -r 54f10e36dc88 sys/compat/linux/common/linux_termios.h
--- a/sys/compat/linux/common/linux_termios.h   Sun Aug 26 17:17:55 2001 +0000
+++ b/sys/compat/linux/common/linux_termios.h   Sun Aug 26 17:26:31 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_termios.h,v 1.8 2001/01/20 18:56:43 manu Exp $   */
+/*     $NetBSD: linux_termios.h,v 1.9 2001/08/26 17:26:31 manu Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -71,7 +71,6 @@
        unsigned char c_cc[LINUX_NCC];
 };
 
-#define LINUX_NCCS 19
 struct linux_termios {
        linux_tcflag_t  c_iflag;
        linux_tcflag_t  c_oflag;



Home | Main Index | Thread Index | Old Index