diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-07-01 15:52:06 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-07-01 15:52:06 +0000 |
| commit | f6b1c44d1f70d5f298b911f2c1dcd802b0d11339 (patch) | |
| tree | 1bbd76935b6d5917753df7328c69bd2f3c75f15a /sys/dev/wds | |
| parent | dfebdcdf7ca22f2767534b7df4b828f55b6e754f (diff) | |
Notes
Diffstat (limited to 'sys/dev/wds')
| -rw-r--r-- | sys/dev/wds/wd7000.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/wds/wd7000.c b/sys/dev/wds/wd7000.c index c78bb6127c3c..bf525acbc275 100644 --- a/sys/dev/wds/wd7000.c +++ b/sys/dev/wds/wd7000.c @@ -553,6 +553,8 @@ wds_attach(device_t dev) /*maxsize*/ sizeof(* wp->dx), /*nsegments*/ 1, /*maxsegsz*/ sizeof(* wp->dx), /*flags*/ 0, + /*lockfunc*/busdma_lock_mutex, + /*lockarg*/&Giant, &wp->bustag); if (error) goto bad; |
