cxgb4i v5: iscsi driver On 08/09/2010 12:53 PM, kxie(a)chelsio.com wrote: + +static void *t4_uld_add(const struct cxgb4_lld_info *lldi) +{ + struct cxgbi_device *cdev; + struct port_info *pi; + int i, rc; + + cxgb4i_log_info("%s", version); + + cdev = cxgbi_device_register(sizeof(*lldi), lldi->nports); + if (!cd... 11 Aug 2010 16:56
padata: add missing __percpu markup in include/linux/padata.h On Sun, Aug 08, 2010 at 01:47:25AM +0900, Namhyung Kim wrote: parallel_data->queue is a percpu pointer but was missing __percpu markup. Add it. The patch does not apply, please respin against linux-2.6 git current. Thanks, Steffen -- To unsubscribe from this list: send the line "unsubscribe linux-... 11 Aug 2010 14:44
libcxgbi: common library for cxgb3i and cxgb4i On 08/09/2010 12:53 PM, kxie(a)chelsio.com wrote: +void cxgbi_fill_iscsi_transport(struct iscsi_transport *itp) +{ + /* owner and name should be set already */ + itp->caps = CAP_RECOVERY_L0 | CAP_MULTI_R2T | CAP_HDRDGST + | CAP_DATADGST | CAP_DIGEST_OFFLOAD | + CAP_PADDING_OFFLOAD; + itp->para... 13 Aug 2010 00:36
pedido de trabalho Gostaria de saber se precisa de algum servi�o na �rea do design. Deixo o meu e-mail mais directo para contacto: design_grafico(a)sapo.pt 962306299 Obrigado nuno miguel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More ... 11 Aug 2010 14:44
initial support for LogicPD's OMAP3 SOM and TORPEDO development kits Jacob Tanenbaum <Jacob.Tanenbaum(a)logicpd.com> writes: Adding LogicPD OMAP3 board support Adding support for LogicPD's OMAP 3530 LV SOM and OMAP 35x Torpedo board. Tested against: linux-next 81e09f50c93edff607259cbe374a3006c9c5fa74 Signed-off-by: Jacob Tanenbaum <J... 11 Aug 2010 15:50
[PATCH] staging/wlan-ng: Explicitly set some fields in cfg80211 interface Greg Now that the wlan-ng driver has been switched to cfg80211 in mainline, can this small patch be forwarded also, to catch up with some new fields that have gone into the cfg80211 api also in this cycle. Thanks Karl Explicitly set some fields in cfg80211 interface Signed-off-by: Karl Relton <ka... 11 Aug 2010 14:44
initial support for LogicPD's OMAP3 SOM and TORPEDO development kits Hi Jacob. Some quick comments. Sam diff --git a/arch/arm/configs/omap3_defconfig b/arch/arm/configs/omap3_defconfig index 5db9a6b..f510dfd 100644 --- a/arch/arm/configs/omap3_defconfig +++ b/arch/arm/configs/omap3_defconfig @@ -37,6 +37,8 @@ CONFIG_MACH_OMAP_2430SDP=y CONFIG_MACH_OMAP3_BEAGL... 11 Aug 2010 14:44
hwmon: jc42 depends on I2C On Wed, 2010-08-11 at 13:35 -0400, Randy Dunlap wrote: From: Randy Dunlap <randy.dunlap(a)oracle.com> jc42 uses i2c interfaces, so it should depend on I2C. drivers/hwmon/jc42.c:426: error: implicit declaration of function 'i2c_check_functionality' drivers/hwmon/jc42.c:521: error: implicit declaration ... 11 Aug 2010 14:44
[PATCH -next] hwmon: jc42 depends on I2C From: Randy Dunlap <randy.dunlap(a)oracle.com> jc42 uses i2c interfaces, so it should depend on I2C. drivers/hwmon/jc42.c:426: error: implicit declaration of function 'i2c_check_functionality' drivers/hwmon/jc42.c:521: error: implicit declaration of function 'i2c_smbus_read_word_data' drivers/hwmon/jc42.c:529: er... 11 Aug 2010 14:44
[PATCH -next] firmware: ibft depends on SCSI From: Randy Dunlap <randy.dunlap(a)oracle.com> Prevent build errors when SCSI is not enabled: iscsi_ibft.c:(.init.text+0x548d): undefined reference to `iscsi_boot_create_initiator' iscsi_ibft.c:(.init.text+0x54a9): undefined reference to `iscsi_boot_create_ethernet' iscsi_ibft.c:(.init.text+0x54c5): undefined ref... 11 Aug 2010 14:44 |