Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Add IRFRAMEDISC line discipline for IrDA frames.
details: https://anonhg.NetBSD.org/src/rev/f9e479b314a2
branches: trunk
changeset: 518679:f9e479b314a2
user: augustss <augustss%NetBSD.org@localhost>
date: Mon Dec 03 23:29:11 2001 +0000
description:
Add IRFRAMEDISC line discipline for IrDA frames.
diffstat:
sys/sys/ttycom.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 67dfb7cc1b84 -r f9e479b314a2 sys/sys/ttycom.h
--- a/sys/sys/ttycom.h Mon Dec 03 23:28:20 2001 +0000
+++ b/sys/sys/ttycom.h Mon Dec 03 23:29:11 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ttycom.h,v 1.10 2000/11/01 23:46:55 eeh Exp $ */
+/* $NetBSD: ttycom.h,v 1.11 2001/12/03 23:29:11 augustss Exp $ */
/*-
* Copyright (c) 1982, 1986, 1990, 1993, 1994
@@ -152,5 +152,6 @@
#define SUNKBDDISC 7 /* Sun keyboard discipline */
#define SUNMSDISC 8 /* Sun mouse discipline */
#define HDLCDISC 9 /* HDLC discipline */
+#define IRFRAMEDISC 10 /* IrDA frame discipline */
#endif /* !_SYS_TTYCOM_H_ */
Home |
Main Index |
Thread Index |
Old Index