On Tue, 24 Nov 2009, John Baldwin wrote:
Now that no drivers in the tree use if_watchdog and if_timer, this patch
just removes them completely. Since if_timer was a short that was adjacent
to if_index, removing if_timer would have still left a padding hole in the
form of a short on all of ou
Now that no drivers in the tree use if_watchdog and if_timer, this patch just
removes them completely. Since if_timer was a short that was adjacent to
if_index, removing if_timer would have still left a padding hole in the form
of a short on all of our current architectures. After discussing t