// Maybe bit 23 must be set for the device to be valid?\r
// - Actually, maybe 23 means that there are sub-functions\r
if(fcn == 0) {\r
- if( !(devInfo.ConfigCache[3] & 0x800000) )\r
+ if( !(devInfo.ConfigCache[3] & 0x00800000) )\r
break;\r
}\r
}\r
File "ls" "../../../Usermode/Applications/ls"
File "cat" "../../../Usermode/Applications/cat"
File "mount" "../../../Usermode/Applications/mount"
+ File "pcidump" "../../../Usermode/Applications/pcidump"
}
Dir "Libs" {
File "ld-acess.so" "../../../Usermode/Libraries/ld-acess.so"