From owner-freebsd-stable@FreeBSD.ORG Mon May 2 15:14:59 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE28516A4D0 for ; Mon, 2 May 2005 15:14:59 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4483043D54 for ; Mon, 2 May 2005 15:14:59 +0000 (GMT) (envelope-from lydianconcepts@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so894114rnf for ; Mon, 02 May 2005 08:14:58 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I8GohwU1KIA0GrQBTN83+HIxIIwEMEK3l/pdynpu4+WCQfygszCowwfDbKHSbsQSflKBR/8ZF/tnR42oV7yl3hs/NBSgiGXR4BlxzDEtAaaQJRJODzH7rx9J4oWt0L0W64pZ5fFnt0yIq7lYdW4zZCxkr5QQAC9Ibr6Uz96N9fk= Received: by 10.38.97.4 with SMTP id u4mr5819508rnb; Mon, 02 May 2005 08:14:58 -0700 (PDT) Received: by 10.38.104.23 with HTTP; Mon, 2 May 2005 08:14:58 -0700 (PDT) Message-ID: <7579f7fb0505020814743a97ff@mail.gmail.com> Date: Mon, 2 May 2005 08:14:58 -0700 From: Matthew Jacob To: Danny Braniss In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050502134905.GA15646@freebie.xs4all.nl> cc: Wilko Bulte cc: stable@freebsd.org Subject: Re: Can isp driver support Qlogic 2340 on FreeBSD5.x or later? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthew Jacob List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2005 15:15:00 -0000 Yeah, sorry- the newer QLogic cards have firmware that has a different protocol that I haven't written the code for yet. In general, always load the firmware module as well. *EVENTUALLY* we'll be able to unload it and reclaim the member. On 5/2/05, Danny Braniss wrote: > > On Mon, May 02, 2005 at 04:45:10PM +0300, Danny Braniss wrote.. > > > > Yes, the 234X cards have been supported for quite a while. > > > > > > > it seems not all of them: > > > it's a QLA2342/ISP2312 and im getting: > > > isp1: port 0x2400-0x24ff mem > > > 0xfe8e0000-0xfe8e0fff irq 24 at device 8.0 on pci3 > > > isp1: bad execution throttle of 0- using 16 > > > isp2: port 0x2000-0x20ff mem > > > 0xfe8f0000-0xfe8f0fff irq 27 at device 8.1 on pci3 > > > isp2: bad execution throttle of 0- using 16 > > > > > > Have you loaded the ispfw.ko firmware module? Matt tests the driver > > against that firmware, not against all the firmware revs Qlogic has > > released over time. > BINGO! > and i thought isp does the firmware update ... >=20 > thanks, > danny >=20 >