#
32f46ff2 |
| 24-Nov-2015 |
mpi <mpi@openbsd.org> |
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
|
#
2b68f6ec |
| 14-Nov-2015 |
mpi <mpi@openbsd.org> |
Do not include <net/if_vlan_var.h> when it's not necessary.
Because of the VLAN hacks in mpw(4) this file still contains the definition of "struct ifvlan" which depends on <sys/refcnt.h> which in tu
Do not include <net/if_vlan_var.h> when it's not necessary.
Because of the VLAN hacks in mpw(4) this file still contains the definition of "struct ifvlan" which depends on <sys/refcnt.h> which in turns pull <sys/atomic.h>...
show more ...
|
#
fef7f631 |
| 26-Dec-2014 |
tedu <tedu@openbsd.org> |
unifdef INET. missed a few headers in previous rounds
|
#
9e6eaca1 |
| 22-Jul-2014 |
mpi <mpi@openbsd.org> |
Fewer <netinet/in_systm.h>
|
#
1792d869 |
| 10-Jul-2014 |
deraadt <deraadt@openbsd.org> |
remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg
|
#
5e42885f |
| 07-Aug-2013 |
bluhm <bluhm@openbsd.org> |
Most network drivers include netinet/in_var.h, but apparently they don't have to. Just remove these include lines. Compiled on amd64 i386 sparc64; OK henning@ mikeb@
|
#
d0c5f0e3 |
| 27-Aug-2010 |
deraadt <deraadt@openbsd.org> |
These do not need powerhook functions. ok jsg
|
#
9b074ffa |
| 20-Apr-2010 |
tedu <tedu@openbsd.org> |
remove proc.h include from uvm_map.h. This has far reaching effects, as sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add pro
remove proc.h include from uvm_map.h. This has far reaching effects, as sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt
show more ...
|
#
4ffe6de5 |
| 10-Aug-2009 |
deraadt <deraadt@openbsd.org> |
A few more simple cases of shutdown hooks which only call xxstop, when we now know the interface has already been stopped
|
#
5556dc81 |
| 28-Nov-2006 |
brad <brad@openbsd.org> |
Pre-allocate the TX DMA maps intead of creating and destroying a DMA map per packet sent.
|
#
baf31fce |
| 18-Nov-2006 |
brad <brad@openbsd.org> |
add a few comments
|
#
e300026a |
| 04-Aug-2006 |
brad <brad@openbsd.org> |
- merge em/ixgb_disable_promisc() into em/ixgb_set_promisc(). - rearrange interface flags ioctl handler.
|
#
3a1df264 |
| 21-Jul-2006 |
brad <brad@openbsd.org> |
Revert the last commit. The TX descriptor count does not really need to be set that high and it can cause problems with multiple adapters in the same system.
|
#
afd90bf0 |
| 14-May-2006 |
brad <brad@openbsd.org> |
up the TX descriptors to the max.
|
#
f8df603e |
| 01-May-2006 |
brad <brad@openbsd.org> |
sprinkle some tabs.
|
#
6e319d6a |
| 27-Mar-2006 |
brad <brad@openbsd.org> |
Sync up to Intel's latest FreeBSD ixgb driver (5.0.1).
From: Intel's web-site
|
#
84ba26bd |
| 26-Feb-2006 |
brad <brad@openbsd.org> |
- set baud rate in ixgb_update_link_status(). - remove some FreeBSD code. - set IFM_NONE if no link.
|
#
517216b4 |
| 10-Dec-2005 |
brad <brad@openbsd.org> |
add a shutdown function and register it with shutdownhook_establish().
|
#
f2ce9f98 |
| 14-Nov-2005 |
brad <brad@openbsd.org> |
add Intel 10Gb Ethernet driver with support for LR/SR and CX4 cards.
From: Intel's web-site
ok deraadt@
|