Date: Wed, 21 Nov 2007 19:24:46 +0100 From: Christoph Hoffmann <christoph.hoffmann@biff.ch> To: FreeBSD Current <freebsd-current@freebsd.org> Cc: simokawa@FreeBSD.org, delphij@delphij.net, iwasaki@FreeBSD.org Subject: Re: ciss driver Message-ID: <FA36A1A7-84A2-4FCF-B345-65C0CA9A09E1@biff.ch> In-Reply-To: <47446D01.4060201@delphij.net> References: <AEA1F27A-D55D-4C3E-9608-BF106C9B7A3C@biff.ch> <47445D4D.9060207@delphij.net> <764F5A79-B6FA-45E3-988D-B5F965C8BC86@biff.ch> <47446D01.4060201@delphij.net>
next in thread | previous in thread | raw e-mail | index | archive | help
(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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FA36A1A7-84A2-4FCF-B345-65C0CA9A09E1>