Deleted Added
full compact
cxgb_include.h (174626) cxgb_include.h (174637)
1/*
1/*
2 * $FreeBSD: head/sys/dev/cxgb/cxgb_include.h 174626 2007-12-15 21:54:59Z kmacy $
2 * $FreeBSD: head/sys/dev/cxgb/cxgb_include.h 174637 2007-12-16 05:11:10Z kmacy $
3 */
4
5
3 */
4
5
6#include <sys/types.h>
6
7
8#include <vm/vm.h>
9#include <vm/pmap.h>
10#include <machine/bus.h>
7#ifdef CONFIG_DEFINED
8#include <cxgb_osdep.h>
9#include <common/cxgb_common.h>
10#include <cxgb_ioctl.h>
11#include <cxgb_offload.h>
12#include <common/cxgb_regs.h>
13#include <common/cxgb_t3_cpl.h>
14#include <common/cxgb_ctl_defs.h>

--- 24 unchanged lines hidden ---
11#ifdef CONFIG_DEFINED
12#include <cxgb_osdep.h>
13#include <common/cxgb_common.h>
14#include <cxgb_ioctl.h>
15#include <cxgb_offload.h>
16#include <common/cxgb_regs.h>
17#include <common/cxgb_t3_cpl.h>
18#include <common/cxgb_ctl_defs.h>

--- 24 unchanged lines hidden ---