This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2025-01-01 07:42:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
24d3f95a5b
linux
/
drivers
/
scsi
/
cxgbi
/
cxgb3i
/
Kbuild
4 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kbuild: finally remove the obsolete variable $TOPDIR TOPDIR is obsolete, it can be finally removed now. Signed-off-by: WANG Cong <amwang@redhat.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2009-06-19 07:40:26 +00:00
EXTRA_CFLAGS += -I$(srctree)/drivers/net/cxgb3
[SCSI] cxgb3i: Add cxgb3i iSCSI driver. This patch implements the cxgb3i iscsi connection acceleration for the open-iscsi initiator. The cxgb3i driver offers the iscsi PDU based offload: - digest insertion and verification - payload direct-placement into host memory buffer. Signed-off-by: Karen Xie <kxie@chelsio.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2008-12-09 22:15:32 +00:00
[SCSI] cxgb3i: merge cxgb3i_ddp into cxgb3i module - Merge cxgb3i_ddp.ko to cxgb3i.ko as there is no other users. - Bump the driver version up to 1.0.2. Signed-off-by: Karen Xie <kxie@chelsio.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2009-04-01 18:11:27 +00:00
obj-$(CONFIG_SCSI_CXGB3_ISCSI) += cxgb3i.o
Reference in New Issue
Copy Permalink