From: Tom Evans <tom@23palmer.net>
To: Jeff Garzik <jeff@garzik.org>
Cc: htejun@gmail.com, linux-ide@vger.kernel.org
Subject: Re: Port Multiplier Patch 2.6.22.1 on Alpha
Date: Thu, 30 Aug 2007 00:42:18 -0400 [thread overview]
Message-ID: <46D64AAA.7090808@23palmer.net> (raw)
In-Reply-To: <46D64290.2010306@garzik.org>
Thanks for the response Jeff !
Jeff Garzik wrote:
>
> Alpha should not be operationally much different from other little
> endian 64-bit platforms.
>
> The PCI swizzle might be weird (what is your Alpha platform?), is the
> only Alpha-specific thing that comes to mind.
>
I am using a DS20 (Tsunami / Goldrush).
>
>> I have similar such behavior before when using drivers that generate
>> many unaligned accesses - I only have seen 2 places they occur in
>> sata_sil24 and have fixed them myself, but that made no difference.
>
> We definitely want to fix all these you find. Please post more info...
>
In sil24_config_port, the writel's for /* zero error counters */ should
be writew's - they are 16bit control registers.
Only PORT_DECODE_ERR_THRESH and PORT_CRC_ERR_THRESH appear to be
unaligned, but why risk a stl when a stw (on platforms that support it)
can be used.
> Also, if you are highly motivated, I would love to see if other SATA
> cards have similar problems on Alpha...
>
I'll need to find a computer store with a decent return policy, but I
would consider doing it ....
...tom
next prev parent reply other threads:[~2007-08-30 4:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-30 3:25 Port Multiplier Patch 2.6.22.1 on Alpha Tom Evans
2007-08-30 4:07 ` Jeff Garzik
2007-08-30 4:42 ` Tom Evans [this message]
2007-09-08 20:52 ` Tejun Heo
[not found] ` <46E3706A.3040102@23palmer.net>
2007-09-09 7:12 ` Tejun Heo
2007-09-01 3:04 ` Tom Evans
2007-09-08 4:32 ` Tom Evans
2007-09-08 4:34 ` Tom Evans
2007-09-08 4:37 ` Tom Evans
2007-09-08 4:40 ` Tom Evans
2007-09-08 4:41 ` Tom Evans
2007-09-08 5:01 ` Tom Evans
2007-09-08 20:53 ` Tejun Heo
[not found] ` <46E37154.9010007@23palmer.net>
2007-09-09 7:11 ` Tejun Heo
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=46D64AAA.7090808@23palmer.net \
--to=tom@23palmer.net \
--cc=htejun@gmail.com \
--cc=jeff@garzik.org \
--cc=linux-ide@vger.kernel.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.