https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287872
--- Comment #9 from Eugene Grosbein <eu...@freebsd.org> --- Two following patches decrease total time of "service devd start" from 17.5 minutes downto less then 8 seconds in my case. First one by melifaro@ improves performance of netlink-enabled ifconfig(8) for cases other than "ifconfig -l" (or ifconfig -ul) when system has lots of network interfaces. Second one by me replaces a call to "ifconfig -ul" with a call to "ifconfig -n $ifn" in /etc/pccard_ether invoked by devd multiple times, as first patch does not improve performance of "ifconfig -ul" for netlink-enabled ifconfig. -- You are receiving this mail because: You are the assignee for the bug.