freebsd-dev/sys/dev/fxp
Gleb Smirnoff 09a8241fc9 It is actually possible to have if_t a typedef to non-void type,
and keep both converted to drvapi and non-converted drivers
compilable.

o Make if_t typedef to struct ifnet *.
o Remove shim functions.

Sponsored by:	Netflix
Sponsored by:	Nginx, Inc.
2014-08-31 12:48:13 +00:00
..
if_fxp.c It is actually possible to have if_t a typedef to non-void type, 2014-08-31 12:48:13 +00:00
if_fxpreg.h Increase the number of TX DMA segments from 32 to 35. It turned 2014-03-31 01:54:59 +00:00
if_fxpvar.h Convert fxp(4) to use the driver API. 2014-06-02 18:45:36 +00:00
inphy.c Introduce a procedural interface to the ifnet structure. The new 2014-06-02 17:54:39 +00:00
inphyreg.h - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY 2011-10-08 12:33:10 +00:00
rcvbundl.h