public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cyclades: Put README.cycladeZ in Documentation/serial
@ 2004-11-03 17:54 james4765
  0 siblings, 0 replies; 6+ messages in thread
From: james4765 @ 2004-11-03 17:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, marcelo.tosatti, james4765

Put README.cycladesZ in Documentation/serial.

Firmware is still needed, but the README file shouldn't be in drivers/char.

Signed-off-by: James Nelson <james4765@gmail.com>

diff -urN --exclude='*~' linux-2.6.9-original/Documentation/README.cycladesZ linux-2.6.9/Documentation/README.cycladesZ
--- linux-2.6.9-original/Documentation/serial/README.cycladesZ	1969-12-31 19:00:00.000000000 -0500
+++ linux-2.6.9/Documentation/serial/README.cycladesZ	2004-11-03 12:41:31.577414742 -0500
@@ -0,0 +1,8 @@
+
+The Cyclades-Z must have firmware loaded onto the card before it will
+operate.  This operation should be performed during system startup,
+
+The firmware, loader program and the latest device driver code are
+available from Cyclades at
+    ftp://ftp.cyclades.com/pub/cyclades/cyclades-z/linux/
+

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] cyclades: Put README.cycladeZ in Documentation/serial
@ 2004-12-26 13:52 James Nelson
  2004-12-26 18:02 ` Marcelo Tosatti
  0 siblings, 1 reply; 6+ messages in thread
From: James Nelson @ 2004-12-26 13:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, marcelo.tosatti, James Nelson

Put README.cycladesZ in Documentation/serial.

Firmware is still needed, but the README file shouldn't be in drivers/char.

Signed-off-by: James Nelson <james4765@gmail.com>

diff -urN --exclude='*~' linux-2.6.10-original/Documentation/README.cycladesZ linux-2.6.10/Documentation/README.cycladesZ
--- linux-2.6.10-original/Documentation/README.cycladesZ	1969-12-31 19:00:00.000000000 -0500
+++ linux-2.6.10/Documentation/README.cycladesZ	2004-12-24 16:34:58.000000000 -0500
@@ -0,0 +1,8 @@
+
+The Cyclades-Z must have firmware loaded onto the card before it will
+operate.  This operation should be performed during system startup,
+
+The firmware, loader program and the latest device driver code are
+available from Cyclades at
+    ftp://ftp.cyclades.com/pub/cyclades/cyclades-z/linux/
+
diff -urN --exclude='*~' linux-2.6.10-original/drivers/char/README.cycladesZ linux-2.6.10/drivers/char/README.cycladesZ
--- linux-2.6.10-original/drivers/char/README.cycladesZ	2004-12-24 16:34:58.000000000 -0500
+++ linux-2.6.10/drivers/char/README.cycladesZ	1969-12-31 19:00:00.000000000 -0500
@@ -1,8 +0,0 @@
-
-The Cyclades-Z must have firmware loaded onto the card before it will
-operate.  This operation should be performed during system startup,
-
-The firmware, loader program and the latest device driver code are
-available from Cyclades at
-    ftp://ftp.cyclades.com/pub/cyclades/cyclades-z/linux/
-

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] cyclades: Put README.cycladeZ in Documentation/serial
  2004-12-26 13:52 [PATCH] cyclades: Put README.cycladeZ in Documentation/serial James Nelson
@ 2004-12-26 18:02 ` Marcelo Tosatti
  2004-12-27  2:47   ` Jim Nelson
  0 siblings, 1 reply; 6+ messages in thread
From: Marcelo Tosatti @ 2004-12-26 18:02 UTC (permalink / raw)
  To: James Nelson; +Cc: linux-kernel, akpm


Hi James,

Documentation/serial/ sounds fine to me, but the patch moves the file
to Documentation/ ?
 
On Sun, Dec 26, 2004 at 07:52:46AM -0600, James Nelson wrote:
> Put README.cycladesZ in Documentation/serial.
> 
> Firmware is still needed, but the README file shouldn't be in drivers/char.
> 
> Signed-off-by: James Nelson <james4765@gmail.com>
> 
> diff -urN --exclude='*~' linux-2.6.10-original/Documentation/README.cycladesZ linux-2.6.10/Documentation/README.cycladesZ
> --- linux-2.6.10-original/Documentation/README.cycladesZ	1969-12-31 19:00:00.000000000 -0500
> +++ linux-2.6.10/Documentation/README.cycladesZ	2004-12-24 16:34:58.000000000 -0500
> @@ -0,0 +1,8 @@
> +
> +The Cyclades-Z must have firmware loaded onto the card before it will
> +operate.  This operation should be performed during system startup,
> +
> +The firmware, loader program and the latest device driver code are
> +available from Cyclades at
> +    ftp://ftp.cyclades.com/pub/cyclades/cyclades-z/linux/
> +
> diff -urN --exclude='*~' linux-2.6.10-original/drivers/char/README.cycladesZ linux-2.6.10/drivers/char/README.cycladesZ
> --- linux-2.6.10-original/drivers/char/README.cycladesZ	2004-12-24 16:34:58.000000000 -0500
> +++ linux-2.6.10/drivers/char/README.cycladesZ	1969-12-31 19:00:00.000000000 -0500
> @@ -1,8 +0,0 @@
> -
> -The Cyclades-Z must have firmware loaded onto the card before it will
> -operate.  This operation should be performed during system startup,
> -
> -The firmware, loader program and the latest device driver code are
> -available from Cyclades at
> -    ftp://ftp.cyclades.com/pub/cyclades/cyclades-z/linux/
> -
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] cyclades: Put README.cycladeZ in Documentation/serial
  2004-12-26 18:02 ` Marcelo Tosatti
