Brooks Davis
fa882e87a5
Add a new helper function if_printf() modeled on device_printf(). The
...
function takes a struct ifnet pointer followed by the usual printf
arguments and prints "<interfacename>: " before the results of printf.
Since this is the primary form of printf calls in network device drivers
and accounts for most uses of the ifnet menber if_unit, this
significantly simplifies many printf()s.
2002-09-24 17:35:08 +00:00
..
2002-07-05 00:06:08 +00:00
2002-09-21 00:59:56 +00:00
2002-06-21 05:29:40 +00:00
2002-08-14 01:37:22 +00:00
2002-09-12 01:05:46 +00:00
2002-07-31 16:13:13 +00:00
2002-09-06 17:02:29 +00:00
2002-09-23 06:25:08 +00:00
2002-05-25 20:20:35 +00:00
2002-05-07 22:14:06 +00:00
2002-05-24 06:10:25 +00:00
2002-09-18 19:50:48 +00:00
2002-05-25 20:17:04 +00:00
2002-09-20 18:21:46 +00:00
2002-09-13 06:24:27 +00:00
2002-09-17 11:31:41 +00:00
2002-09-23 06:25:08 +00:00
2002-06-24 04:40:12 +00:00
2002-08-22 21:24:01 +00:00
2002-09-23 06:25:08 +00:00
2002-05-25 20:17:04 +00:00
2002-06-26 03:37:47 +00:00
2002-07-14 21:58:19 +00:00
2002-09-18 19:44:14 +00:00
2002-08-09 15:30:48 +00:00
2002-09-23 06:25:08 +00:00
2002-09-17 14:25:19 +00:00
2002-08-18 07:05:00 +00:00
2002-07-31 16:23:42 +00:00
2002-09-24 17:35:08 +00:00
2002-05-25 20:17:04 +00:00
2002-09-24 17:35:08 +00:00
2002-08-28 15:55:49 +00:00
2002-09-23 06:35:33 +00:00
2002-09-22 05:56:41 +00:00
2002-07-27 19:53:02 +00:00
2002-08-09 15:30:48 +00:00
2002-05-31 11:52:35 +00:00
2002-05-31 11:52:35 +00:00
2002-05-31 04:27:51 +00:00
2002-08-25 13:23:09 +00:00
2002-08-25 13:23:09 +00:00
2002-05-29 20:24:09 +00:00