diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2003-07-17 13:43:16 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2003-07-17 13:43:16 +0000 |
| commit | 4f7264078063b4ec99e3f20a7458e6c616c307da (patch) | |
| tree | 384cf940b6589289fe08e3f08aa2851b8c1251b2 /sys/dev/hatm | |
| parent | a12569ec4f511ecfc1ada2beef7c24f6c11a8404 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hatm')
| -rw-r--r-- | sys/dev/hatm/if_hatm.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/hatm/if_hatm.c b/sys/dev/hatm/if_hatm.c index 34f17276e9f2..e1704e757d94 100644 --- a/sys/dev/hatm/if_hatm.c +++ b/sys/dev/hatm/if_hatm.c @@ -2296,6 +2296,11 @@ hatm_stop(struct hatm_softc *sc) (void)hatm_reset(sc); /* + * Card resets the SUNI when resetted, so re-initialize it + */ + utopia_reset(&sc->utopia); + + /* * Give any waiters on closing a VCC a chance. They will stop * to wait if they see that IFF_RUNNING disappeared. */ |
