forked from KolibriOS/kolibrios
disabled superfluous debug output.
git-svn-id: svn://kolibrios.org@4642 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
507451f315
commit
7c3c605db6
@ -31,7 +31,7 @@ entry START
|
||||
MAX_DEVICES = 16
|
||||
|
||||
__DEBUG__ = 1
|
||||
__DEBUG_LEVEL__ = 1 ; 1 = all, 2 = errors only
|
||||
__DEBUG_LEVEL__ = 2 ; 1 = all, 2 = errors only
|
||||
|
||||
TX_RING_SIZE = 4
|
||||
RX_RING_SIZE = 4
|
||||
|
Loading…
Reference in New Issue
Block a user