Subversion Repositories Kolibri OS

Rev

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

Rev 4325 Rev 4326
Line 252... Line 252...
252
        cmp     byte [PCI_Class], 2     ; network controller
252
        cmp     byte [PCI_Class], 2     ; network controller
253
        je      @f
253
        je      @f
Line 254... Line 254...
254
 
254
 
255
        cmp     byte [PCI_Class], 6     ; bridge type device
255
        cmp     byte [PCI_Class], 6     ; bridge type device
256
        jne     nextDev
256
        jne     nextDev
257
        cmp     byte [PCI_SubClass], 80 ; PCI-other bridge (for nvidia chipset)
257
        cmp     byte [PCI_SubClass], 0x80 ; PCI-other bridge (for nvidia chipset)
258
        jne     nextDev
258
        jne     nextDev
Line 259... Line 259...
259
       @@:
259
       @@:
260
 
260