Module Name:    src
Committed By:   tsutsui
Date:           Sun May  3 13:52:36 UTC 2009

Modified Files:
        src/sys/dev/ic: comvar.h

Log Message:
Make COM_RING_SIZE configurable by kernel config(5).


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/ic/comvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/comvar.h
diff -u src/sys/dev/ic/comvar.h:1.63 src/sys/dev/ic/comvar.h:1.64
--- src/sys/dev/ic/comvar.h:1.63	Fri Oct 24 04:43:08 2008
+++ src/sys/dev/ic/comvar.h	Sun May  3 13:52:36 2009
@@ -70,7 +70,9 @@
 #define	COM_HW_NO_TXPRELOAD	0x200
 
 /* Buffer size for character buffer */
+#ifndef COM_RING_SIZE
 #define	COM_RING_SIZE	2048
+#endif
 
 #ifdef	COM_REGMAP
 #define	COM_REG_RXDATA		0

Reply via email to