summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/NOTES5
-rw-r--r--sys/conf/NOTES9
-rw-r--r--sys/i386/conf/NOTES5
3 files changed, 10 insertions, 9 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 9e5f48a..ebfc810 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -405,6 +405,11 @@ device hptiop
device ips
#
+# Intel C600 (Patsburg) integrated SAS controller
+device isci
+options ISCI_LOGGING # enable debugging in isci HAL
+
+#
# SafeNet crypto driver: can be moved to the MI NOTES as soon as
# it's tested on a big-endian machine
#
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index d4eb175..1a4c78d 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1686,15 +1686,6 @@ options MFI_DEBUG
device twe # 3ware ATA RAID
#
-# Intel C600 (Patsburg) integrated SAS controller
-#
-device isci
-
-# Enables logging in isci driver. Log level (default: 0, max: 3) controlled
-# by hw.isci.debug_level device hint.
-options ISCI_LOGGING
-
-#
# Serial ATA host controllers:
#
# ahci: Advanced Host Controller Interface (AHCI) compatible
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 866e641..8b69e45 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -723,6 +723,11 @@ device hptiop
device ips
#
+# Intel C600 (Patsburg) integrated SAS controller
+device isci
+options ISCI_LOGGING # enable debugging in isci HAL
+
+#
# SafeNet crypto driver: can be moved to the MI NOTES as soon as
# it's tested on a big-endian machine
#
OpenPOWER on IntegriCloud