summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-03-29 19:05:13 +0000
committerache <ache@FreeBSD.org>1995-03-29 19:05:13 +0000
commit816ffdd3b82a57636f7d4ab6c286a035f95e003b (patch)
tree8208b20b0a0d549447840e01555eeb3cee83e193
parentf7ee54f0359ac0b48f709090ae9a81a76e6d90e5 (diff)
downloadFreeBSD-src-816ffdd3b82a57636f7d4ab6c286a035f95e003b.zip
FreeBSD-src-816ffdd3b82a57636f7d4ab6c286a035f95e003b.tar.gz
Remove TTY_OE & TTY_BI definitions to allow translation,
more work required and will follow
-rw-r--r--sys/dev/sio/sio.c4
-rw-r--r--sys/i386/isa/sio.c4
-rw-r--r--sys/isa/sio.c4
3 files changed, 3 insertions, 9 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 66e06cb..859164d 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.76 1995/03/28 12:26:40 ache Exp $
+ * $Id: sio.c,v 1.77 1995/03/28 19:22:11 ache Exp $
*/
#include "sio.h"
@@ -85,8 +85,6 @@ termioschars(t)
#define LOTS_OF_EVENTS 64 /* helps separate urgent events from input */
#define RB_I_HIGH_WATER (TTYHOG - 2 * RS_IBUFSIZE)
#define RS_IBUFSIZE 256
-#define TTY_BI TTY_FE /* XXX */
-#define TTY_OE TTY_PE /* XXX */
#define CALLOUT_MASK 0x80
#define CONTROL_MASK 0x60
diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c
index 66e06cb..859164d 100644
--- a/sys/i386/isa/sio.c
+++ b/sys/i386/isa/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.76 1995/03/28 12:26:40 ache Exp $
+ * $Id: sio.c,v 1.77 1995/03/28 19:22:11 ache Exp $
*/
#include "sio.h"
@@ -85,8 +85,6 @@ termioschars(t)
#define LOTS_OF_EVENTS 64 /* helps separate urgent events from input */
#define RB_I_HIGH_WATER (TTYHOG - 2 * RS_IBUFSIZE)
#define RS_IBUFSIZE 256
-#define TTY_BI TTY_FE /* XXX */
-#define TTY_OE TTY_PE /* XXX */
#define CALLOUT_MASK 0x80
#define CONTROL_MASK 0x60
diff --git a/sys/isa/sio.c b/sys/isa/sio.c
index 66e06cb..859164d 100644
--- a/sys/isa/sio.c
+++ b/sys/isa/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.76 1995/03/28 12:26:40 ache Exp $
+ * $Id: sio.c,v 1.77 1995/03/28 19:22:11 ache Exp $
*/
#include "sio.h"
@@ -85,8 +85,6 @@ termioschars(t)
#define LOTS_OF_EVENTS 64 /* helps separate urgent events from input */
#define RB_I_HIGH_WATER (TTYHOG - 2 * RS_IBUFSIZE)
#define RS_IBUFSIZE 256
-#define TTY_BI TTY_FE /* XXX */
-#define TTY_OE TTY_PE /* XXX */
#define CALLOUT_MASK 0x80
#define CONTROL_MASK 0x60
OpenPOWER on IntegriCloud