Subversion Repositories Kolibri OS

Rev

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

Rev 3545 Rev 4467
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                                    ;;
2
;;                                                                    ;;
3
;; Copyright (C) KolibriOS team 2004-2013. All rights reserved.       ;;
3
;; Copyright (C) KolibriOS team 2004-2014. All rights reserved.       ;;
4
;; Distributed under terms of the GNU General Public License          ;;
4
;; Distributed under terms of the GNU General Public License          ;;
5
;;                                                                    ;;
5
;;                                                                    ;;
6
;;  Ethernet driver for KolibriOS                                     ;;
6
;;  Ethernet driver for KolibriOS                                     ;;
7
;;  This is an adaptation of MenuetOS driver with minimal changes.    ;;
7
;;  This is an adaptation of MenuetOS driver with minimal changes.    ;;
8
;;  Changes were made by CleverMouse. Original copyright follows.     ;;
8
;;  Changes were made by CleverMouse. Original copyright follows.     ;;
Line 195... Line 195...
195
; For SiS962 or SiS963, request the eeprom software access
195
; For SiS962 or SiS963, request the eeprom software access
196
        EEREQ           = 0x00000400
196
        EEREQ           = 0x00000400
197
        EEDONE          = 0x00000200
197
        EEDONE          = 0x00000200
198
        EEGNT           = 0x00000100
198
        EEGNT           = 0x00000100
Line 199... Line -...
199
 
-
 
-
 
199
 
-
 
200
include '../struct.inc'
200
 
201
include '../macros.inc'
201
include '../proc32.inc'
202
include '../proc32.inc'
202
include '../imports.inc'
203
include '../imports.inc'
203
include '../fdo.inc'
204
include '../fdo.inc'