projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed40adb
)
Change default buffer size to 64kB
author
David Schleef
<ds@schleef.org>
Fri, 30 Aug 2002 22:24:26 +0000
(22:24 +0000)
committer
David Schleef
<ds@schleef.org>
Fri, 30 Aug 2002 22:24:26 +0000
(22:24 +0000)
comedi/drivers.c
patch
|
blob
|
history
diff --git
a/comedi/drivers.c
b/comedi/drivers.c
index d0eeea841e49b9b0dfc7bb0e9c3027192657dee3..2e1f6696eb393052a3c2f0132c97eaa232e2689b 100644
(file)
--- a/
comedi/drivers.c
+++ b/
comedi/drivers.c
@@
-245,7
+245,7
@@
static int postconfig(comedi_device *dev)
s->async = async;
#define DEFAULT_BUF_MAXSIZE (64*1024)
-#define DEFAULT_BUF_SIZE (
16
*1024)
+#define DEFAULT_BUF_SIZE (
64
*1024)
async->max_bufsize = DEFAULT_BUF_MAXSIZE;
if(!s->buf_alloc) s->buf_alloc = buf_alloc;