a7db7fbd35
- make toe module build dependent on kernel support Submitted by: Chelsio Inc. MFC after: 1 week
19 lines
420 B
C
19 lines
420 B
C
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
#include <sys/cdefs.h>
|
|
#include <sys/param.h>
|
|
#include <sys/types.h>
|
|
#include <machine/bus.h>
|
|
#include <cxgb_osdep.h>
|
|
#include <common/cxgb_common.h>
|
|
#include <cxgb_ioctl.h>
|
|
#include <cxgb_offload.h>
|
|
#include <common/cxgb_regs.h>
|
|
#include <common/cxgb_t3_cpl.h>
|
|
#include <common/cxgb_ctl_defs.h>
|
|
#include <common/cxgb_sge_defs.h>
|
|
#include <common/cxgb_firmware_exports.h>
|
|
#include <common/jhash.h>
|