[E1000-devel] [SPAM] The Oil Painting Studio

2008-11-13 Thread Paintingstudioa
Dear Sir and madam Allow me to introduce: We are the Oil Painting Studio. We would like to offer our painting and giclee prints services to you.We have 30 highly skilled professional artists and have been over 12 years of experience creating paintings for our client worldwide. We work to creatin

Re: [E1000-devel] Validation of DMA params breaks e100 driver (2.6.28-rc2)

2008-11-13 Thread David Miller
From: "Brandeburg, Jesse" <[EMAIL PROTECTED]> Date: Thu, 13 Nov 2008 17:21:50 -0800 (Pacific Standard Time) > On Fri, 31 Oct 2008, Russell King - ARM Linux wrote: > > > On Thu, Oct 30, 2008 at 05:27:59PM +0100, Anders Grafström wrote: > > > The e100 driver triggers BUG_ON(buf->direction != dir) >

[E1000-devel] Returned mail: see transcript for details

2008-11-13 Thread Mail Delivery Subsystem
Hi. This is the MAILNARA program at "mail.asiaeconomy.co.kr". I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[EMAIL PROTECTED]>: Sorry, no mailbox here by that name. (#5.1.1) See the copy of the ma

[E1000-devel] Re

2008-11-13 Thread Michael Holmer
This message will be the last notification that I will send to you as my earlier letters to you through Post Office was returned undelivered. Hence I decided to reach you via email because this information needs urgent attention. I'm contacting you because you bear the same surname with our

Re: [E1000-devel] Validation of DMA params breaks e100 driver (2.6.28-rc2)

2008-11-13 Thread Brandeburg, Jesse
On Fri, 31 Oct 2008, Russell King - ARM Linux wrote: > On Thu, Oct 30, 2008 at 05:27:59PM +0100, Anders Grafström wrote: > > The e100 driver triggers BUG_ON(buf->direction != dir) > > by doing pci_map_single(..., PCI_DMA_BIDIRECTIONAL) > > and pci_dma_sync_single_for_device(..., PCI_DMA_TODEVICE).

[SPAM] 来自慧宇培训工作室的问候

2008-11-13 Thread 慧源培训工作室
亲爱的朋友: 您好! 非常高兴能在六十多亿人口中与您相识,能认识您真好!我是慧宇培训工作室,即陈毓慧老师培训机构---韦义平。非常荣幸能为您服务,近段工作很忙吧?有什么新的收获?天气凉了,请做好自己、家人、同事的防寒工作哦。 我们这些日子工作比较顺利, 也比较忙碌。 近期成长非常快。 我们每天白天工作, 晚上培训考核, 现在我在带团队,我们整个团队都洋溢着一种创业的激情, 很忙碌,很充实,也很快乐!活力四射!激情无限! 上周末晚上,陈老师给我们讲了一个故事, 我也整理了出来, 与您分享一下啊-- 美国有家保险公司有一个清洁工,本来是个最被人忽视的小角色,但就是这样一个

[SPAM] 生*意

2008-11-13 Thread 企业
您好! 公司现有:商品销售、企业工业票、广告设计、建筑安装、租凭、 运输、咨询、酒店定额、会议费等fa/票,向外开。 (具体税率由行业同金额大小商谈) 本公司郑重承诺所开的票据都是来自税务局的, 均可上网查验或到税务验证。 贵公司、企业如有需要来电联系!感谢! 联系人 :刘生(经理) 手机 :135-3428-6096 顺祝:生意兴隆! - This SF.Net email is sponsored by the Mo

[E1000-devel] [patch] igb: use dev_printk instead of printk

2008-11-13 Thread Bjorn Helgaas
Use dev_printk() instead of printk() to give a little more context and use consistent format. Signed-off-by: Bjorn Helgaas <[EMAIL PROTECTED]> diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c index 1f397cd..2799518 100644 --- a/drivers/net/igb/igb_main.c +++ b/drivers/net/

Re: [E1000-devel] Changing the ethX names

2008-11-13 Thread Carsten Aulbert
Carsten Aulbert wrote: > I'm currently looking through the device IDs which module to use for these. OK, found the igb kernel driver for that one. I'll try what will happen if this is included. Thanks for listening and suggestions! Carsten --

Re: [E1000-devel] Changing the ethX names

2008-11-13 Thread Carsten Aulbert
Carsten Aulbert wrote: ions during installation, but that's really hacky. > > If you know of a tool to activate PXE on the add-on NICs please let me > know. I'll try to find out the IDs now. > OK, I suspect the NICs are just too new for the 2.6.23 kernel (and also for the 2.6.27?) The addon NICs

Re: [E1000-devel] Changing the ethX names

2008-11-13 Thread Tomoe Sugihara
Carsten, I don't know if this is what you want to know. But, you can change the name of the net_device using /sbin/ip command like the following: $ ip link set ethX name whatever_name ethX has to be DOWN beforehand. Maybe you could add commands to reorder in early part of rc scripts? Best, Tomo