summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>1996-04-10 18:09:58 +0000
committerscrappy <scrappy@FreeBSD.org>1996-04-10 18:09:58 +0000
commitca605615956b18af1d70d76e1292e4e97b20ad0b (patch)
tree59d8aad42a1508a5db6a80104bc7c33c91a6e634 /sys/isa
parenta74b0e1caf89ba0de22494f936d2049b7993af40 (diff)
downloadFreeBSD-src-ca605615956b18af1d70d76e1292e4e97b20ad0b.zip
FreeBSD-src-ca605615956b18af1d70d76e1292e4e97b20ad0b.tar.gz
removed RS_IBUFSIZE #ifndef - have been informed it was a bad idea
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/sio.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/isa/sio.c b/sys/isa/sio.c
index 1d19344..3db645e 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.136 1996/03/27 20:03:24 bde Exp $
+ * $Id: sio.c,v 1.137 1996/04/10 04:18:36 scrappy Exp $
*/
#include "sio.h"
@@ -85,9 +85,7 @@
#define LOTS_OF_EVENTS 64 /* helps separate urgent events from input */
#define RB_I_HIGH_WATER (TTYHOG - 2 * RS_IBUFSIZE)
-#ifndef RS_IBUFSIZE
#define RS_IBUFSIZE 256
-#endif
#define CALLOUT_MASK 0x80
#define CONTROL_MASK 0x60
OpenPOWER on IntegriCloud