Brooks Davis d94ccb096b The if_check() function performed three actions:
- verified that the ifp->if_snd.ifq_mtx was initalized for
   all attached interfaces.  This was pointless because it was
   initalized for all interfaces in if_attach() so I've removed it.
 - Checked that ifp->if_snd.ifq_maxlen is initalized and set it to
   ifqmaxlen if unset.  This makes more sense in if_attach() so
   I moved it there.
 - The first call of if_slowtimo().  Delete if_check() and call
   if_slowtimo() directly from the SYSINIT().
2008-05-17 03:38:13 +00:00
..
2008-03-24 22:21:32 +00:00
2007-12-09 20:47:12 +00:00
2007-12-09 20:47:12 +00:00
2008-05-16 03:13:36 +00:00
2008-03-17 01:26:44 +00:00
2007-10-12 03:03:16 +00:00
2007-02-28 22:05:30 +00:00