diff options
| author | Warner Losh <imp@FreeBSD.org> | 2020-04-18 02:52:59 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2020-04-18 02:52:59 +0000 |
| commit | dd6382d1c454ab329405b64155dcdf334369a016 (patch) | |
| tree | 3ec71ffa2931af06cc9820ab5c877989bfe9186a /sys/dev/esp | |
| parent | 0326eec5c3b98d4ec8606f60ea5841d1bf74c63c (diff) | |
Notes
Diffstat (limited to 'sys/dev/esp')
| -rw-r--r-- | sys/dev/esp/ncr53c9x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/esp/ncr53c9x.c b/sys/dev/esp/ncr53c9x.c index 98d40ce70697..35ce9a4dbf2c 100644 --- a/sys/dev/esp/ncr53c9x.c +++ b/sys/dev/esp/ncr53c9x.c @@ -402,6 +402,7 @@ ncr53c9x_attach(struct ncr53c9x_softc *sc) NCR_UNLOCK(sc); + gone_in_dev(sc->sc_dev, 13, "esp(4) driver"); return (0); fail_async: |
