Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153084454
D33564.id102088.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
565 B
Referenced Files
None
Subscribers
None
D33564.id102088.diff
View Options
diff --git a/usr.sbin/bhyve/pci_nvme.c b/usr.sbin/bhyve/pci_nvme.c
--- a/usr.sbin/bhyve/pci_nvme.c
+++ b/usr.sbin/bhyve/pci_nvme.c
@@ -508,7 +508,7 @@
cd->mdts = NVME_MDTS; /* max data transfer size (2^mdts * CAP.MPSMIN) */
- cd->ver = 0x00010300;
+ cd->ver = NVME_REV(1,4);
cd->oacs = 1 << NVME_CTRLR_DATA_OACS_FORMAT_SHIFT;
cd->acl = 2;
@@ -988,7 +988,7 @@
sc->regs.cap_hi = 1 << NVME_CAP_HI_REG_CSS_NVM_SHIFT;
- sc->regs.vs = 0x00010300; /* NVMe v1.3 */
+ sc->regs.vs = NVME_REV(1,4); /* NVMe v1.4 */
sc->regs.cc = 0;
sc->regs.csts = 0;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 12:59 AM (1 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31813062
Default Alt Text
D33564.id102088.diff (565 B)
Attached To
Mode
D33564: bhyve nvme: Advertise v1.4 support
Attached
Detach File
Event Timeline
Log In to Comment