From owner-freebsd-current@FreeBSD.ORG Mon Feb 19 09:53:15 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A74D016A406 for ; Mon, 19 Feb 2007 09:53:15 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.freebsd.org (Postfix) with ESMTP id 65D9313C4A6 for ; Mon, 19 Feb 2007 09:53:15 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1HJ5Cr-000I1J-Ht for freebsd-current@freebsd.org; Mon, 19 Feb 2007 11:53:13 +0200 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 19 Feb 2007 11:53:13 +0200 From: Danny Braniss Message-ID: Subject: problems porting iSCSI to current 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: Mon, 19 Feb 2007 09:53:15 -0000 Hi all, im getting stuck in destroy_dev(...) because si_threadcount is not zero, (actually 1 before the call), all this in sys/kern_conf.c. what magic am I doing wrong? danny