svn commit: r184876 - user/kmacy/HEAD_fast_multi_xmit/sys/modules/cxgb/cxgb

Kip Macy kmacy at FreeBSD.org
Wed Nov 12 02:54:05 PST 2008


Author: kmacy
Date: Wed Nov 12 10:54:04 2008
New Revision: 184876
URL: http://svn.freebsd.org/changeset/base/184876

Log:
  add opt_inet.h as needed by bz's most recent changes

Modified:
  user/kmacy/HEAD_fast_multi_xmit/sys/modules/cxgb/cxgb/Makefile

Modified: user/kmacy/HEAD_fast_multi_xmit/sys/modules/cxgb/cxgb/Makefile
==============================================================================
--- user/kmacy/HEAD_fast_multi_xmit/sys/modules/cxgb/cxgb/Makefile	Wed Nov 12 10:41:15 2008	(r184875)
+++ user/kmacy/HEAD_fast_multi_xmit/sys/modules/cxgb/cxgb/Makefile	Wed Nov 12 10:54:04 2008	(r184876)
@@ -7,7 +7,7 @@ KMOD=	if_cxgb
 SRCS=	cxgb_mc5.c cxgb_vsc8211.c cxgb_ael1002.c cxgb_mv88e1xxx.c 
 SRCS+=	cxgb_xgmac.c cxgb_vsc7323.c cxgb_t3_hw.c cxgb_main.c 
 SRCS+=  cxgb_sge.c cxgb_offload.c cxgb_tn1010.c
-SRCS+=	device_if.h bus_if.h pci_if.h opt_zero.h opt_sched.h
+SRCS+=	device_if.h bus_if.h pci_if.h opt_zero.h opt_sched.h opt_inet.h
 SRCS+=	uipc_mvec.c cxgb_support.c cxgb_multiq.c 
 
 CFLAGS+= -g -DDEFAULT_JUMBO -I${CXGB}


More information about the svn-src-user mailing list