diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2009-10-22 12:48:17 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2009-10-22 12:48:17 +0000 |
| commit | bcda02c3e48351b3a9ce733327cdd0b60a465103 (patch) | |
| tree | fbe3fb5ec05d3c42203a4e8651f33b081c069fb3 /sys/dev/mwl | |
| parent | b48db8e12d07b8a1c49b85d2c02b91dc9b96d6ef (diff) | |
Notes
Diffstat (limited to 'sys/dev/mwl')
| -rw-r--r-- | sys/dev/mwl/if_mwl_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mwl/if_mwl_pci.c b/sys/dev/mwl/if_mwl_pci.c index 2fb09227d0bd..33666d40f12d 100644 --- a/sys/dev/mwl/if_mwl_pci.c +++ b/sys/dev/mwl/if_mwl_pci.c @@ -204,7 +204,7 @@ mwl_pci_attach(device_t dev) BUS_SPACE_MAXADDR, /* maxsize */ MWL_TXDESC, /* nsegments */ BUS_SPACE_MAXADDR, /* maxsegsize */ - BUS_DMA_ALLOCNOW, /* flags */ + 0, /* flags */ NULL, /* lockfunc */ NULL, /* lockarg */ &sc->sc_dmat)) { |
