From owner-p4-projects@FreeBSD.ORG Sat Oct 20 19:59:31 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 05FD016A4A5; Sat, 20 Oct 2007 19:59:30 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8850316A477 for ; Sat, 20 Oct 2007 19:59:29 +0000 (UTC) (envelope-from kmacy@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C85D313C46B for ; Sat, 20 Oct 2007 19:57:53 +0000 (UTC) (envelope-from kmacy@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9KJvrKf042904 for ; Sat, 20 Oct 2007 19:57:53 GMT (envelope-from kmacy@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9KJvrC3042901 for perforce@freebsd.org; Sat, 20 Oct 2007 19:57:53 GMT (envelope-from kmacy@freebsd.org) Date: Sat, 20 Oct 2007 19:57:53 GMT Message-Id: <200710201957.l9KJvrC3042901@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to kmacy@freebsd.org using -f From: Kip Macy To: Perforce Change Reviews Cc: Subject: PERFORCE change 127836 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2007 19:59:31 -0000 http://perforce.freebsd.org/chv.cgi?CH=127836 Change 127836 by kmacy@kmacy_home:ethng on 2007/10/20 19:56:54 compile ported iwch_provider.c Affected files ... .. //depot/projects/ethng/src/sys/modules/cxgb/iw_cxgb/Makefile#4 edit Differences ... ==== //depot/projects/ethng/src/sys/modules/cxgb/iw_cxgb/Makefile#4 (text+ko) ==== @@ -4,7 +4,7 @@ .PATH: ${IW_CXGB} ${CXGB}/common ${CXGB}/ulp/iw_cxgb KMOD= iw_cxgb -SRCS= iw_cxgb_iwch.c iw_cxgb_iwch_cm.c iw_cxgb_cxio_hal.c +SRCS= iw_cxgb_iwch.c iw_cxgb_iwch_cm.c iw_cxgb_cxio_hal.c iw_cxgb_iwch_provider.c SRCS+= bus_if.h device_if.h opt_sched.h pci_if.h pcib_if.h CFLAGS+= -DCONFIG_CHELSIO_T3_CORE -g -DCONFIG_DEFINED -I${CXGB} -DSMP