diff options
| author | Warner Losh <imp@FreeBSD.org> | 2020-02-02 04:52:28 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2020-02-02 04:52:28 +0000 |
| commit | 5a622926ea2a46e1199e5c68594c45752e391063 (patch) | |
| tree | c00c67d219cd15e2f34a6fa0785b8a0b1f54686a /sys/dev/ppbus | |
| parent | f96d4157a7b34575141a910bbac76da17211c0c7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppbus')
| -rw-r--r-- | sys/dev/ppbus/vpo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ppbus/vpo.c b/sys/dev/ppbus/vpo.c index 723417f47bda..f34c964da479 100644 --- a/sys/dev/ppbus/vpo.c +++ b/sys/dev/ppbus/vpo.c @@ -126,6 +126,7 @@ vpo_probe(device_t dev) return (error); } ppb_unlock(ppbus); + gone_in_dev(dev, 13, "Hardware no longer relevant"); return (0); } |
