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. 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
