From owner-svn-src-head@FreeBSD.ORG Fri Apr 8 12:46:47 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9825B106564A; Fri, 8 Apr 2011 12:46:47 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8906E8FC0C; Fri, 8 Apr 2011 12:46:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p38CklM9080503; Fri, 8 Apr 2011 12:46:47 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p38Ckl4p080501; Fri, 8 Apr 2011 12:46:47 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201104081246.p38Ckl4p080501@svn.freebsd.org> From: Alexander Motin Date: Fri, 8 Apr 2011 12:46:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r220449 - head/share/man/man4 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2011 12:46:47 -0000 Author: mav Date: Fri Apr 8 12:46:47 2011 New Revision: 220449 URL: http://svn.freebsd.org/changeset/base/220449 Log: Add reference to led(4), supported now. Add some details about supported chips. Modified: head/share/man/man4/siis.4 Modified: head/share/man/man4/siis.4 ============================================================================== --- head/share/man/man4/siis.4 Fri Apr 8 12:33:07 2011 (r220448) +++ head/share/man/man4/siis.4 Fri Apr 8 12:46:47 2011 (r220449) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 18, 2009 +.Dd April 8, 2011 .Dt SIIS 4 .Os .Sh NAME @@ -92,6 +92,12 @@ Port Multipliers (including FIS-based sw (31 command per port), Native Command Queuing, SATA interface Power Management, device hot-plug and Message Signaled Interrupts. .Pp +The activity LEDs of the adapters supported by the +.Nm +driver can be controlled via the +.Xr led 4 +API for localization or status reporting purposes. +.Pp Same hardware is also supported by the atasiliconimage driver from .Xr ata 4 subsystem. @@ -100,14 +106,21 @@ given precedence as the more functional .Sh HARDWARE The .Nm -driver supports the following controllers: +driver supports the following controller chips: .Bl -bullet -compact .It -SiI3124 +SiI3124 (PCI-X 133MHz/64bit, 4 ports) .It -SiI3132 +SiI3131 (PCIe 1.0 x1, 1 port) .It -SiI3531 +SiI3132 (PCIe 1.0 x1, 2 ports) +.It +SiI3531 (PCIe 1.0 x1, 1 port) +.El +.Sh FILES +.Bl -tag -width /dev/led/siisch* +.It Pa /dev/led/siisch* +identification LED device nodes .El .Sh SEE ALSO .Xr ada 4 , @@ -115,6 +128,7 @@ SiI3531 .Xr cam 4 , .Xr cd 4 , .Xr da 4 , +.Xr led 4 , .Xr sa 4 .Sh HISTORY The