@ 2004-12-27  2:47   ` Jim Nelson
  0 siblings, 0 replies; 6+ messages in thread
From: Jim Nelson @ 2004-12-27  2:47 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: linux-kernel, akpm

Marcelo Tosatti wrote:
> Hi James,
> 
> Documentation/serial/ sounds fine to me, but the patch moves the file
> to Documentation/ ?
>  

Right.  I'll re-work and re-submit tomorrow.

Jim

> On Sun, Dec 26, 2004 at 07:52:46AM -0600, James Nelson wrote:
> 
>>Put README.cycladesZ in Documentation/serial.
>>
>>Firmware is still needed, but the README file shouldn't be in drivers/char.
>>
>>Signed-off-by: James Nelson <james4765@gmail.com>
>>
>>diff -urN --exclude='*~' linux-2.6.10-original/Documentation/README.cycladesZ linux-2.6.10/Documentation/README.cycladesZ
>>--- linux-2.6.10-original/Documentation/README.cycladesZ	1969-12-31 19:00:00.000000000 -0500
>>+++ linux-2.6.10/Documentation/README.cycladesZ	2004-12-24 16:34:58.000000000 -0500
>>@@ -0,0 +1,8 @@
>>+
>>+The Cyclades-Z must have firmware loaded onto the card before it will
>>+operate.  This operation should be performed during system startup,
>>+
>>+The firmware, loader program and the latest device driver code are
>>+available from Cyclades at
>>+    ftp://ftp.cyclades.com/pub/cyclades/cyclades-z/linux/
>>+
>>diff -urN --exclude='*~' linux-2.6.10-original/drivers/char/README.cycladesZ linux-2.6.10/drivers/char/README.cycladesZ
>>--- linux-2.6.10-original/drivers/char/README.cycladesZ	2004-12-24 16:34:58.000000000 -0500
>>+++ linux-2.6.10/drivers/char/README.cycladesZ	1969-12-31 19:00:00.000000000 -0500
>>@@ -1,8 +0,0 @@
>>-
>>-The Cyclades-Z must have firmware loaded onto the card before it will
>>-operate.  This operation should be performed during system startup,
>>-
>>-The firmware, loader program and the latest device driver code are
>>-available from Cyclades at
>>-    ftp://ftp.cyclades.com/pub/cyclades/cyclades-z/linux/
>>-
>>-

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] cyclades: Put README.cycladeZ in Documentation/serial
@ 2004-12-29 10:47 James Nelson
  2004-12-29 17:23 ` Marcelo Tosatti
  0 siblings, 1 reply; 6+ messages in thread
From: James Nelson @ 2004-12-29 10:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, marcelo.tosatti, James Nelson

Put README.cycladesZ in Documentation/serial.

Firmware is still needed, but the README file shouldn't be in drivers/char.

Signed-off-by: James Nelson <james4765@gmail.com>

