Subversion Repositories Kolibri OS

Rev

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

Rev 1259 Rev 1274
Line 12... Line 12...
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
13
;;             Version 2, June 1991                                ;;
13
;;             Version 2, June 1991                                ;;
14
;;                                                                 ;;
14
;;                                                                 ;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 16... Line 16...
16
 
16
 
Line 17... Line 17...
17
$Revision: 1259 $
17
$Revision: 1274 $
18
 
18
 
Line 19... Line 19...
19
MAX_ETH_DEVICES 	equ MAX_NET_DEVICES
19
MAX_ETH_DEVICES 	equ MAX_NET_DEVICES
Line 42... Line 42...
42
	.mode		dd ?  ; This dword contains cable status (10mbit/100mbit, full/half duplex, auto negotiation or not,..)
42
	.mode		dd ?  ; This dword contains cable status (10mbit/100mbit, full/half duplex, auto negotiation or not,..)
43
	.name		dd ?
43
	.name		dd ?
44
	.mac		dp ?
44
	.mac		dp ?
45
ends			      ; the rest of the device struct depends on the type of device
45
ends			      ; the rest of the device struct depends on the type of device
Line -... Line 46...
-
 
46
 
-
 
47
struct	eth_queue_entry
-
 
48
	.owner		dd ?
-
 
49
	.data_ptr	dd ?
-
 
50
	.data_size	dd ?
-
 
51
	.size:
-
 
52
ends
Line 46... Line 53...
46
 
53
 
47
 
54
 
Line 48... Line 55...
48
align 4
55
align 4