Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

diagnostic messages with 2.0_BETA



Hi,

a fresh install of 2.0_BETA shows this:

  ...
  Kernelized RAIDframe activated
  scsibus0: waiting 2 seconds for devices to settle...
  call_sicallback: 21 more dynamic structures 25 total
  call_sicallback: 1 more dynamic structures 26 total

This is coming from arch/amiga/amiga/machdep.c

  #ifdef DIAGNOSTIC
        if (ncbd) {
                ncb += ncbd;
                printf("call_sicallback: %d more dynamic structures %d total\n",
                    ncbd, ncb);
                ncbd = 0;
        }
  #endif  

Since this is diagnostic output, should I change anything in my config
file?

ciao
     Klaus



Home | Main Index | Thread Index | Old Index