glebius
b3b337a80e
Mechanically convert to if_inc_counter().
2014-09-19 03:51:26 +00:00
glebius
9b93b159b3
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
nwhitehorn
3e9a158ce7
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
gonzo
1eec0c04d0
Add 32-bit support for Gxemul's oldtestmips machine emulation
...
Original work by: kan@
2013-09-04 20:34:36 +00:00
glebius
a69aaa7721
Mechanically substitute flags from historic mbuf allocator with
...
malloc(9) flags in sys/dev.
2012-12-04 09:32:43 +00:00
jmallett
e79d08972f
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