Subversion Repositories Kolibri OS

Rev

Rev 7250 | Rev 9147 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7250 Rev 7809
Line 26... Line 26...
26
        __DEBUG__               = 1
26
        __DEBUG__               = 1
27
        __DEBUG_LEVEL__         = 2             ; 1 = verbose, 2 = errors only
27
        __DEBUG_LEVEL__         = 2             ; 1 = verbose, 2 = errors only
Line 28... Line 28...
28
 
28
 
Line 29... Line 29...
29
        MAX_PKT_SIZE            = 1514          ; Maximum packet size
29
        MAX_PKT_SIZE            = 1514          ; Maximum packet size
30
 
30
 
Line 31... Line 31...
31
        RX_RING_SIZE            = 8             ; Must be a power of 2, and minimum 8
31
        RX_RING_SIZE            = 64             ; Must be a power of 2, and minimum 8
Line 32... Line 32...
32
        TX_RING_SIZE            = 8             ; Must be a power of 2, and minimum 8
32
        TX_RING_SIZE            = 64             ; Must be a power of 2, and minimum 8
33
 
33