Re: [E1000-devel] No usable DMA configuration: 82541GI

2011-12-04 Thread Dave, Tushar N
Neal, Just to be sure, you have in-kernel e1000 driver without any modifications, right? I asked because e1000 driver have bus specific dma APIs (e.g pci_dma*) already replaced with dma API. e.g driver uses dma_set_mask() instead of pci_set_dma_mask() -Tushar From: Taylor, Neal E

[E1000-devel] [PATCH] e1000e: Assign true and false to bool type variable instead of 1 and 0

2011-12-04 Thread Michael Wang
From: Michael Wang wang...@linux.vnet.ibm.com Use true and false instead of 1 and 0 when assign value to a bool type variable. Signed-off-by: Michael Wang wang...@linux.vnet.ibm.com --- drivers/net/ethernet/intel/e1000e/netdev.c | 34 ++-- 1 files changed, 17