Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/iomd/console tag the cdevsw as tty with D_TTY



details:   https://anonhg.NetBSD.org/src/rev/05a43a70134d
branches:  trunk
changeset: 537907:05a43a70134d
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Oct 08 08:57:52 2002 +0000

description:
tag the cdevsw as tty with D_TTY

diffstat:

 sys/arch/arm/iomd/console/console.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f26862e1421f -r 05a43a70134d sys/arch/arm/iomd/console/console.c
--- a/sys/arch/arm/iomd/console/console.c       Tue Oct 08 07:38:52 2002 +0000
+++ b/sys/arch/arm/iomd/console/console.c       Tue Oct 08 08:57:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: console.c,v 1.8 2002/10/05 17:16:36 chs Exp $  */
+/*     $NetBSD: console.c,v 1.9 2002/10/08 08:57:52 jdolecek Exp $     */
 
 /*
  * Copyright (c) 1994-1995 Melvyn Tang-Richardson
@@ -145,7 +145,7 @@
 
 const struct cdevsw physcon_cdevsw = {
        physconopen, physconclose, physconread, physconwrite, physconioctl,
-       nostop, physcontty, physconpoll, physconmmap,
+       nostop, physcontty, physconpoll, physconmmap, D_TTY
 };
 
 /*



Home | Main Index | Thread Index | Old Index