svn commit: r347703 - head/sys/dev/ae
Brooks Davis
brooks at FreeBSD.org
Thu May 16 15:22:18 UTC 2019
Author: brooks
Date: Thu May 16 15:22:17 2019
New Revision: 347703
URL: https://svnweb.freebsd.org/changeset/base/347703
Log:
FCP-101: ae(4) is sufficently popular to be moved to the keep list.
Modified:
head/sys/dev/ae/if_ae.c
Modified: head/sys/dev/ae/if_ae.c
==============================================================================
--- head/sys/dev/ae/if_ae.c Thu May 16 14:48:08 2019 (r347702)
+++ head/sys/dev/ae/if_ae.c Thu May 16 15:22:17 2019 (r347703)
@@ -396,8 +396,6 @@ ae_attach(device_t dev)
goto fail;
}
- gone_by_fcp101_dev(dev);
-
fail:
if (error != 0)
ae_detach(dev);
More information about the svn-src-all
mailing list