Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Add the NVMe driver.
Browse files Browse the repository at this point in the history
Tested with many guests: see FreeBSD review
  https://reviews.freebsd.org/D14022
  • Loading branch information
Peter Grehan committed Mar 24, 2018
1 parent e904f6b commit 636b963
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BhyvePkg/BhyvePkgX64.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,9 @@
DuetPkg/SataControllerDxe/SataControllerDxe.inf
MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf

# NVME
MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
!endif

!ifdef $(CSM_ENABLE)
Expand Down
1 change: 1 addition & 0 deletions BhyvePkg/BhyvePkgX64.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
INF DuetPkg/SataControllerDxe/SataControllerDxe.inf
INF MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
INF MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
INF MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
!endif
INF MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
INF MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
Expand Down

0 comments on commit 636b963

Please sign in to comment.