Subversion Repositories Kolibri OS

Rev

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

Rev 3777 Rev 4418
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: 3777 $
8
$Revision: 4418 $
9
 
9
 
10
 
10
 
Line 507... Line 507...
507
        fd              dd ?
507
        fd              dd ?
508
        vendor_device_id dd ?
508
        vendor_device_id dd ?
509
        class           dd ?
509
        class           dd ?
510
        devfn           db ?
510
        devfn           db ?
511
        bus             db ?
511
        bus             db ?
-
 
512
                        rb 2
-
 
513
        owner           dd ? ; pointer to SRV or 0
512
ends
514
ends
Line 513... Line 515...
513
 
515
 
514
; The following macro assume that we are on uniprocessor machine.
516
; The following macro assume that we are on uniprocessor machine.
515
; Serious work is needed for multiprocessor machines.
517
; Serious work is needed for multiprocessor machines.