Subversion Repositories Kolibri OS

Rev

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

Rev 387 Rev 444
Line -... Line 1...
-
 
1
$Revision: 431 $
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
3
;;                                                                  ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved.     ;;
-
 
5
;; Distributed under terms of the GNU General Public License        ;;
2
;;                                                                    ;;
6
;;                                                                  ;;
3
;;  PCNET32.INC                                                       ;;
7
;;  PCNET32.INC                                                     ;;
4
;;                                                                    ;;
8
;;                                                                  ;;
5
;;  Ethernet driver for Menuet OS                                     ;;
9
;;  Ethernet driver for Menuet OS                                   ;;
6
;;                                                                    ;;
10
;;                                                                  ;;
7
;;  Version 1.0  31 July 2004                                         ;;
11
;;  Version 1.0  31 July 2004                                       ;;
8
;;                                                                    ;;
12
;;                                                                  ;;
9
;;  This driver is based on the PCNet32 driver from                   ;;
13
;;  This driver is based on the PCNet32 driver from                 ;;
10
;;  the etherboot 5.0.6 project. The copyright statement is           ;;
14
;;  the etherboot 5.0.6 project. The copyright statement is         ;;
11
;;                                                                    ;;
15
;;                                                                  ;;
12
;;          GNU GENERAL PUBLIC LICENSE                                ;;
16
;;          GNU GENERAL PUBLIC LICENSE                              ;;
13
;;             Version 2, June 1991                                   ;;
17
;;             Version 2, June 1991                                 ;;
14
;;                                                                    ;;
18
;;                                                                  ;;
15
;;  remaining parts Copyright 2004 Jarek Pelczar,                     ;;
19
;;  remaining parts Copyright 2004 Jarek Pelczar,                   ;;
16
;;   jpelczar@interia.pl                                              ;;
20
;;   jpelczar@interia.pl                                            ;;
17
;;                                                                    ;;
21
;;                                                                  ;;
18
;;  See file COPYING for details                                      ;;
22
;;  See file COPYING for details                                    ;;
19
;;                                                                    ;;
23
;;                                                                  ;;
20
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
24
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
21
;macro PutStr X
25
;macro PutStr X
22
;{
26
;{
23
; local .__xyz1
27
; local .__xyz1
24
; local .__xyz2
28
; local .__xyz2
25
; push esi
29
; push esi