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
2008-03-24 13:49:17 +00:00
2008-03-09 21:13:43 +00:00
2008-04-07 02:51:00 +00:00
2008-04-07 02:51:00 +00:00
2008-05-09 19:29:08 +00:00
2008-03-24 13:49:17 +00:00
2008-03-24 13:49:17 +00:00
2007-12-09 20:47:12 +00:00
2007-12-09 20:47:12 +00:00
2007-10-24 19:04:04 +00:00
2008-05-16 03:13:36 +00:00
2008-03-16 19:25:30 +00:00
2008-03-17 01:26:44 +00:00
2008-05-09 23:03:00 +00:00
2008-01-18 09:34:09 +00:00
2007-11-04 08:32:27 +00:00
2007-10-27 19:57:41 +00:00
2007-03-26 09:05:10 +00:00
2008-03-25 09:39:02 +00:00
2008-03-24 22:16:46 +00:00
2008-05-10 18:33:38 +00:00
2008-03-25 09:39:02 +00:00
2008-05-09 23:03:00 +00:00
2008-05-09 23:03:00 +00:00
2008-05-09 23:03:00 +00:00
2008-05-09 23:03:00 +00:00
2008-05-09 23:03:00 +00:00
2008-05-09 23:03:00 +00:00
2008-03-16 19:25:30 +00:00
2007-10-12 03:03:16 +00:00
2006-12-01 17:50:11 +00:00
2008-05-09 20:38:25 +00:00
2008-04-20 16:17:44 +00:00
2007-10-24 19:04:04 +00:00
2006-12-05 18:54:21 +00:00
2008-03-25 09:39:02 +00:00
2007-06-10 04:53:13 +00:00
2008-05-09 23:03:00 +00:00
2008-04-15 16:54:39 +00:00
2007-10-24 19:04:04 +00:00
2007-06-13 14:01:43 +00:00
2008-05-09 23:03:00 +00:00
2007-02-28 22:05:30 +00:00
2007-10-18 21:22:15 +00:00
2008-05-17 03:38:13 +00:00
2008-03-27 18:02:30 +00:00
2008-03-16 10:58:09 +00:00
2007-12-31 20:58:50 +00:00
2007-11-25 12:41:47 +00:00
2007-11-25 12:41:47 +00:00
2007-07-03 12:13:45 +00:00
2006-12-05 18:54:21 +00:00
2008-05-09 23:03:00 +00:00
2008-05-09 23:03:00 +00:00
2008-04-13 05:45:14 +00:00
2008-04-13 05:45:14 +00:00
2008-03-25 09:39:02 +00:00
2006-11-06 13:42:10 +00:00
2008-05-10 04:32:58 +00:00
2008-05-10 04:32:58 +00:00
2008-05-09 23:03:00 +00:00