From owner-cvs-src@FreeBSD.ORG Wed Feb 28 23:50:40 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EBF616A401; Wed, 28 Feb 2007 23:50:40 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from voodoo.bawue.com (voodoo.bawue.com [212.9.161.119]) by mx1.freebsd.org (Postfix) with ESMTP id D8BE013C481; Wed, 28 Feb 2007 23:50:39 +0000 (UTC) (envelope-from krion@voodoo.bawue.com) Received: from krion by voodoo.bawue.com with local (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HMY9s-0004VW-85; Thu, 01 Mar 2007 00:24:28 +0100 Date: Thu, 1 Mar 2007 00:24:28 +0100 From: Kirill Ponomarew To: Matt Jacob Message-ID: <20070228232428.GA17165@voodoo.bawue.com> References: <200702282321.l1SNLqNP088584@repoman.freebsd.org> <20070228232157.DA66616A52D@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070228232157.DA66616A52D@hub.freebsd.org> X-NIC-HDL: KP869-RIPE Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 isp.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2007 23:50:40 -0000 On Wed, Feb 28, 2007 at 11:21:57PM +0000, Matt Jacob wrote: > mjacob 2007-02-28 23:21:51 UTC > > FreeBSD src repository > > Modified files: > share/man/man4 isp.4 > Log: > Update the isp man page. > MFC after: 2 weeks > > Revision Changes Path > 1.25 +41 -27 src/share/man/man4/isp.4 > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > Index: src/share/man/man4/isp.4 > diff -u src/share/man/man4/isp.4:1.24 src/share/man/man4/isp.4:1.25 > --- src/share/man/man4/isp.4:1.24 Mon Sep 18 15:24:19 2006 > +++ src/share/man/man4/isp.4 Wed Feb 28 23:21:51 2007 > @@ -29,7 +29,7 @@ > .\" > .\" $FreeBSD$ > .\" > -.Dd February 6, 2006 > +.Dd February 28, 2007 > .Dt ISP 4 > .Os > .Sh NAME > @@ -69,19 +69,23 @@ > 3 only, minor patches to the Qlogic 2200 to force Class 2 mode). > Support is available for Public and Private loops, and for > point-to-point connections (Qlogic 2200 only). > -The newer 2-Gigabit cards (2300, 2312) are also supported. > +The newer 2-Gigabit cards (2300, 2312, 2322) and 4-Gigabit(2422, 2432) > +are also supported. Do you know or did you ever test if QLE246x is supported ? -Kirill