Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 02:54:02 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r345902 - in head/sys: amd64/conf i386/conf sparc64/conf
Message-ID:  <201904050254.x352s2Xb035509@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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