Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145146119
D53296.id164870.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
D53296.id164870.diff
View Options
Index: sys/dev/nvme/nvme_ctrlr.c
===================================================================
--- sys/dev/nvme/nvme_ctrlr.c
+++ sys/dev/nvme/nvme_ctrlr.c
@@ -908,7 +908,7 @@
size = sizeof(struct nvme_hmb_desc) * ctrlr->hmb_nchunks;
err = bus_dma_tag_create(bus_get_dma_tag(ctrlr->dev),
- 16, 0, BUS_SPACE_MAXADDR, BUS_SPACE_MAXADDR, NULL, NULL,
+ 32, 0, BUS_SPACE_MAXADDR, BUS_SPACE_MAXADDR, NULL, NULL,
size, 1, size, 0, NULL, NULL, &ctrlr->hmb_desc_tag);
if (err != 0) {
nvme_printf(ctrlr, "HMB desc tag create failed %d\n", err);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 17, 10:51 AM (40 m, 26 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28812091
Default Alt Text
D53296.id164870.diff (565 B)
Attached To
Mode
D53296: nvme host buffer (HMB): alignment quirck for Crucial NVME
Attached
Detach File
Event Timeline
Log In to Comment