From d99880cf464415a36ef65e02587a2410f3912d96 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 5 Apr 2019 02:54:02 +0000 Subject: [PATCH] Add mpr, mps, mpt to NOTES file Add these to all the architectures that these are in the GENERIC kernel. --- sys/amd64/conf/NOTES | 5 +++++ sys/i386/conf/NOTES | 5 +++++ sys/sparc64/conf/NOTES | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index ee59ecd00b7..625f7517b36 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 8d4e3a954c4..8d60831fd96 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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 diff --git a/sys/sparc64/conf/NOTES b/sys/sparc64/conf/NOTES index eea0147dda4..52725f9efe2 100644 --- a/sys/sparc64/conf/NOTES +++ b/sys/sparc64/conf/NOTES @@ -85,6 +85,11 @@ options SUNKBD_EMULATE_ATKBD # allows to use the AT keyboard maps 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