From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 13 10:16:15 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EF6916A41C for ; Wed, 13 Jul 2005 10:16:15 +0000 (GMT) (envelope-from ravikrish@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0563C43D45 for ; Wed, 13 Jul 2005 10:16:14 +0000 (GMT) (envelope-from ravikrish@gmail.com) Received: by zproxy.gmail.com with SMTP id 12so81380nzp for ; Wed, 13 Jul 2005 03:16:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uh6kY2TguoFrAyb/6I3p+NVxbaNcJ6joqDzMS6S2A2PPdovDS1iIOaRm8zt8JHCSS5o7+bWQS37rygGcdqXmAl9Rdwv5Wb3jUpEXf6muBi7cTf+EbK84WfqbNqItaANbfgkt73bqFKoiL43uMV053/59BKP98ncmmfd4VplrA68= Received: by 10.36.147.15 with SMTP id u15mr749426nzd; Wed, 13 Jul 2005 03:16:14 -0700 (PDT) Received: by 10.36.10.12 with HTTP; Wed, 13 Jul 2005 03:16:14 -0700 (PDT) Message-ID: <6669fd8605071303166b8c7f5a@mail.gmail.com> Date: Wed, 13 Jul 2005 15:46:14 +0530 From: Ravi Krishna To: freebsd-hackers@freebsd.org In-Reply-To: <85e04aca050712225152451d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <85e04aca050712093228e131da@mail.gmail.com> <85e04aca050712225152451d@mail.gmail.com> Subject: QLogic ISP 2322 driver X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ravi Krishna List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 10:16:15 -0000 Hi, I am running FreeBSD 5.3 and have recently added QLogic ISP 2322 PCI FC-AL Adapter to the system to add a Fibre Channel shelf but I am not able to find a suitable driver for it. I tried using isp.ko which works for ISP 2312 for this device but landed up with this error: isp0: port 0x2100-0x21ff mem 0xc02c1000-0xc02c1fff irq 52 at device 2.0 on pci3 isp0: [GIANT-LOCKED] NMI watchdog detects starvation on cpu with count 16 handling NMI in trap as a fault kernel trap 19 with interrupts disabled NMI ... going to debugger Is there any other driver (MP-safe) available for this device? I am running Intel Xeon 2.4GHz machine (HT enabled) with 1GB of RAM Thanks and Regards, Ravi