Subversion Repositories Kolibri OS

Rev

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

Rev 1541 Rev 2220
Line 434... Line 434...
434
 
434
 
Line 435... Line 435...
435
	make_bus_master [device.pci_bus], [device.pci_dev]
435
	make_bus_master [device.pci_bus], [device.pci_dev]
436
 
436
 
437
; Get Card Revision
437
; Get Card Revision
Line 438... Line 438...
438
	stdcall PciRead8, dword [device.pci_bus], dword [device.pci_dev], 0x08
438
	stdcall PciRead8, dword [device.pci_bus], dword [device.pci_dev], 0x08
439
	mov	[pci_revision], al							; save the revision for later use
439
	mov	[device.pci_revision], al						       ; save the revision for later use
440
 
440
 
441
; Look up through the specific_table
441
; Look up through the specific_table
Line 1253... Line 1253...
1253
 
1253
 
1254
	cmp	dword [esp+8], 60
1254
	cmp	dword [esp+8], 60
Line 1255... Line 1255...
1255
	jl	transmit_finish
1255
	jl	transmit_finish
-
 
1256
 
1256
 
1257
	movzx	ecx, [device.cur_tx]
Line 1257... Line 1258...
1257
	movzx	ecx, [device.cur_tx]
1258
	shl	ecx, 4
1258
	mov	ecx, [device.txd+ecx*16]
1259
	mov	ecx, [device.txd+ecx]
Line 1259... Line 1260...
1259
 
1260