Subversion Repositories Kolibri OS

Rev

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

Rev 6480 Rev 7250
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                                 ;;
2
;;                                                                 ;;
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved.    ;;
3
;; Copyright (C) KolibriOS team 2004-2018. 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
;;  RTL8169 driver for KolibriOS                                   ;;
6
;;  RTL8169 driver for KolibriOS                                   ;;
7
;;                                                                 ;;
7
;;                                                                 ;;
8
;;  Copyright 2007 mike.dld,                                       ;;
8
;;  Copyright 2007 mike.dld,                                       ;;
Line 249... Line 249...
249
        io_addr         dd ?
249
        io_addr         dd ?
250
        pci_bus         dd ?
250
        pci_bus         dd ?
251
        pci_dev         dd ?
251
        pci_dev         dd ?
252
        irq_line        db ?
252
        irq_line        db ?
253
                        rb 3 ; align 4
253
                        rb 3 ; align 4
254
        mmio_addr       dd ? ; memory map physical address
-
 
255
        pcfg            dd ?
254
        pcfg            dd ?
256
        mcfg            dd ?
255
        mcfg            dd ?
Line 257... Line 256...
257
 
256
 
258
        cur_rx          dd ? ; Index into the Rx descriptor buffer of next Rx pkt
257
        cur_rx          dd ? ; Index into the Rx descriptor buffer of next Rx pkt