Page MenuHomeFreeBSD

D31841.diff
No OneTemporary

D31841.diff

diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c
--- a/sys/dev/ida/ida.c
+++ b/sys/dev/ida/ida.c
@@ -248,7 +248,7 @@
/* maxsegsz */ BUS_SPACE_MAXSIZE_32BIT,
/* flags */ 0,
/* lockfunc */ busdma_lock_mutex,
- /* lockarg */ &Giant,
+ /* lockarg */ &ida->lock,
&ida->buffer_dmat);
if (error)
return (ENOMEM);

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 29, 9:58 AM (17 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32341672
Default Alt Text
D31841.diff (328 B)

Event Timeline