Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 2021 22:22:38 GMT
From:      "Alfredo Dal'Ava Junior" <alfredo@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 231633a2e900 - main - [PowerPC64] add mpr to GENERIC64 and GENERIC64LE
Message-ID:  <202103022222.122MMccZ009015@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by alfredo:

URL: https://cgit.FreeBSD.org/src/commit/?id=231633a2e9000d67b09f132ee26951a4621c778a

commit 231633a2e9000d67b09f132ee26951a4621c778a
Author:     Alfredo Dal'Ava Junior <alfredo@FreeBSD.org>
AuthorDate: 2021-03-02 14:05:37 +0000
Commit:     Alfredo Dal'Ava Junior <alfredo@FreeBSD.org>
CommitDate: 2021-03-03 01:21:43 +0000

    [PowerPC64] add mpr to GENERIC64 and GENERIC64LE
    
    Submitted by:   Andre Fernando da Silva <andre.silva@eldorado.org.br>
    Reviewed by:    luporl, alfredo, Sreekanth Reddy <sreekanth.reddy@broadcom.com> (by email)
    Sponsored by:   Eldorado Research Institute (eldorado.org.br)
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D25785
---
 sys/powerpc/conf/GENERIC64   | 1 +
 sys/powerpc/conf/GENERIC64LE | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index e19052379c4a..634a8c2731a8 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -147,6 +147,7 @@ device		ispfw		# Firmware module for Qlogic host adapters
 device		mrsas		# LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s
 device		mpt		# LSI-Logic MPT-Fusion
 device		mps		# LSI-Logic MPT-Fusion 2
+device		mpr		# LSI SAS3008 MPT-Fusion SAS-3
 device		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
 
 # ATA/SCSI peripherals
diff --git a/sys/powerpc/conf/GENERIC64LE b/sys/powerpc/conf/GENERIC64LE
index fc4fc4ceac7c..41815a6a01cc 100644
--- a/sys/powerpc/conf/GENERIC64LE
+++ b/sys/powerpc/conf/GENERIC64LE
@@ -139,6 +139,7 @@ device		ispfw		# Firmware module for Qlogic host adapters
 device		mrsas		# LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s
 device		mpt		# LSI-Logic MPT-Fusion
 device		mps		# LSI-Logic MPT-Fusion 2
+device		mpr		# LSI SAS3008 MPT-Fusion SAS-3
 device		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
 
 # ATA/SCSI peripherals



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