K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-05-30T07:16:49.734711Z K 7 svn:log V 285 Use M_NOWAIT in altq_add() and tbr_set(). Currently altq(4) in FreeBSD is configured via pf(4) ioctls, which can't configure altq(4) w/o holding locks. A large redesign needed to achieve M_WAITOK usage here. Or an alternative (not pf(4)) configuration interface should be implemented. END