diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2008-09-02 02:50:52 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2008-09-02 02:50:52 +0000 |
| commit | 20a94ecc79099df520d31d062c26fb72ec4fb87f (patch) | |
| tree | 379b38a72df5969673efdb5cfa6722da1a6bd0a5 /sys/dev/bm | |
| parent | 32a5d14b269fe7349572a257371cb74dfcb605e5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/bm')
| -rw-r--r-- | sys/dev/bm/if_bm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bm/if_bm.c b/sys/dev/bm/if_bm.c index eee01e05de5b..9f881e6345f1 100644 --- a/sys/dev/bm/if_bm.c +++ b/sys/dev/bm/if_bm.c @@ -689,7 +689,7 @@ bm_dummypacket(struct bm_softc *sc) mtod(m, unsigned char *)[16] = 0xE3; m->m_len = m->m_pkthdr.len = sizeof(struct ether_header) + 3; IF_ENQUEUE(&ifp->if_snd, m); - bm_start(ifp); + bm_start_locked(ifp); } static void |
