forked from KolibriOS/kolibrios
Fix for previous revision
git-svn-id: svn://kolibrios.org@4326 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
66ff5b4681
commit
cf448cafd3
@ -254,7 +254,7 @@ Start_Enum:
|
||||
|
||||
cmp byte [PCI_Class], 6 ; bridge type device
|
||||
jne nextDev
|
||||
cmp byte [PCI_SubClass], 80 ; PCI-other bridge (for nvidia chipset)
|
||||
cmp byte [PCI_SubClass], 0x80 ; PCI-other bridge (for nvidia chipset)
|
||||
jne nextDev
|
||||
@@:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user