aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/an
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-08-20 17:19:40 +0000
committerWarner Losh <imp@FreeBSD.org>2020-08-20 17:19:40 +0000
commite0d14216c1124fccfe4500cc6d27ea91f459e83b (patch)
tree292b23376d7e69e664f84931c5a45e02cff98a9e /sys/dev/an
parent553f053bfadcc9950d0698a06adf6bc4dd9380c9 (diff)
Notes
Diffstat (limited to 'sys/dev/an')
-rw-r--r--sys/dev/an/if_an_pccard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c
index 4c9f94350ec9..568e80b5fd53 100644
--- a/sys/dev/an/if_an_pccard.c
+++ b/sys/dev/an/if_an_pccard.c
@@ -156,5 +156,7 @@ an_pccard_attach(device_t dev)
fail:
if (error)
an_release_resources(dev);
+ else
+ gone_in_dev(dev, 13, "pccard removed");
return (error);
}