2009-09-29 22:13:50

by Justin P. Mattock

[permalink] [raw]
Subject: Update_e-mail-for-debugging-via-ohci1394.txt.


Seems the address:
ftp://ftp.suse.de/private/bk/firewire/tools/*
is not vary helpful. After a quick search, seems
this was talked about:
http://www.mail-archive.com/[email protected]/msg02761.html
(can't find the original thread).

Anyways the update address works(although not sure what should happen)
if there is another then I can redu this patch, or something..


Documentation/debugging-via-ohci1394.txt | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)


2009-09-29 22:13:59

by Justin P. Mattock

[permalink] [raw]
Subject: [PATCH] Update the e-mail for the userspace tools to use ohci1394_dma=early for debugging. Signed-off-by: Justin P. Mattock <[email protected]>

---
Documentation/debugging-via-ohci1394.txt | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/debugging-via-ohci1394.txt b/Documentation/debugging-via-ohci1394.txt
index 59a91e5..8be3c78 100644
--- a/Documentation/debugging-via-ohci1394.txt
+++ b/Documentation/debugging-via-ohci1394.txt
@@ -64,14 +64,14 @@ be used to view the printk buffer of a remote machine, even with live update.

Bernhard Kaindl enhanced firescope to support accessing 64-bit machines
from 32-bit firescope and vice versa:
-- ftp://ftp.suse.de/private/bk/firewire/tools/firescope-0.2.2.tar.bz2
+- http://halobates.de/firewire/firescope-0.2.2.tar.bz2

and he implemented fast system dump (alpha version - read README.txt):
-- ftp://ftp.suse.de/private/bk/firewire/tools/firedump-0.1.tar.bz2
+- http://halobates.de/firewire/firedump-0.1.tar.bz2

There is also a gdb proxy for firewire which allows to use gdb to access
data which can be referenced from symbols found by gdb in vmlinux:
-- ftp://ftp.suse.de/private/bk/firewire/tools/fireproxy-0.33.tar.bz2
+- http://halobates.de/firewire/fireproxy-0.33.tar.bz2

The latest version of this gdb proxy (fireproxy-0.34) can communicate (not
yet stable) with kgdb over an memory-based communication module (kgdbom).
@@ -178,7 +178,7 @@ Step-by-step instructions for using firescope with early OHCI initialization:

Notes
-----
-Documentation and specifications: ftp://ftp.suse.de/private/bk/firewire/docs
+Documentation and specifications: http://halobates.de/firewire/

FireWire is a trademark of Apple Inc. - for more information please refer to:
http://en.wikipedia.org/wiki/FireWire
--
1.6.5.rc2

2009-10-03 08:16:03

by Stefan Richter

[permalink] [raw]
Subject: Re: [PATCH] Update the e-mail for the userspace tools to use ohci1394_dma=early for debugging.

On 29 Sep, Justin P. Mattock wrote:
> ---
> Documentation/debugging-via-ohci1394.txt | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/debugging-via-ohci1394.txt b/Documentation/debugging-via-ohci1394.txt
> index 59a91e5..8be3c78 100644
> --- a/Documentation/debugging-via-ohci1394.txt
> +++ b/Documentation/debugging-via-ohci1394.txt
> @@ -64,14 +64,14 @@ be used to view the printk buffer of a remote machine, even with live update.
>
> Bernhard Kaindl enhanced firescope to support accessing 64-bit machines
> from 32-bit firescope and vice versa:
> -- ftp://ftp.suse.de/private/bk/firewire/tools/firescope-0.2.2.tar.bz2
> +- http://halobates.de/firewire/firescope-0.2.2.tar.bz2
>
> and he implemented fast system dump (alpha version - read README.txt):
> -- ftp://ftp.suse.de/private/bk/firewire/tools/firedump-0.1.tar.bz2
> +- http://halobates.de/firewire/firedump-0.1.tar.bz2
>
> There is also a gdb proxy for firewire which allows to use gdb to access
> data which can be referenced from symbols found by gdb in vmlinux:
> -- ftp://ftp.suse.de/private/bk/firewire/tools/fireproxy-0.33.tar.bz2
> +- http://halobates.de/firewire/fireproxy-0.33.tar.bz2
>
> The latest version of this gdb proxy (fireproxy-0.34) can communicate (not
> yet stable) with kgdb over an memory-based communication module (kgdbom).
> @@ -178,7 +178,7 @@ Step-by-step instructions for using firescope with early OHCI initialization:
>
> Notes
> -----
> -Documentation and specifications: ftp://ftp.suse.de/private/bk/firewire/docs
> +Documentation and specifications: http://halobates.de/firewire/
>
> FireWire is a trademark of Apple Inc. - for more information please refer to:
> http://en.wikipedia.org/wiki/FireWire

