Re: [PATCH] 2.6 driver for Silan SC92031 (second try)

2006-12-09 Thread Cesar Eduardo Barros
Andrew Morton escreveu: On Fri, 08 Dec 2006 18:17:06 -0200 Cesar Eduardo Barros [EMAIL PROTECTED] wrote: From: Cesar Eduardo Barros [EMAIL PROTECTED] +} while(unlikely(cmpxchg(priv-intr_status, You'll have the arm maintainer after you with a pointy stick. cmpxchg is only available

[PATCH] 2.6 driver for Silan SC92031 (second try)

2006-12-08 Thread Cesar Eduardo Barros
From: Cesar Eduardo Barros [EMAIL PROTECTED] This is a driver for the Silan SC92031/Rsltek 8139D NIC chip. This chip is found on at least one counterfeit Encore ENL832-TX-RENT NIC [1], which came with a mini-CD with the 2.4 driver. A slightly older version of the driver was found at [2]. The

Re: [PATCH] 2.6 driver for Silan SC92031 (second try)

2006-12-08 Thread Andrew Morton
On Fri, 08 Dec 2006 18:17:06 -0200 Cesar Eduardo Barros [EMAIL PROTECTED] wrote: From: Cesar Eduardo Barros [EMAIL PROTECTED] This is a driver for the Silan SC92031/Rsltek 8139D NIC chip. ... +config SC92031 + depends on NET_PCI PCI EXPERIMENTAL + select CRC32 ... + }