Bug 110359

Summary: mpt man page omission
Product: Documentation Reporter: Vick Khera <vivek>
Component: Books & ArticlesAssignee: Christian Brueffer <brueffer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Vick Khera 2007-03-15 21:50:03 UTC
	

The mpt(4) driver supports LSI FC949E and FC949X chipsets foudn in their
latest 4GB/sec Fibre Channel controllers.  The man page omits these (as does
the supported hardware list on the web site) making it difficult to determine
if these cards work with FreeBSD (which it seems they do).

Fix: 

Add 

    LSI Logic FC949E, LSI Logic FC929X (Dual 4Gb/s Fibre Channel)

to the man page and similar to whatever XML document generates
http://www.freebsd.org/releases/6.2R/hardware-i386.html
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2007-03-16 08:01:30 UTC
Responsible Changed
From-To: freebsd-doc->brueffer

Both mpt(4) and isp(4) need work, it's on my TODO list.
Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2010-05-14 02:10:26 UTC
State Changed
From-To: open->patched

Added, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-05-14 02:10:34 UTC
Author: brueffer
Date: Fri May 14 01:10:20 2010
New Revision: 208053
URL: http://svn.freebsd.org/changeset/base/208053

Log:
  Mention LSI Logic FC949E.
  
  PR:		110359
  Submitted by:	Vivek Khera <vivek@khera.org>
  MFC after:	3 days

Modified:
  head/share/man/man4/mpt.4

Modified: head/share/man/man4/mpt.4
==============================================================================
--- head/share/man/man4/mpt.4	Fri May 14 00:00:19 2010	(r208052)
+++ head/share/man/man4/mpt.4	Fri May 14 01:10:20 2010	(r208053)
@@ -35,7 +35,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 15, 2009
+.Dd May 13, 2010
 .Dt MPT 4
 .Os
 .Sh NAME
@@ -105,6 +105,7 @@ LSI Logic FC949X
 (Dual 4Gb/s
 .Tn Fibre Channel )
 .It
+LSI Logic FC949E,
 LSI Logic FC949ES
 (Dual 4Gb/s
 .Tn Fibre Channel PCI-Express)
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 4 Christian Brueffer freebsd_committer freebsd_triage 2010-05-23 21:16:26 UTC
State Changed
From-To: patched->closed

MFCs done.