From owner-freebsd-current@FreeBSD.ORG Wed Jul 18 18:27:20 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 0FF6616A413 for ; Wed, 18 Jul 2007 18:27:20 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.freebsd.org (Postfix) with ESMTP id CA4E013C471 for ; Wed, 18 Jul 2007 18:27:19 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.14.0/8.14.0) with ESMTP id l6IIRJKY006846 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Jul 2007 14:27:19 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id l6IIQoiU069552; Wed, 18 Jul 2007 14:26:50 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18078.23425.710899.251466@grasshopper.cs.duke.edu> Date: Wed, 18 Jul 2007 14:26:50 -0400 (EDT) To: Mike Tancsa In-Reply-To: <200707180239.l6I2dgD1010356@lava.sentex.ca> References: <200707180239.l6I2dgD1010356@lava.sentex.ca> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Cc: freebsd-current@freebsd.org Subject: Re: chelsio driver and Myricom 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, 18 Jul 2007 18:27:20 -0000 Mike Tancsa writes: > With the Myricom, it seems to work, but it doesnt detect the cx4 > media type for some reason. For mxge, I have no easy way to know from the driver if the media is 10G_LR, 10G_SR, or 10G_CX4, just if the link is up or down. When I integrated the driver in the spring of '06, we didn't even have a 10G_CX4 type, so I confess that I took the easy way out and forgot all about it. It is now on my TODO list. Sorry for the confusion! Drew