From owner-freebsd-hackers@FreeBSD.ORG Thu Sep 23 15:09:19 2004 Return-Path: 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 624E816A4CE for ; Thu, 23 Sep 2004 15:09:19 +0000 (GMT) Received: from intelli7.com (host350.jtan.com [207.106.6.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35BC543D1F for ; Thu, 23 Sep 2004 15:09:19 +0000 (GMT) (envelope-from bcg@intelli7.com) Received: from [192.168.0.2] (unknown [65.222.158.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by intelli7.com (Postfix) with ESMTP id 1D3CE7DC86A; Thu, 23 Sep 2004 11:13:06 -0400 (EDT) From: Brenden Grace To: freebsd-hackers@freebsd.org In-Reply-To: <4152E1C4.6030003@palisadesys.com> References: <4152E1C4.6030003@palisadesys.com> Content-Type: text/plain Message-Id: <1095952016.2670.228.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Thu, 23 Sep 2004 11:06:57 -0400 Content-Transfer-Encoding: 7bit Subject: Re: Niagara 2250/2260 dual Gigabit passthrough NIC watchdog driver? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2004 15:09:19 -0000 On Thu, 2004-09-23 at 10:46, Guy Helmer wrote: > Has anyone done a FreeBSD driver for this card or patched if_em.c for it? The Niagara "driver" is really just the em driver with a character device to handle the user land utility. I have ported the basic functionality of the Niagara cdev to FreeBSD 5.x, but have yet to finish the watchdog stuff. Currently you can use the user land utility to put the interface in bypass or active mode and retrieve information about the card. There is a decent chance that this work will be open sourced by either InterfaceMasters or by us, but I can not speak with complete authority on the matter. -- Brenden C. Grace Intelli7