From f6c5aa9f28312211325705b47a77b49212b7f3a4 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Wed, 8 May 2019 19:05:58 +0000 Subject: [PATCH] Update dme(4) to reflect that it will not be removed due to FCP-101. dme(4) is the built-in NIC on a couple non-expandable mips platforms and thus should remain. The FCP has been updated to reflect this fact. Discussed with: imp --- sys/dev/dme/if_dme.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/dme/if_dme.c b/sys/dev/dme/if_dme.c index 226937bd6212..5ffcf551bf93 100644 --- a/sys/dev/dme/if_dme.c +++ b/sys/dev/dme/if_dme.c @@ -916,8 +916,6 @@ dme_attach(device_t dev) goto fail; } - gone_by_fcp101_dev(dev); - fail: if (error != 0) dme_detach(dev);