From owner-freebsd-current@FreeBSD.ORG Wed Nov 21 18:24:43 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB73D16A41A for ; Wed, 21 Nov 2007 18:24:43 +0000 (UTC) (envelope-from christoph.hoffmann@biff.ch) Received: from aix.biff.ch (aix.biff.ch [80.238.135.101]) by mx1.freebsd.org (Postfix) with ESMTP id 4D0C413C474 for ; Wed, 21 Nov 2007 18:24:42 +0000 (UTC) (envelope-from christoph.hoffmann@biff.ch) Received: from localhost (localhost [127.0.0.1]) by aix.biff.ch (Postfix) with ESMTP id 2498F11FF02; Wed, 21 Nov 2007 19:23:50 +0100 (CET) Received: from aix.biff.ch ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02212-09; Wed, 21 Nov 2007 19:23:47 +0100 (CET) Received: from [192.168.2.27] (secmac.biff.ch [192.168.2.27]) by aix.biff.ch (Postfix) with ESMTP id 46BFD11FEDB; Wed, 21 Nov 2007 19:23:47 +0100 (CET) In-Reply-To: <47446D01.4060201@delphij.net> References: <47445D4D.9060207@delphij.net> <764F5A79-B6FA-45E3-988D-B5F965C8BC86@biff.ch> <47446D01.4060201@delphij.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Christoph Hoffmann Date: Wed, 21 Nov 2007 19:24:46 +0100 To: FreeBSD Current X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: by amavisd-new at biff.ch Cc: simokawa@FreeBSD.org, delphij@delphij.net, iwasaki@FreeBSD.org Subject: Re: ciss driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2007 18:24:43 -0000 (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