ciss driver

Christoph Hoffmann christoph.hoffmann at biff.ch
Wed Nov 21 10:24:43 PST 2007


(o) FreeBSD 8.0-CURRENT #1
--------------------------

so far, /var/log/messages is full of

kernel: ciss0: SENDING NOP MESSAGE FAILED

the trouble is we have the same msg in two different places
I've changed this a bit:
[...]
    3112         if ((error = ciss_start(cr)) != 0) {
    3113             ciss_printf(sc, "SENDING NOP MESSAGE FAILED 3113 
\n");
    3114         }
[...]
    3138     if (ciss_report_request(cr, NULL, NULL) != 0) {
    3139         ciss_printf(sc, "SENDING NOP MESSAGE FAILED 3139\n");
    3140     }
[...]

I expect the same on FreeBSD 7.0-BETA3 #5

I'll send the results as soon as it is done.

Regards,

Christoph



More information about the freebsd-current mailing list