From 9cf70a8521175d1a5b9a3f8d64492a5aa35abd06 Mon Sep 17 00:00:00 2001 From: jimharris Date: Wed, 25 Jan 2012 22:31:35 +0000 Subject: [PATCH] Move isci and ISCI_LOGGING to amd64/i386 specific NOTES. Sponsored by: Intel --- sys/amd64/conf/NOTES | 5 +++++ sys/conf/NOTES | 9 --------- sys/i386/conf/NOTES | 5 +++++ 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 9e5f48a8db5e..ebfc81080375 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -404,6 +404,11 @@ device hptiop # IBM (now Adaptec) ServeRAID controllers 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 d4eb175dc3c8..1a4c78d5ee75 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1685,15 +1685,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: # diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 866e64178488..8b69e45874b3 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -722,6 +722,11 @@ device hptiop # IBM (now Adaptec) ServeRAID controllers 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