diff -urN --exclude='*~' linux-2.6.10-original/Documentation/serial/README.cycladesZ linux-2.6.10/Documentation/serial/README.cycladesZ
--- linux-2.6.10-original/Documentation/serial/README.cycladesZ	1969-12-31 19:00:00.000000000 -0500
+++ linux-2.6.10/Documentation/serial/README.cycladesZ	2004-12-24 16:34:58.000000000 -0500
@@ -0,0 +1,8 @@
+
+The Cyclades-Z must have firmware loaded onto the card before it will
+operate.  This operation should be performed during system startup,
+
+The firmware, loader program and the latest device driver code are
+available from Cyclades at
+    ftp://ftp.cyclades.com/pub/cyclades/cyclades-z/linux/
+
diff -urN --exclude='*~' linux-2.6.10-original/drivers/char/README.cycladesZ linux-2.6.10/drivers/char/README.cycladesZ
--- linux-2.6.10-original/drivers/char/README.cycladesZ	2004-12-24 16:34:58.000000000 -0500
+++ linux-2.6.10/drivers/char/README.cycladesZ	1969-12-31 19:00:00.000000000 -0500
@@ -1,8 +0,0 @@
-
-The Cyclades-Z must have firmware loaded onto the card before it will
-operate.  This operation should be performed during system startup,
-
-The firmware, loader program and the latest device driver code are
-available from Cyclades at
-    ftp://ftp.cyclades.com/pub/cyclades/cyclades-z/linux/
-

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] cyclades: Put README.cycladeZ in Documentation/serial
  2004-12-29 10:47 James Nelson
@ 2004-12-29 17:23 ` Marcelo Tosatti
  0 siblings, 0 replies; 6+ messages in thread
From: Marcelo Tosatti @ 2004-12-29 17:23 UTC (permalink / raw)
  To: James Nelson; +Cc: linux-kernel, akpm


ACK

added Signed-off-By line.

On Wed, Dec 29, 2004 at 04:47:22AM -0600, James Nelson wrote:
> Put README.cycladesZ in Documentation/serial.
> 
> Firmware is still needed, but the README file shouldn't be in drivers/char.
> 
> Signed-off-by: James Nelson <james4765@gmail.com>
> Signed-off-by: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
> 
> diff -urN --exclude='*~' linux-2.6.10-original/Documentation/serial/README.cycladesZ linux-2.6.10/Documentation/serial/README.cycladesZ
> --- linux-2.6.10-original/Documentation/serial/README.cycladesZ	1969-12-31 19:00:00.000000000 -0500
> +++ linux-2.6.10/Documentation/serial/README.cycladesZ	2004-12-24 16:34:58.000000000 -0500
> @@ -0,0 +1,8 @@
> +
> +The Cyclades-Z must have firmware loaded onto the card before it will
> +operate.  This operation should be performed during system startup,
> +
> +The firmware, loader program and the latest device driver code are
> +available from Cyclades at
> +    ftp://ftp.cyclades.com/pub/cyclades/cyclades-z/linux/
> +
> diff -urN --exclude='*~' linux-2.6.10-original/drivers/char/README.cycladesZ linux-2.6.10/drivers/char/README.cycladesZ
> --- linux-2.6.10-original/drivers/char/README.cycladesZ	2004-12-24 16:34:58.000000000 -0500
> +++ linux-2.6.10/drivers/char/README.cycladesZ	1969-12-31 19:00:00.000000000 -0500
> @@ -1,8 +0,0 @@
> -
> -The Cyclades-Z must have firmware loaded onto the card before it will
> -operate.  This operation should be performed during system startup,
> -
> -The firmware, loader program and the latest device driver code are
> -available from Cyclades at
> -    ftp://ftp.cyclades.com/pub/cyclades/cyclades-z/linux/
> -
> -

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-12-29 20:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-26 13:52 [PATCH] cyclades: Put README.cycladeZ in Documentation/serial James Nelson
2004-12-26 18:02 ` Marcelo Tosatti
2004-12-27  2:47   ` Jim Nelson
  -- strict thread matches above, loose matches on Subject: below --
2004-12-29 10:47 James Nelson
2004-12-29 17:23 ` Marcelo Tosatti
2004-11-03 17:54 james4765

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox