All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ide@vger.kernel.org
Subject: [Bug 102741] pata_hpt37x driver refuses to operate with Adaptec 1200A at UDMA/100
Date: Wed, 12 Aug 2015 20:48:39 +0000	[thread overview]
Message-ID: <bug-102741-11633-MZcIlPqfxZ@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-102741-11633@https.bugzilla.kernel.org/>

https://bugzilla.kernel.org/show_bug.cgi?id=102741

--- Comment #3 from Sergei Shtylyov <headless@email.ru> ---
(In reply to Andreas E from comment #2)

> NAH!!! I can't believe it. This thing can do UDMA/100

Well, I wouldn't call UDMA/100 with 66 MHz clock real UDMA/100.

> but it was limited artificially to /66.

"Shit happens". :-)

> In any case, I think the driver messages should *inform* the user about this
> being not their HDD(s) at fault, but forced to this speed by the driver
> itself. Because every user would initially think that it's their fault, not
> the driver's.

Makes sense.

> Is there any way I can force it to operate at UDMA/100? 
> Some #define, anything? 

With the IDE driver, there was a #define but that's not the case with the
libata one. Thank Alan Cox for that. :-)
However, it shouldn't be hard to do, just comment out the following lines:

                if (clock_slot < 2 && ppi[0] == &info_hpt370)
                        ppi[0] = &info_hpt370_33;
                if (clock_slot < 2 && ppi[0] == &info_hpt370a)
                        ppi[0] = &info_hpt370a_33;

[the rest skipped]

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

  parent reply	other threads:[~2015-08-12 20:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-12 17:11 [Bug 102741] New: pata_hpt370x driver doesn't want to operate with Adaptec 1200A at UDMA/100 bugzilla-daemon
2015-08-12 17:30 ` [Bug 102741] pata_hpt370x driver refuses " bugzilla-daemon
2015-08-12 17:56 ` [Bug 102741] pata_hpt37x " bugzilla-daemon
2015-08-12 18:41 ` bugzilla-daemon
2015-08-12 19:38 ` bugzilla-daemon
2015-08-12 20:48 ` bugzilla-daemon [this message]
2015-08-12 21:41 ` bugzilla-daemon
2015-08-14 10:48 ` bugzilla-daemon

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=bug-102741-11633-MZcIlPqfxZ@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@bugzilla.kernel.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.