mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Grozdan <neutrino8@gmail.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: hancockrwd@gmail.com, linux-kernel@vger.kernel.org,
	linux-ide@vger.kernel.org
Subject: Re: Kernel 2.6.30rc7 limits IDE to UDMA33
Date: Thu, 4 Jun 2009 16:50:52 +0200	[thread overview]
Message-ID: <c5bd819b0906040750w75e0389cod2a03b89ce838d1b@mail.gmail.com> (raw)
In-Reply-To: <c5bd819b0906030639o5f9c34ffg500e132d3a0b5117@mail.gmail.com>

2009/6/3 Grozdan <neutrino8@gmail.com>:
> 2009/6/3 Alan Cox <alan@lxorguk.ukuu.org.uk>:
>> What about 2.6.28 or 2.6.29 ?
>>
>
> Hi,
>
> I just installed kernel 2.6.29.4-rt16-2-rt from the SUSE build service
> (there's no 2.6.28 one available nor a 'normal' 2.6.29 one) and my
> UDMA is set correctly just as when using the default 2.6.27.21 kernel.
> Now I'm not sure if there really is a problem in 2.6.30-rc7-git4 or
> did I somehow introduced it by configuring something incorrectly
> (which I doubt because as I said, I didn't touch anything related to
> IDE during configuration. I only tweaked a few options, most of them
> in the General and Processor sections).
>
> ---------- dmesg IDE of 2.6.29.4-rt16-2-rt----------------
>
> pata_via 0000:00:0f.0: PCI INT A -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
> scsi0 : pata_via
> scsi1 : pata_via
> ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xdc00 irq 14
> ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xdc08 irq 15
> ata1.00: ATA-7: Maxtor 6Y080L0, YAR41BW0, max UDMA/133
> ata1.00: 160086528 sectors, multi 16: LBA
> ata1.01: ATA-5: ST340016A, 3.10, max UDMA/100
> ata1.01: 78165360 sectors, multi 16: LBA
> ata1.00: configured for UDMA/133
> ata1.01: configured for UDMA/100
> isa bounce pool size: 16 pages
> scsi 0:0:0:0: Direct-Access     ATA      Maxtor 6Y080L0   YAR4 PQ: 0 ANSI: 5
> scsi 0:0:1:0: Direct-Access     ATA      ST340016A        3.10 PQ: 0 ANSI: 5
> ata2.00: ATAPI: TSSTcorpCD/DVDW TS-H552U, US08, max UDMA/33
> ata2.00: configured for UDMA/33
> scsi 1:0:0:0: CD-ROM            TSSTcorp CD/DVDW TS-H552U US08 PQ: 0 ANSI: 5
> BIOS EDD facility v0.16 2004-Jun-25, 2 devices found
> udevd version 128 started
> Driver 'sd' needs updating - please use bus_type methods
> sd 0:0:0:0: [sda] 160086528 512-byte hardware sectors: (81.9 GB/76.3 GiB)
> sd 0:0:0:0: [sda] Write Protect is off
> sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't
> support DPO or FUA
> sd 0:0:0:0: [sda] 160086528 512-byte hardware sectors: (81.9 GB/76.3 GiB)
>

Adding more information. A user on the openSUSE forum which is trying
out openSUSE 11.2 milestone 2 (with kernel 2.6.30-rc6-git3) is having
the same problems. His computer is using the pata_amd driver instead
of pata_via like mine and he too gets limiting to UDMA33 during boot

Link: http://forums.opensuse.org/pre-release-beta/415373-hd-speed.html

  reply	other threads:[~2009-06-04 14:51 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-02 22:25 Grozdan
2009-06-03  4:05 ` Robert Hancock
2009-06-03 11:35   ` Grozdan
2009-06-03 12:14     ` Alan Cox
2009-06-03 12:52       ` Grozdan
2009-06-03 13:01         ` Alan Cox
2009-06-03 13:15           ` Grozdan
2009-06-03 13:39           ` Grozdan
2009-06-04 14:50             ` Grozdan [this message]
2009-06-05  9:05               ` Alan Cox
2009-06-05 10:35                 ` Grozdan
2009-06-05 10:42                   ` Alan Cox
2009-06-05 12:43                     ` Grozdan
2009-06-05 13:21                       ` Alan Cox
2009-06-05 14:02                         ` Grozdan
2009-06-06  1:07                     ` Robert Hancock
2009-06-06 14:56                       ` Alan Cox
2009-06-06 18:16                         ` Robert Hancock
2009-06-06 22:08                           ` Alan Cox
2009-06-07  4:39                           ` Grozdan
     [not found]                             ` <4A2BF785.3020402@gmail.com>
2009-06-07 18:24                               ` Grozdan
2009-06-07 18:46                                 ` Michael S. Zick
2009-06-07 19:54                                   ` Alan Cox

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=c5bd819b0906040750w75e0389cod2a03b89ce838d1b@mail.gmail.com \
    --to=neutrino8@gmail.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=hancockrwd@gmail.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®