From owner-svn-src-all@FreeBSD.ORG Tue Apr 19 16:52:36 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67ECF106566B; Tue, 19 Apr 2011 16:52:36 +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 55DCE8FC1B; Tue, 19 Apr 2011 16:52:36 +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 p3JGqaxZ015198; Tue, 19 Apr 2011 16:52:36 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p3JGqabB015196; Tue, 19 Apr 2011 16:52:36 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <201104191652.p3JGqabB015196@svn.freebsd.org> From: Alexander Motin Date: Tue, 19 Apr 2011 16:52:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r220854 - stable/8/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2011 16:52:36 -0000 Author: mav Date: Tue Apr 19 16:52:36 2011 New Revision: 220854 URL: http://svn.freebsd.org/changeset/base/220854 Log: MFC r220449: Add reference to led(4), supported now. Add some details about supported chips. Modified: stable/8/share/man/man4/siis.4 Directory Properties: stable/8/share/man/man4/ (props changed) Modified: stable/8/share/man/man4/siis.4 ============================================================================== --- stable/8/share/man/man4/siis.4 Tue Apr 19 16:51:17 2011 (r220853) +++ stable/8/share/man/man4/siis.4 Tue Apr 19 16:52:36 2011 (r220854) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 18, 2009 +.Dd April 8, 2011 .Dt SIIS 4 .Os .Sh NAME @@ -93,6 +93,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. @@ -101,14 +107,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 , @@ -116,6 +129,7 @@ SiI3531 .Xr cam 4 , .Xr cd 4 , .Xr da 4 , +.Xr led 4 , .Xr sa 4 .Sh HISTORY The