I don't see this patch in linux-next yet, hence I picked it up committed
it to linux1394-2.6.git.
--
Stefan Richter
-=====-==--= =-=- ---==
http://arcgraph.de/sr/

2009-10-03 08:17:39

by Stefan Richter

[permalink] [raw]
Subject: [PATCH] ieee1394: add documentation entry to MAINTAINERS

Add the file pattern of drivers/ieee1394/init_ohci1394_dma.c's
documentation to the maintainers database. init_ohci1394_dma.c is not
really part of the IEEE 1394 subsystem, but this maintainers contact
seems to be better than none at all.

Signed-off-by: Stefan Richter <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

Index: linux-2.6.32-rc1/MAINTAINERS
===================================================================
--- linux-2.6.32-rc1.orig/MAINTAINERS
+++ linux-2.6.32-rc1/MAINTAINERS
@@ -2583,6 +2583,7 @@ L: [email protected]
W: http://www.linux1394.org/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
S: Maintained
+F: Documentation/debugging-via-ohci1394.txt
F: drivers/ieee1394/

IEEE 1394 RAW I/O DRIVER

--
Stefan Richter
-=====-==--= =-=- ---==
http://arcgraph.de/sr/

2009-10-05 00:23:59

by Justin P. Mattock

[permalink] [raw]
Subject: Re: [PATCH] Update the e-mail for the userspace tools to use ohci1394_dma=early for debugging.

On Sat, Oct 3, 2009 at 1:15 AM, Stefan Richter
<[email protected]> wrote:
> On 29 Sep, Justin P. Mattock wrote:
>> ---
>> ?Documentation/debugging-via-ohci1394.txt | ? ?8 ++++----
>> ?1 files changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/Documentation/debugging-via-ohci1394.txt b/Documentation/debugging-via-ohci1394.txt
>> index 59a91e5..8be3c78 100644
>> --- a/Documentation/debugging-via-ohci1394.txt
>> +++ b/Documentation/debugging-via-ohci1394.txt
>> @@ -64,14 +64,14 @@ be used to view the printk buffer of a remote machine, even with live update.
>>
>> ?Bernhard Kaindl enhanced firescope to support accessing 64-bit machines
>> ?from 32-bit firescope and vice versa:
>> -- ftp://ftp.suse.de/private/bk/firewire/tools/firescope-0.2.2.tar.bz2
>> +- http://halobates.de/firewire/firescope-0.2.2.tar.bz2
>>
>> ?and he implemented fast system dump (alpha version - read README.txt):
>> -- ftp://ftp.suse.de/private/bk/firewire/tools/firedump-0.1.tar.bz2
>> +- http://halobates.de/firewire/firedump-0.1.tar.bz2
>>
>> ?There is also a gdb proxy for firewire which allows to use gdb to access
>> ?data which can be referenced from symbols found by gdb in vmlinux:
>> -- ftp://ftp.suse.de/private/bk/firewire/tools/fireproxy-0.33.tar.bz2
>> +- http://halobates.de/firewire/fireproxy-0.33.tar.bz2
>>
>> ?The latest version of this gdb proxy (fireproxy-0.34) can communicate (not
>> ?yet stable) with kgdb over an memory-based communication module (kgdbom).
>> @@ -178,7 +178,7 @@ Step-by-step instructions for using firescope with early OHCI initialization:
>>
>> ?Notes
>> ?-----
>> -Documentation and specifications: ftp://ftp.suse.de/private/bk/firewire/docs
>> +Documentation and specifications: http://halobates.de/firewire/
>>
>> ?FireWire is a trademark of Apple Inc. - for more information please refer to:
>> ?http://en.wikipedia.org/wiki/FireWire
>
> I don't see this patch in linux-next yet, hence I picked it up committed
> it to linux1394-2.6.git.
> --
> Stefan Richter
> -=====-==--= =-=- ---==
> http://arcgraph.de/sr/
>
>

Alright cool.

--
Justin P. Mattock