From: Sven Luther <sven.luther@wanadoo.fr>
To: Mark Lord <liml@rtr.ca>
Cc: Alexandre.Bounine@tundra.com, linux-ide@vger.kernel.org,
linux-kernel@vger.kernel.org,
linuxppc-dev list <linuxppc-dev@ozlabs.org>,
Paul Mackerras <paulus@samba.org>,
Yang Xin-Xin-r48390 <Xin-Xin.Yang@freescale.com>,
Jeff Garzik <jgarzik@pobox.com>
Subject: Re: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
Date: Fri, 26 May 2006 18:01:56 +0200 [thread overview]
Message-ID: <20060526160156.GA11778@powerlinux.fr> (raw)
In-Reply-To: <447722FF.9020202@rtr.ca>
On Fri, May 26, 2006 at 11:47:11AM -0400, Mark Lord wrote:
> Sven Luther wrote:
> >On Fri, May 26, 2006 at 09:19:33AM -0400, Mark Lord wrote:
> >>Sven Luther wrote:
> >>>Ok. can i use this tree with a 2.6.16 base ?
> >>Not as-is. Here (attached) is a patch for 2.6.16.17+ that updates
> >>the sata_mv driver to the latest source. Completely untested,
> >>but it does compile.
> >>
> >>I will hopefully test it later today, but in the meanwhile, have a go at
> >>it.
> >
> >And here is attached my dmesg output. The last bit of mv_host_intr was
> >when i
> >tried to access the partition table of the disk with parted.
>
> I don't see anything particularly bad in that dmesg output,
> apart from all of the debug output --> did you enable that,
> or was it "on" by default?
Ah, yes, i enabled it on Jeff's suggestion.
> It finds one SATA drive, with no *known* partition table format.
Well, it is a blank disk indeed, so this is no suprise.
> Can you access the disk? Eg. hexdump -C /dev/sda
Trying to partition the disk with parted yielded the last set of debug
messages, and a :
Error: Unable to open /dev/sda - unrecognized disk label.
The same when trying to write a partition table to it, and naturally, there is
no partition afterward.
hexdump yielded only the debugmessages and nothing else.
> Meanwhile, I just booted 2.6.17-rc5-git1 (latest kernel.org) on my Mac G3
> box here, and sata_mv seems to be behaving for me (thus far).
Mmm, this is a G3, while i have a G4. The G4 does some I/O reordering, which
we don't have with a G3, so this may be the cause.
Do you have a mac version of the board, with a forth/OF bios in it ? Or a
normal PC card, which is thus uninitialized ?
Friendly,
Sven Luther
WARNING: multiple messages have this Message-ID (diff)
From: Sven Luther <sven.luther@wanadoo.fr>
To: Mark Lord <liml@rtr.ca>
Cc: Sven Luther <sven.luther@wanadoo.fr>,
Jeff Garzik <jgarzik@pobox.com>,
Alexandre.Bounine@tundra.com, linux-ide@vger.kernel.org,
linux-kernel@vger.kernel.org,
linuxppc-dev list <linuxppc-dev@ozlabs.org>,
Paul Mackerras <paulus@samba.org>,
Yang Xin-Xin-r48390 <Xin-Xin.Yang@freescale.com>
Subject: Re: [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform
Date: Fri, 26 May 2006 18:01:56 +0200 [thread overview]
Message-ID: <20060526160156.GA11778@powerlinux.fr> (raw)
In-Reply-To: <447722FF.9020202@rtr.ca>
On Fri, May 26, 2006 at 11:47:11AM -0400, Mark Lord wrote:
> Sven Luther wrote:
> >On Fri, May 26, 2006 at 09:19:33AM -0400, Mark Lord wrote:
> >>Sven Luther wrote:
> >>>Ok. can i use this tree with a 2.6.16 base ?
> >>Not as-is. Here (attached) is a patch for 2.6.16.17+ that updates
> >>the sata_mv driver to the latest source. Completely untested,
> >>but it does compile.
> >>
> >>I will hopefully test it later today, but in the meanwhile, have a go at
> >>it.
> >
> >And here is attached my dmesg output. The last bit of mv_host_intr was
> >when i
> >tried to access the partition table of the disk with parted.
>
> I don't see anything particularly bad in that dmesg output,
> apart from all of the debug output --> did you enable that,
> or was it "on" by default?
Ah, yes, i enabled it on Jeff's suggestion.
> It finds one SATA drive, with no *known* partition table format.
Well, it is a blank disk indeed, so this is no suprise.
> Can you access the disk? Eg. hexdump -C /dev/sda
Trying to partition the disk with parted yielded the last set of debug
messages, and a :
Error: Unable to open /dev/sda - unrecognized disk label.
The same when trying to write a partition table to it, and naturally, there is
no partition afterward.
hexdump yielded only the debugmessages and nothing else.
> Meanwhile, I just booted 2.6.17-rc5-git1 (latest kernel.org) on my Mac G3
> box here, and sata_mv seems to be behaving for me (thus far).
Mmm, this is a G3, while i have a G4. The G4 does some I/O reordering, which
we don't have with a G3, so this may be the cause.
Do you have a mac version of the board, with a forth/OF bios in it ? Or a
normal PC card, which is thus uninitialized ?
Friendly,
Sven Luther
next prev parent reply other threads:[~2006-05-26 16:01 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-18 4:03 [PATCH/2.6.17-rc4 10/10] bugs fix for marvell SATA on powerp c pl atform Zang Roy-r61911
2006-05-18 4:03 ` Zang Roy-r61911
2006-05-18 7:02 ` Benjamin Herrenschmidt
2006-05-18 7:02 ` Benjamin Herrenschmidt
2006-05-18 15:26 ` Jeff Garzik
2006-05-18 15:26 ` Jeff Garzik
2006-05-18 20:50 ` Mark Lord
2006-05-18 20:50 ` Mark Lord
2006-05-18 21:07 ` Jeff Garzik
2006-05-18 21:07 ` Jeff Garzik
2006-05-18 21:37 ` Mark Lord
2006-05-18 21:37 ` Mark Lord
2006-05-26 8:39 ` Sven Luther
2006-05-26 8:39 ` Sven Luther
2006-05-26 8:56 ` Jeff Garzik
2006-05-26 8:56 ` Jeff Garzik
2006-05-26 8:58 ` Sven Luther
2006-05-26 8:58 ` Sven Luther
2006-05-26 11:41 ` Mark Lord
2006-05-26 11:41 ` Mark Lord
2006-05-26 11:42 ` Sven Luther
2006-05-26 11:42 ` Sven Luther
2006-05-26 13:19 ` Mark Lord
2006-05-26 13:19 ` Mark Lord
2006-05-26 14:15 ` Sven Luther
2006-05-26 14:15 ` Sven Luther
2006-05-26 15:47 ` Mark Lord
2006-05-26 15:47 ` Mark Lord
2006-05-26 16:01 ` Sven Luther [this message]
2006-05-26 16:01 ` Sven Luther
2006-05-26 16:15 ` Sven Luther
2006-05-26 16:15 ` Sven Luther
2006-05-26 16:21 ` Mark Lord
2006-05-26 16:21 ` Mark Lord
2006-05-26 16:25 ` Sven Luther
2006-05-26 16:25 ` Sven Luther
2006-05-18 12:01 ` Ric Wheeler
2006-05-18 12:01 ` Ric Wheeler
-- strict thread matches above, loose matches on Subject: below --
2006-05-19 4:06 Zang Roy-r61911
2006-05-19 4:06 ` Zang Roy-r61911
2006-05-19 4:12 Zang Roy-r61911
2006-05-19 4:12 ` Zang Roy-r61911
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060526160156.GA11778@powerlinux.fr \
--to=sven.luther@wanadoo.fr \
--cc=Alexandre.Bounine@tundra.com \
--cc=Xin-Xin.Yang@freescale.com \
--cc=jgarzik@pobox.com \
--cc=liml@rtr.ca \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.