1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

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
This commit is contained in:
Brooks Davis 2019-05-08 19:05:58 +00:00
parent 9e71188763
commit f6c5aa9f28
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347365

View File

@ -916,8 +916,6 @@ dme_attach(device_t dev)
goto fail;
}
gone_by_fcp101_dev(dev);
fail:
if (error != 0)
dme_detach(dev);