Gleb Smirnoff
c8dfaf382f
Mechanically convert to if_inc_counter().
2014-09-19 03:51:26 +00:00
Gleb Smirnoff
1bffa9511f
Use define from if_var.h to access a field inside struct if_data,
...
that resides in struct ifnet.
Sponsored by: Nginx, Inc.
2014-08-30 19:55:54 +00:00
Nathan Whitehorn
feeec74df7
More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)
...
resist easy conversion since they implement a great deal of their attach
logic inside probe(). Some of this could be fixed by moving it to attach(),
but some requires something more subtle than BUS_PROBE_NOWILDCARD.
2013-10-29 14:19:42 +00:00
Oleksandr Tymoshenko
3b15395e04
Add 32-bit support for Gxemul's oldtestmips machine emulation
...
Original work by: kan@
2013-09-04 20:34:36 +00:00
Gleb Smirnoff
c6499eccad
Mechanically substitute flags from historic mbuf allocator with
...
malloc(9) flags in sys/dev.
2012-12-04 09:32:43 +00:00
Juli Mallett
bd6c6f4249
Add a trivial driver for the GXemul Ethernet device. Probably quite buggy and
...
certainly non-optimal, but enough for basic networking use.
Requested by: rwatson
2012-05-07 04:15:46 +00:00