From owner-freebsd-current@FreeBSD.ORG Thu Nov 4 19:36:04 2010 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 0F76C106566C for ; Thu, 4 Nov 2010 19:36:04 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1.yahoo.com (mrout1.yahoo.com [216.145.54.171]) by mx1.freebsd.org (Postfix) with ESMTP id E9FEF8FC12 for ; Thu, 4 Nov 2010 19:36:03 +0000 (UTC) Received: from [127.0.0.1] (proxy8.corp.yahoo.com [216.145.48.13]) by mrout1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id oA4JZ3qu037928 for ; Thu, 4 Nov 2010 12:35:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=yahoo-inc.com; s=cobra; t=1288899303; bh=T1YJQsQAFoUkWj5LaqiNbw2fKer9AtOOw2i1vZV5/4U=; h=Subject:From:Reply-To:To:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=rJMsD1fy5dJ6tmK9HRiIGy/I9wlKlvua988UnmU4dJchebVIcymP1DKQ4J9jm404n qE9o0T3LdPDnstrDe/0VmMTxsjjN/fYGBr8cV3KSwTjnk40nqhj6s30o5iW6Wx5+fq izLFeS1hlAAPEMMSwJjDCAbDsJW7RVZA9kM7LcgA= From: Sean Bruno To: "freebsd-current@freebsd.org" In-Reply-To: <1288814744.2647.6.camel@home-yahoo> References: <1288814744.2647.6.camel@home-yahoo> Content-Type: text/plain; charset="UTF-8" Date: Thu, 04 Nov 2010 12:35:03 -0700 Message-ID: <1288899303.6670.3.camel@home-yahoo> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Content-Transfer-Encoding: 7bit Subject: Re: Sanity Check, HP Bigger Iron DL580G7 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "sbruno@freebsd.org" List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2010 19:36:04 -0000 On Wed, 2010-11-03 at 13:05 -0700, Sean Bruno wrote: > Been working on getting this machine serviceable under FreeBSD with HP, > I need to try out some patches for other problems, but I wanted to link > folks to the pciconf output first. > > Most importantly, I see an unsupported ethernet controller in this box, > but other's may find other devices of interest as well. > > Sean > > http://people.freebsd.org/~sbruno/dl580g7_pciconf.txt > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Interesting stuff here. It *appears* that the Fibre Channel Adapter is not working correctly isp(4). Also, it appears that this 10G Ethernet card is a Qlogic 10G Ethernet device. I'm not aware of a qlogic driver for this device. http://people.freebsd.org/~sbruno/dl580g7_dmesg.txt Sean