Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4325 → Rev 4326

/programs/network/netcfg/netcfg.asm
254,7 → 254,7
 
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
@@: