From owner-cvs-src-old@FreeBSD.ORG Fri Jun 10 08:51:21 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0436106564A for ; Fri, 10 Jun 2011 08:51:21 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9EE7A8FC16 for ; Fri, 10 Jun 2011 08:51:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5A8pLS3071653 for ; Fri, 10 Jun 2011 08:51:21 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5A8pLY5071652 for cvs-src-old@freebsd.org; Fri, 10 Jun 2011 08:51:21 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201106100851.p5A8pLY5071652@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Fri, 10 Jun 2011 08:49:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/man/man4 ahci.4 src/sys/dev/ahci ahci.c ahci.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2011 08:51:21 -0000 mav 2011-06-10 08:49:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man4 ahci.4 sys/dev/ahci ahci.c ahci.h Log: SVN rev 222916 on 2011-06-10 08:49:38Z by mav MFC rr222039: Add support for "LED" enclosure management messages, defined by the AHCI. When supported by hardware, this allows to control per-port activity, locate and fault LEDs via the led(4) API for localization and status reporting purposes. Supporting AHCI controllers may transmit that information to the backplane controllers via SGPIO interface. Backplane controllers interpret received statuses in some way (IBPI standard) to report them using present indicators. Revision Changes Path 1.2.2.6 +19 -1 src/share/man/man4/ahci.4 1.1.2.61 +71 -0 src/sys/dev/ahci/ahci.c 1.1.2.17 +12 -0 src/sys/dev/ahci/ahci.h