re: hello

2018-08-01 Thread Erika@EuropeMillions




--
Congratulations, You Have won SIX HUNDRED AND FIFTY THOUSAND EURO in the
monthly Euro/ Google draws on July 1, 2018. reply to fill your claim 
form.


Erika Hermann
Online Coordinator
Desk038984EU


Re: Hello

2017-05-10 Thread Rechel Diarra
-- 
Hello, I have something important to discuss with you as soon as you reply back.
Regards.
Miss.Rechel


Re: Hello

2016-10-17 Thread Alexander Alemayhu
On Fri, Oct 14, 2016 at 05:17:36PM +0800, yuehaibing wrote:
> subscribe linux-kernel
> 

Try sending subscribe linux-kernel to majord...@vger.kernel.org


Re: hello

2016-10-17 Thread Alexander Alemayhu
On Fri, Oct 14, 2016 at 05:18:10PM +0800, maowenan wrote:
> i want to subscribe this mail, thank you very much.
> 

Try sending subscribe netdev to majord...@vger.kernel.org


Re: Hello, We had some patch need to submit for sundance.c

2006-08-10 Thread Jeff Garzik

Jesse Huang wrote:

Dear All:

We had some patch need to submit. Would you tell me where to get current
sundance.c for myself to generate those patch files.

Sorry, I only got this link:
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;h=f13b2a195c708fe32d8c53d05988875a51bd52e1;hb=1668b19f75cb949f930814a23b74201ad6f76a53;f=drivers/net/sundance.c


You need to install the git software package, and then check out the 
upstream branch of

git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git

Then provide patches against the drivers/net/sundance.c driver found there.

git software download: http://www.kernel.org/pub/software/scm/git/
git overview: http://git.or.cz/
git tutorial: http://www.kernel.org/pub/software/scm/git/docs/tutorial.html
git man pages: http://www.kernel.org/pub/software/scm/git/docs

Thanks,

Jeff


-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Hello, We had some patch need to submit for sundance.c

2006-08-10 Thread Jesse Huang
Hi Jeff:

I will use sundance.c in this tree to generate patch files.

Thanks for this information.

Jesse

- Original Message - 
From: Jeff Garzik [EMAIL PROTECTED]
To: Jesse Huang [EMAIL PROTECTED]
Cc: Francois Romieu [EMAIL PROTECTED];
linux-kernel@vger.kernel.org; netdev@vger.kernel.org; Andrew Morton
[EMAIL PROTECTED]
Sent: Thursday, August 10, 2006 7:23 PM
Subject: Re: Hello, We had some patch need to submit for sundance.c


Jesse Huang wrote:
 Dear All:

 We had some patch need to submit. Would you tell me where to get current
 sundance.c for myself to generate those patch files.

 Sorry, I only got this link:

http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;h=f13b2a195c708fe32d8c53d05988875a51bd52e1;hb=1668b19f75cb949f930814a23b74201ad6f76a53;f=drivers/net/sundance.c

You need to install the git software package, and then check out the
upstream branch of
git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git

Then provide patches against the drivers/net/sundance.c driver found there.

git software download: http://www.kernel.org/pub/software/scm/git/
git overview: http://git.or.cz/
git tutorial: http://www.kernel.org/pub/software/scm/git/docs/tutorial.html
git man pages: http://www.kernel.org/pub/software/scm/git/docs

Thanks,

Jeff


-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Hello, We have IP100A Linux driver need to submit to 2.6.x kernel

2006-07-28 Thread Arjan van de Ven
On Fri, 2006-07-28 at 09:55 +0800, Jesse Huang wrote:
 Hi Francois:
 
 Sorry, I don't know this patch before. IP100A is a new version of IP100
 (sundance.c). I don't know what is you suggestion of IP100A driver? Should
 I...
 
 1. Only updata sundance.c to support IP100A
 2. Release ip100a.c which support ip100(sundance) to kernel 2.6.x and ask to
 remove sundance.c.
 3. Release ip100a.c with sundance.c both to kernel 2.6.x
 
 We hope to use IP100a.c as our product driver, so 2. and 3. will better for
 IC Plus. But we will still follow your suggestion, if you feel 1. was better
 for kernel.


Hello,

in general the policy for Linux is that if adding support for a new
device is only minor changes to an existing driver, it is better to
update this existing driver with those changes. The reason for that is
that this makes it possible to share bugfixes and testing between both
devices. Now there is a point where it no longer makes sense to share,
for example when the devices are really very, very different. 

Greetings,
   Arjan van de Ven

-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Hello, We have IP100A Linux driver need to submit to 2.6.x kernel

2006-07-27 Thread Andrew Morton
On Thu, 27 Jul 2006 14:41:29 +0800
Jesse Huang [EMAIL PROTECTED] wrote:

 Dear All:
 
 I am IC Plus software engineer. We have IP100A 10/100 fast network adapter
 driver need to submit to Linux 2.6.x kernel.

Thanks!

 Please tell me who should I submit to.
 

Please send it to the four addresses to which you sent this email.

Documentation/SubmittingDrivers, Documentation/SubmittingPatches and
Documentation/SubmitChecklist contain helpful info.

-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Hello, We have IP100A Linux driver need to submit to 2.6.x kernel

2006-07-27 Thread Francois Romieu
Jesse Huang [EMAIL PROTECTED] :
[...]
 I am IC Plus software engineer. We have IP100A 10/100 fast network adapter
 driver need to submit to Linux 2.6.x kernel. Please tell me who should I
 submit to.
 
 IP100A's device ID is 0x13f0 0200.

You do not need to do anything:

http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1668b19f75cb949f930814a23b74201ad6f76a53

As far as I have checked before forwarding Pedro Alejandro's patch, the
out-of-tree IP100 driver exhibited no significant difference with the
sundance driver.

-- 
Ueimor
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Hello, We have IP100A Linux driver need to submit to 2.6.x kernel

2006-07-27 Thread Jesse Huang
Hi Francois:

Sorry, I don't know this patch before. IP100A is a new version of IP100
(sundance.c). I don't know what is you suggestion of IP100A driver? Should
I...

1. Only updata sundance.c to support IP100A
2. Release ip100a.c which support ip100(sundance) to kernel 2.6.x and ask to
remove sundance.c.
3. Release ip100a.c with sundance.c both to kernel 2.6.x

We hope to use IP100a.c as our product driver, so 2. and 3. will better for
IC Plus. But we will still follow your suggestion, if you feel 1. was better
for kernel.

Thanks!

Jesse

- Original Message - 
From: Francois Romieu [EMAIL PROTECTED]
To: Jesse Huang [EMAIL PROTECTED]
Cc: linux-kernel@vger.kernel.org; netdev@vger.kernel.org; Andrew
Morton [EMAIL PROTECTED]; Jeff Garzik [EMAIL PROTECTED]
Sent: Friday, July 28, 2006 3:07 AM
Subject: Re: Hello, We have IP100A Linux driver need to submit to 2.6.x
kernel


Jesse Huang [EMAIL PROTECTED] :
[...]
 I am IC Plus software engineer. We have IP100A 10/100 fast network adapter
 driver need to submit to Linux 2.6.x kernel. Please tell me who should I
 submit to.

 IP100A's device ID is 0x13f0 0200.

You do not need to do anything:

http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1668b19f75cb949f930814a23b74201ad6f76a53

As far as I have checked before forwarding Pedro Alejandro's patch, the
out-of-tree IP100 driver exhibited no significant difference with the
sundance driver.

-- 
Ueimor


-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html