Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2008 16:56:33 GMT
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 150449 for review
Message-ID:  <200809251656.m8PGuXfq021340@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=150449

Change 150449 by thompsa@thompsa_burger on 2008/09/25 16:55:33

	Add a comment about db_show_tty printing these flags.

Affected files ...

.. //depot/projects/mpsafetty/sys/sys/tty.h#20 edit

Differences ...

==== //depot/projects/mpsafetty/sys/sys/tty.h#20 (text+ko) ====

@@ -63,6 +63,7 @@
 	struct mtx	t_mtxobj;	/* Per-TTY lock (when not borrowing). */
 	TAILQ_ENTRY(tty) t_list;	/* (l) TTY list entry. */
 	unsigned int	t_flags;	/* (t) Terminal option flags. */
+/* Keep flags in sync with db_show_tty */
 #define	TF_NOPREFIX	0x0001	/* Don't prepend "tty" to device name. */
 #define	TF_INITLOCK	0x0002	/* Create init/lock state devices. */
 #define	TF_CALLOUT	0x0004	/* Create "cua" devices. */


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809251656.m8PGuXfq021340>