Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145520592
D35601.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
462 B
Referenced Files
None
Subscribers
None
D35601.diff
View Options
diff --git a/sys/dev/smartpqi/smartpqi_mem.c b/sys/dev/smartpqi/smartpqi_mem.c
--- a/sys/dev/smartpqi/smartpqi_mem.c
+++ b/sys/dev/smartpqi/smartpqi_mem.c
@@ -99,7 +99,7 @@
}
if ((ret = bus_dmamem_alloc(dma_mem->dma_tag, (void **)&dma_mem->virt_addr,
- BUS_DMA_WAITOK, &dma_mem->dma_map)) != 0) {
+ BUS_DMA_NOWAIT, &dma_mem->dma_map)) != 0) {
DBG_ERR("can't allocate DMA memory for required object \
with error = 0x%x\n", ret);
goto err_mem;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 21, 10:26 PM (13 h, 53 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28928550
Default Alt Text
D35601.diff (462 B)
Attached To
Mode
D35601: smartpqi: use BUS_DMA_NOWAIT to prevent panic
Attached
Detach File
Event Timeline
Log In to Comment