Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109477249
D40616.id123468.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
491 B
Referenced Files
None
Subscribers
None
D40616.id123468.diff
View Options
diff --git a/sys/dev/nvme/nvme_sim.c b/sys/dev/nvme/nvme_sim.c
--- a/sys/dev/nvme/nvme_sim.c
+++ b/sys/dev/nvme/nvme_sim.c
@@ -243,11 +243,13 @@
}
/* XXX these should be something else maybe ? */
- nvmep->valid = 1;
+ nvmep->valid = CTS_NVME_VALID_SPEC;
nvmep->spec = nvmex->spec;
cts->transport = XPORT_NVME;
+ cts->transport_version = nvmex->spec;
cts->protocol = PROTO_NVME;
+ cts->protocol_version = nvmex->spec;
cts->ccb_h.status = CAM_REQ_CMP;
break;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 2:32 PM (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16494727
Default Alt Text
D40616.id123468.diff (491 B)
Attached To
Mode
D40616: nvme: Tidy up transfer rate settings in XPT_GET_TRAN_SETTINGS.
Attached
Detach File
Event Timeline
Log In to Comment