From owner-cvs-all@FreeBSD.ORG Wed Sep 24 01:19:58 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31E301065670; Wed, 24 Sep 2008 01:19:58 +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 1B9028FC16; Wed, 24 Sep 2008 01:19:58 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8O1JvpM021395; Wed, 24 Sep 2008 01:19:57 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8O1Jvj4021394; Wed, 24 Sep 2008 01:19:57 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200809240119.m8O1Jvj4021394@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Wed, 24 Sep 2008 01:19:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_include.h cxgb_offload.h src/sys/dev/cxgb/ulp/iw_cxgb iw_cxgb_hal.c iw_cxgb_qp.c src/sys/dev/cxgb/ulp/toecore toedev.c src/sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_l2t.c cxgb_listen.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2008 01:19:58 -0000 kmacy 2008-09-24 01:19:08 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_adapter.h cxgb_include.h cxgb_offload.h sys/dev/cxgb/ulp/iw_cxgb iw_cxgb_hal.c iw_cxgb_qp.c sys/dev/cxgb/ulp/toecore toedev.c sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_l2t.c cxgb_listen.c cxgb_tom.c cxgb_tom.h sys/modules/cxgb Makefile Log: SVN rev 183321 on 2008-09-24 01:19:08Z by kmacy - Remove default NIC dependency on ulp headers - make toe module build dependent on kernel support Submitted by: Chelsio Inc. MFC after: 1 week Revision Changes Path 1.41 +0 -1 src/sys/dev/cxgb/cxgb_adapter.h 1.9 +0 -1 src/sys/dev/cxgb/cxgb_include.h 1.12 +1 -1 src/sys/dev/cxgb/cxgb_offload.h 1.3 +1 -0 src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_hal.c 1.3 +1 -0 src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c 1.4 +1 -1 src/sys/dev/cxgb/ulp/toecore/toedev.c 1.24 +1 -0 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c 1.4 +1 -0 src/sys/dev/cxgb/ulp/tom/cxgb_l2t.c 1.7 +1 -0 src/sys/dev/cxgb/ulp/tom/cxgb_listen.c 1.11 +1 -0 src/sys/dev/cxgb/ulp/tom/cxgb_tom.c 1.3 +1 -0 src/sys/dev/cxgb/ulp/tom/cxgb_tom.h 1.16 +27 -4 src/sys/modules/cxgb/Makefile