Fix for previous revision

git-svn-id: svn://kolibrios.org@4326 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2013-12-04 20:38:09 +00:00
parent 66ff5b4681
commit cf448cafd3

View File

@ -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
@@: