Subversion Repositories Kolibri OS

Rev

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

Rev 2010 Rev 2434
Line 28... Line 28...
28
;;                                                                 ;;
28
;;                                                                 ;;
29
;;  10.01.2007 Bugfix for l8139_transmit from Paolo Franchetti     ;;
29
;;  10.01.2007 Bugfix for l8139_transmit from Paolo Franchetti     ;;
30
;;                                                                 ;;
30
;;                                                                 ;;
31
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
31
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 32... Line 32...
32
 
32
 
Line 33... Line 33...
33
$Revision: 2010 $
33
$Revision: 2434 $
34
 
34
 
35
 
35
 
Line 181... Line 181...
181
rtl8139_rx_buff     equ     eth_data_start
181
rtl8139_rx_buff     equ     eth_data_start
182
rtl8139_tx_buff     equ     rtl8139_rx_buff + (RTL8139_RX_BUFFER_SIZE + MAX_ETH_FRAME_SIZE)
182
rtl8139_tx_buff     equ     rtl8139_rx_buff + (RTL8139_RX_BUFFER_SIZE + MAX_ETH_FRAME_SIZE)
Line 183... Line 183...
183
 
183
 
184
uglobal
184
uglobal
185
	align	4
185
        align   4
-
 
186
rtl8139_rx_buff_offset:
186
rtl8139_rx_buff_offset: dd 0
187
                        dd 0
187
curr_tx_desc dd 0
188
curr_tx_desc dd 0
Line 188... Line 189...
188
endg
189
endg
-
 
190
 
189
 
191
iglobal
190
iglobal
192
hw_ver_array:
191
hw_ver_array: db VER_RTL8139, VER_RTL8139A, VER_RTL8139B, VER_RTL8139C
193
              db VER_RTL8139, VER_RTL8139A, VER_RTL8139B, VER_RTL8139C
192
	      db VER_RTL8100, VER_RTL8139D, VER_RTL8139CP, VER_RTL8101
194
              db VER_RTL8100, VER_RTL8139D, VER_RTL8139CP, VER_RTL8101
Line 193... Line 195...
193
HW_VER_ARRAY_SIZE = $-hw_ver_array
195
HW_VER_ARRAY_SIZE = $-hw_ver_array
194
endg
196
endg
-
 
197
 
195
 
198
uglobal
Line 196... Line 199...
196
uglobal
199
hw_ver_id:
197
hw_ver_id: db 0
200
           db 0
198
endg
201
endg