From 7eceffae90466ecdf1045354d5f44b9858147348 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 16 May 2019 15:22:17 +0000 Subject: [PATCH] FCP-101: ae(4) is sufficently popular to be moved to the keep list. --- sys/dev/ae/if_ae.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/ae/if_ae.c b/sys/dev/ae/if_ae.c index d2b57d216297..cb9474db8553 100644 --- a/sys/dev/ae/if_ae.c +++ b/sys/dev/ae/if_ae.c @@ -396,8 +396,6 @@ ae_attach(device_t dev) goto fail; } - gone_by_fcp101_dev(dev); - fail: if (error != 0) ae_detach(dev);