Skip to content

Commit

Permalink
NOTES: Move NVMe entries to MI file
Browse files Browse the repository at this point in the history
While here, adjust the sample setting for NVME_USE_NVD to use a
non-default setting as is typical in entries in NOTES.

Discussed with:	imp
Reviewed by:	manu
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D44691
  • Loading branch information
bsdjhb committed Apr 9, 2024
1 parent 16e846f commit 8f7105a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 20 deletions.
5 changes: 0 additions & 5 deletions sys/amd64/conf/NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -439,11 +439,6 @@ device imcsmb
device isci
options ISCI_LOGGING # enable debugging in isci HAL

#
# NVM Express (NVMe) support
device nvme # base NVMe driver
device nvd # expose NVMe namespaces as disks, depends on nvme

#
# Intel Volume Management Device (VMD) support
device vmd
Expand Down
5 changes: 0 additions & 5 deletions sys/arm64/conf/NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ device ice_ddp # Intel 800 Series DDP Package
# Etherswitch devices
device e6000sw # Marvell mv88e6085 based switches

# NVM Express (NVMe) support
device nvme # base NVMe driver
options NVME_USE_NVD=0 # prefer the cam(4) based nda(4) driver
device nvd # expose NVMe namespaces as disks, depends on nvme

# MMC/SD/SDIO Card slot support
device sdhci_xenon # Marvell Xenon SD/MMC controller
device aw_mmc # Allwinner SD/MMC controller
Expand Down
11 changes: 11 additions & 0 deletions sys/conf/NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -1675,6 +1675,17 @@ device mfip # LSI MegaRAID SAS passthrough, requires CAM
options MFI_DEBUG
device mrsas # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s

# NVM Express
#
# nvme: PCI-express NVM Express host controllers
# nda: CAM NVMe disk driver
# nvd: non-CAM NVMe disk driver

device nvme # base NVMe driver
options NVME_USE_NVD=1 # Use nvd(4) instead of the CAM nda(4) driver
device nda # NVMe direct access devices (aka disks)
device nvd # expose NVMe namespaces as disks, depends on nvme

#
# Serial ATA host controllers:
#
Expand Down
5 changes: 0 additions & 5 deletions sys/i386/conf/NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -634,11 +634,6 @@ device ips
device isci
options ISCI_LOGGING # enable debugging in isci HAL

#
# NVM Express (NVMe) support
device nvme # base NVMe driver
device nvd # expose NVMe namespaces as disks, depends on nvme

#
# Intel Volume Management Device (VMD) support
device vmd
Expand Down
5 changes: 0 additions & 5 deletions sys/riscv/conf/NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ device virtio_blk # VirtIO Block device
device virtio_mmio # VirtIO MMIO bus
device virtio_random # VirtIO Entropy device

# NVM Express (NVMe) support
device nvme # base NVMe driver
options NVME_USE_NVD=0 # prefer the cam(4) based nda(4) driver
device nvd # expose NVMe namespaces as disks, depends on nvme

# MMC/SD/SDIO Card slot support
device dwmmc

Expand Down

0 comments on commit 8f7105a

Please sign in to comment.