diff options
| author | Warner Losh <imp@FreeBSD.org> | 2020-08-20 17:19:40 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2020-08-20 17:19:40 +0000 |
| commit | e0d14216c1124fccfe4500cc6d27ea91f459e83b (patch) | |
| tree | 292b23376d7e69e664f84931c5a45e02cff98a9e /sys/dev/uart | |
| parent | 553f053bfadcc9950d0698a06adf6bc4dd9380c9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart')
| -rw-r--r-- | sys/dev/uart/uart_bus_pccard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_pccard.c b/sys/dev/uart/uart_bus_pccard.c index 58571b13d66e..210ea1232204 100644 --- a/sys/dev/uart/uart_bus_pccard.c +++ b/sys/dev/uart/uart_bus_pccard.c @@ -98,6 +98,7 @@ uart_pccard_attach(device_t dev) error = uart_bus_probe(dev, 0, 0, 0, 0, 0, 0); if (error > 0) return (error); + gone_in_dev(dev, 13, "pccard removed"); return (uart_bus_attach(dev)); } |
