K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-08-24T13:51:55.000000Z K 7 svn:log V 419 Merge if_arcsubr.c:1.26, if_ethersubr.c:1.195, if_fddisubr.c:1.99, if_iso88025subr.c:1.68 from HEAD to RELENG_6: When allocating link layer ifnet address list entries in ifp->if_resolvemulti(), do so with M_NOWAIT rather than M_WAITOK, so that a mutex can be held over the call. In the FDDI code, add a missing M_ZERO. Consumers are already aware that if_resolvemulti() can fail. Approved by: re (scottl) END