[openib-general] [PATCH] ~vlad/ofabuild.git - Add Cheslio into kernel build script
Steve Wise
swise at opengridcomputing.com
Thu Jan 11 14:23:21 PST 2007
This can be applied after you pull the chelsio support into ofed_1_2.
Changes for Chelsio T3 Support.
Signed-off-by: Steve Wise <swise at opengridcomputing.com>
---
build_ofa_kernel.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/build_ofa_kernel.sh b/build_ofa_kernel.sh
index b44353c..ea1d2da 100755
--- a/build_ofa_kernel.sh
+++ b/build_ofa_kernel.sh
@@ -32,6 +32,7 @@ WITH_PACKAGES=" \
--with-user_access-mod \
--with-mthca-mod \
--with-core-mod \
+ --with-cxgb3-mod \
--with-addr_trans-mod"
arch=${arch:-"$(uname -m)"}
@@ -76,6 +77,7 @@ get_src()
include/scsi/iscsi_if.h \
include/scsi/libiscsi.h \
include/scsi/scsi_transport_iscsi.h \
+ drivers/net \
`
echo ref: refs/heads/${git_branch} > .git/HEAD
More information about the general
mailing list