Subversion Repositories Kolibri OS

Rev

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

Rev 4269 Rev 4423
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 4269 $
8
$Revision: 4423 $
9
 
9
 
10
 
10
 
Line 512... Line 512...
512
        class           dd ?
512
        class           dd ?
513
        svid_sdid       dd ?
513
        svid_sdid       dd ?
514
        devfn           db ?
514
        devfn           db ?
515
        bus             db ?
515
        bus             db ?
516
        irq_line        db ?
516
        irq_line        db ?
-
 
517
                        rb 1
-
 
518
        owner           dd ? ; pointer to SRV or 0
517
ends
519
ends
Line 518... Line 520...
518
 
520
 
519
; The following macro assume that we are on uniprocessor machine.
521
; The following macro assume that we are on uniprocessor machine.
520
; Serious work is needed for multiprocessor machines.
522
; Serious work is needed for multiprocessor machines.