Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2025 16:30:59 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 27663f352a17 - stable/15 - aacraid.4: Fix document description + tag SPDX
Message-ID:  <202510101630.59AGUxaV025783@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/15 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=27663f352a173b774a7019e5aae5414ea7420a8d

commit 27663f352a173b774a7019e5aae5414ea7420a8d
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-10-08 16:48:19 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-10-10 16:15:05 +0000

    aacraid.4: Fix document description + tag SPDX
    
    The document description previously just stated the name of the driver.
    Replace this with the name of the controller families and specs that
    it supports, in a similar fashion to other RAID drivers.
    
    MFC after:      3 days
    
    (cherry picked from commit d5d1e05efbedf67f1ef8e8428f9107401e369a0b)
---
 share/man/man4/aacraid.4 | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/aacraid.4 b/share/man/man4/aacraid.4
index ad53ef103b02..0f64f36c493a 100644
--- a/share/man/man4/aacraid.4
+++ b/share/man/man4/aacraid.4
@@ -1,3 +1,6 @@
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
 .\" Copyright (c) 2013 Achim Leubner
 .\" All rights reserved.
 .\"
@@ -21,12 +24,12 @@
 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
-.Dd June 19, 2015
+.Dd September 29, 2025
 .Dt AACRAID 4
 .Os
 .Sh NAME
 .Nm aacraid
-.Nd Adaptec AACRAID Controller driver
+.Nd Adaptec Series 6/7/8 6G and 12G SAS+SATA RAID controller driver
 .Sh SYNOPSIS
 To compile this driver into the kernel,
 place the following lines in your



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510101630.59AGUxaV025783>