Page MenuHomeFreeBSD

D41619.diff
No OneTemporary

D41619.diff

diff --git a/sys/dev/smartpqi/smartpqi_main.c b/sys/dev/smartpqi/smartpqi_main.c
--- a/sys/dev/smartpqi/smartpqi_main.c
+++ b/sys/dev/smartpqi/smartpqi_main.c
@@ -629,8 +629,8 @@
* Create DMA tag for mapping buffers into controller-addressable space.
*/
if (bus_dma_tag_create(softs->os_specific.pqi_parent_dmat,/* parent */
- PAGE_SIZE, 0, /* algnmnt, boundary */
- BUS_SPACE_MAXADDR,/* lowaddr */
+ 1, 0, /* algnmnt, boundary */
+ BUS_SPACE_MAXADDR, /* lowaddr */
BUS_SPACE_MAXADDR, /* highaddr */
NULL, NULL, /* filter, filterarg */
(bus_size_t)softs->pqi_cap.max_sg_elem*PAGE_SIZE,/* maxsize */

File Metadata

Mime Type
text/plain
Expires
Wed, Sep 25, 5:15 AM (21 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
12734344
Default Alt Text
D41619.diff (660 B)

Event Timeline