NOTES (6c69c6bb4c7ffde48b130df707799d4eca21ca9f) NOTES (7af4475a6e31202a865b1dd3727018659b44470f)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD$
8#

--- 665 unchanged lines hidden (view full) ---

674options ISCI_LOGGING # enable debugging in isci HAL
675
676#
677# NVM Express (NVMe) support
678device nvme # base NVMe driver
679device nvd # expose NVMe namespaces as disks, depends on nvme
680
681#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD$
8#

--- 665 unchanged lines hidden (view full) ---

674options ISCI_LOGGING # enable debugging in isci HAL
675
676#
677# NVM Express (NVMe) support
678device nvme # base NVMe driver
679device nvd # expose NVMe namespaces as disks, depends on nvme
680
681#
682# Intel Volume Management Device (VMD) support
683device vmd
684
685#
682# PMC-Sierra SAS/SATA controller
683device pmspcv
684#
685# SafeNet crypto driver: can be moved to the MI NOTES as soon as
686# it's tested on a big-endian machine
687#
688device safe # SafeNet 1141
689options SAFE_DEBUG # enable debugging support: hw.safe.debug

--- 222 unchanged lines hidden ---
686# PMC-Sierra SAS/SATA controller
687device pmspcv
688#
689# SafeNet crypto driver: can be moved to the MI NOTES as soon as
690# it's tested on a big-endian machine
691#
692device safe # SafeNet 1141
693options SAFE_DEBUG # enable debugging support: hw.safe.debug

--- 222 unchanged lines hidden ---