* Uwe Hermann uwe@hermann-uwe.de [070228 20:17]:
/* 3. Apply NOP. */ RAM_DEBUG_MESSAGE("Ram Enable 3: Apply NOP\r\n"); int s; for( s = 0; s != 0110; s = pci_read_config16( ctrl->d0, SDRAMC ) ) {
You probably mean 0x0110 here? (hex vs. decimal!)
careful 0110 is even an octal number.