History log of /openbsd-current/sys/dev/pci/if_ixgb.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.19 24-Nov-2015 mpi

You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.


# 1.18 14-Nov-2015 mpi

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>...


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.17 26-Dec-2014 tedu

unifdef INET. missed a few headers in previous rounds


Revision tags: OPENBSD_5_6_BASE
# 1.16 22-Jul-2014 mpi

Fewer <netinet/in_systm.h>


# 1.15 10-Jul-2014 deraadt

remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg


Revision tags: OPENBSD_5_5_BASE
# 1.14 07-Aug-2013 bluhm

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@


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.13 27-Aug-2010 deraadt

These do not need powerhook functions.
ok jsg


Revision tags: OPENBSD_4_8_BASE
# 1.12 20-Apr-2010 tedu

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


Revision tags: OPENBSD_4_7_BASE
# 1.11 10-Aug-2009 deraadt

A few more simple cases of shutdown hooks which only call xxstop, when
we now know the interface has already been stopped


Revision tags: OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.10 28-Nov-2006 brad

Pre-allocate the TX DMA maps intead of creating and destroying a DMA map
per packet sent.


# 1.9 18-Nov-2006 brad

add a few comments


Revision tags: OPENBSD_4_0_BASE
# 1.8 04-Aug-2006 brad

- merge em/ixgb_disable_promisc() into em/ixgb_set_promisc().
- rearrange interface flags ioctl handler.


# 1.7 21-Jul-2006 brad

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.


# 1.6 14-May-2006 brad

up the TX descriptors to the max.


# 1.5 01-May-2006 brad

sprinkle some tabs.


# 1.4 27-Mar-2006 brad

Sync up to Intel's latest FreeBSD ixgb driver (5.0.1).

From: Intel's web-site


Revision tags: OPENBSD_3_9_BASE
# 1.3 26-Feb-2006 brad

- set baud rate in ixgb_update_link_status().
- remove some FreeBSD code.
- set IFM_NONE if no link.


# 1.2 10-Dec-2005 brad

add a shutdown function and register it with shutdownhook_establish().


# 1.1 14-Nov-2005 brad

add Intel 10Gb Ethernet driver with support for LR/SR and CX4 cards.

From: Intel's web-site

ok deraadt@