Subversion Repositories Kolibri OS

Rev

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

Rev 4450 Rev 4467
Line 44... Line 44...
44
        RX_FIFO_THRESH          = 4             ; Rx buffer level before first PCI xfer.
44
        RX_FIFO_THRESH          = 4             ; Rx buffer level before first PCI xfer.
45
        RX_DMA_BURST            = 4             ; Maximum PCI burst, '4' is 256 bytes
45
        RX_DMA_BURST            = 4             ; Maximum PCI burst, '4' is 256 bytes
46
        TX_DMA_BURST            = 4
46
        TX_DMA_BURST            = 4
Line 47... Line -...
47
 
-
 
-
 
47
 
-
 
48
 
48
 
49
include '../struct.inc'
49
 
50
include '../macros.inc'
50
include '../proc32.inc'
51
include '../proc32.inc'
51
include '../imports.inc'
52
include '../imports.inc'