svn commit: r345902 - in head/sys: amd64/conf i386/conf sparc64/conf
Warner Losh
imp at bsdimp.com
Fri Apr 5 03:23:09 UTC 2019
On Thu, Apr 4, 2019 at 8:54 PM Warner Losh <imp at freebsd.org> wrote:
> Author: imp
> Date: Fri Apr 5 02:54:02 2019
> New Revision: 345902
> URL: https://svnweb.freebsd.org/changeset/base/345902
>
> Log:
> Add mpr, mps, mpt to NOTES file
>
> Add these to all the architectures that these are in the GENERIC
> kernel.
>
Should have noted that this was noticed in D19816 by rpolaka (in IRC)
Warner
> Modified:
> head/sys/amd64/conf/NOTES
> head/sys/i386/conf/NOTES
> head/sys/sparc64/conf/NOTES
>
> Modified: head/sys/amd64/conf/NOTES
>
> ==============================================================================
> --- head/sys/amd64/conf/NOTES Fri Apr 5 02:37:10 2019 (r345901)
> +++ head/sys/amd64/conf/NOTES Fri Apr 5 02:54:02 2019 (r345902)
> @@ -459,6 +459,11 @@ device imcsmb
> device isci
> options ISCI_LOGGING # enable debugging in isci HAL
>
> +# LSI-Logic MPT-Fusion drivers
> +device mpt # LSI-Logic MPT-Fusion
> +device mps # LSI-Logic MPT-Fusion 2
> +device mpr # LSI-Logic MPT-Fusion 3
> +
> #
> # NVM Express (NVMe) support
> device nvme # base NVMe driver
>
> Modified: head/sys/i386/conf/NOTES
>
> ==============================================================================
> --- head/sys/i386/conf/NOTES Fri Apr 5 02:37:10 2019 (r345901)
> +++ head/sys/i386/conf/NOTES Fri Apr 5 02:54:02 2019 (r345902)
> @@ -690,6 +690,11 @@ device ips
> device isci
> options ISCI_LOGGING # enable debugging in isci HAL
>
> +# LSI-Logic MPT-Fusion drivers
> +device mpt # LSI-Logic MPT-Fusion
> +device mps # LSI-Logic MPT-Fusion 2
> +device mpr # LSI-Logic MPT-Fusion 3
> +
> #
> # NVM Express (NVMe) support
> device nvme # base NVMe driver
>
> Modified: head/sys/sparc64/conf/NOTES
>
> ==============================================================================
> --- head/sys/sparc64/conf/NOTES Fri Apr 5 02:37:10 2019 (r345901)
> +++ head/sys/sparc64/conf/NOTES Fri Apr 5 02:54:02 2019 (r345902)
> @@ -85,6 +85,11 @@ options SUNKBD_EMULATE_ATKBD # allows to use
> the AT k
> options SUNKBD_DFLT_KEYMAP # specify the built-in keymap
> makeoptions SUNKBD_DFLT_KEYMAP=fr.dvorak
>
> +# LSI-Logic MPT-Fusion drivers
> +device mpt # LSI-Logic MPT-Fusion
> +device mps # LSI-Logic MPT-Fusion 2
> +device mpr # LSI-Logic MPT-Fusion 3
> +
>
> #####################################################################
> # Devices we don't want to deal with
>
>
More information about the svn-src-all
mailing list