diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2000-03-13 11:48:03 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2000-03-13 11:48:03 +0000 |
| commit | d718250d485520a35a0b0edb172d8782f73f45dd (patch) | |
| tree | 113ecd21d4074025d38ea935e079816a62f80978 /sys/dev/ep | |
| parent | 4fa28dd1c63714205547e25004311b9ac6b136d1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ep')
| -rw-r--r-- | sys/dev/ep/if_ep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index de0dd28b7645..f5f4772cf95a 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -331,6 +331,8 @@ ep_attach(sc) EP_FSET(sc, F_RX_FIRST); sc->top = sc->mcur = 0; + epstop(sc); + return 0; } |
