artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a17a568
)
change ZLRB_RING_SIZE to 4096
author
deraadt
<deraadt@openbsd.org>
Wed, 22 Nov 1995 11:03:05 +0000
(11:03 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 22 Nov 1995 11:03:05 +0000
(11:03 +0000)
sys/arch/sparc/dev/zsvar.h
patch
|
blob
|
history
diff --git
a/sys/arch/sparc/dev/zsvar.h
b/sys/arch/sparc/dev/zsvar.h
index
2726db2
..
b552227
100644
(file)
--- a/
sys/arch/sparc/dev/zsvar.h
+++ b/
sys/arch/sparc/dev/zsvar.h
@@
-65,8
+65,8
@@
* When the value is a character + RR1 status, the character is in the
* upper 8 bits of the RR1 status.
*/
-#define ZLRB_RING_SIZE
256
/* ZS line ring buffer size */
-#define ZLRB_RING_MASK
255
/* mask for same */
+#define ZLRB_RING_SIZE
4096
/* ZS line ring buffer size */
+#define ZLRB_RING_MASK
(ZLRB_RING_SIZE-1)
/* mask for same */
/* 0 is reserved (means "no interrupt") */
#define ZRING_RINT 1 /* receive data interrupt */