All of lore.kernel.org
 help / color / mirror / Atom feed
From: infernix <infernix@infernix.net>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Robert Hancock <hancockrwd@gmail.com>, linux-ide@vger.kernel.org
Subject: Re: PATA port not detected when using AHCI on Intel 82801GB/GR/GH
Date: Sat, 23 Jan 2010 15:30:32 +0100	[thread overview]
Message-ID: <4B5B0808.3070906@infernix.net> (raw)
In-Reply-To: <4B5B0400.6020306@infernix.net>

On 23/01/10 15:13, infernix wrote:
> On 23/01/10 14:38, Alan Cox wrote:
>>> PATA_LEGACY Depends on: ATA [=y]&& ATA_SFF [=y]&& ISA [=n]&&
>>> EXPERIMENTAL [=y] │
>>>
>>> So I have to turn on ISA for it to build. But that's not possible on
>>> x86_64 because it depends on X86_32. I'll try a 32bit build later, but
>>> I'd really like to be able to stay on x86_64. Is there a workaround?
>>
>> Remove the&& ISA in Kconfig - that's bogus.
>
> Aha. I'll try that later tonight, have some errands to run now.

Couldn't resist. It works! Dmesg output follows :)

However, speed seems like its just as slow as with the legacy IDE driver:

ss4200:~# hdparm -tT /dev/sda

/dev/sda:
  Timing cached reads:   790 MB in  2.00 seconds = 395.04 MB/sec
  Timing buffered disk reads:    6 MB in  3.30 seconds =   1.82 MB/sec

I'll do some better speed measurements tonight.


[    0.264038] pci_root PNP0A08:00: ignoring host bridge windows from 
ACPI; boot with "pci=use_crs" to use them
[    0.268946] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by 
ICH6 ACPI/GPIO/TCO
[    0.272006] pci 0000:00:1f.0: quirk: [io  0x0480-0x04bf] claimed by 
ICH6 GPIO
[    0.276003] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 
0a00 (mask 00ff)
[    0.280408] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.284202] pci 0000:00:1c.2: PCI bridge to [bus 02-02]
[    0.288063] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive 
decode)
...
[    1.606562] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.613460] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 
0xf impl SATA mode
[    1.621533] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
[    1.628674] scsi0 : ahci
[    1.631363] scsi1 : ahci
[    1.633985] scsi2 : ahci
[    1.636577] scsi3 : ahci
[    1.639247] ata1: SATA max UDMA/133 abar m1024@0xffa3fc00 port 
0xffa3fd00 irq 26
[    1.646625] ata2: SATA max UDMA/133 abar m1024@0xffa3fc00 port 
0xffa3fd80 irq 26
[    1.653997] ata3: SATA max UDMA/133 abar m1024@0xffa3fc00 port 
0xffa3fe00 irq 26
[    1.661369] ata4: SATA max UDMA/133 abar m1024@0xffa3fc00 port 
0xffa3fe80 irq 26
[    1.668831] sata_sil24 0000:02:00.0: PCI INT A -> GSI 18 (level, low) 
-> IRQ 18
[    1.676501] scsi4 : sata_sil24
[    1.679635] scsi5 : sata_sil24
[    1.682737] ata5: SATA max UDMA/100 host m128@0xff8ffc00 port 
0xff8f8000 irq 18
[    1.690032] ata6: SATA max UDMA/100 host m128@0xff8ffc00 port 
0xff8fa000 irq 18
[    1.697548] scsi6 : pata_legacy
[    1.700733] ata7: PATA max PIO4 cmd 0x1f0 ctl 0x3f6 irq 14
[    1.868361] ata7.00: CFA: TRANSCEND, 20071207, max UDMA/66
[    1.873834] ata7.00: 7831152 sectors, multi 0: LBA
[    1.878709] ata7.00: configured for PIO
[    2.008043] ata3: SATA link down (SStatus 0 SControl 300)
[    2.013440] ata4: SATA link down (SStatus 0 SControl 300)
[    2.018835] ata2: SATA link down (SStatus 0 SControl 300)
[    2.024229] ata1: SATA link down (SStatus 0 SControl 300)
[    3.776040] ata5: SATA link down (SStatus 0 SControl 0)
[    5.860039] ata6: SATA link down (SStatus 0 SControl 0)
[    5.865363] scsi 6:0:0:0: Direct-Access     ATA      TRANSCEND 
  2007 PQ: 0 ANSI: 5
[    5.873646] sd 6:0:0:0: [sda] 7831152 512-byte logical blocks: (4.00 
GB/3.73 GiB)
[    5.881164] sd 6:0:0:0: [sda] Write Protect is off
[    5.885970] sd 6:0:0:0: [sda] Write cache: disabled, read cache: 
enabled, doesn't support DPO or FUA
[    5.895228]  sda: sda1
[    5.900195] sd 6:0:0:0: [sda] Attached SCSI disk
[    5.904901] scsi7 : pata_legacy
[    5.908083] ata8: PATA max PIO4 cmd 0x170 ctl 0x376 irq 15
...

  reply	other threads:[~2010-01-23 14:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-22  3:37 PATA port not detected when using AHCI on Intel 82801GB/GR/GH infernix
2010-01-22  5:01 ` Robert Hancock
2010-01-22 12:57   ` infernix
2010-01-23  1:23     ` Robert Hancock
2010-01-23  2:29       ` infernix
2010-01-23  7:18         ` Robert Hancock
2010-01-23 13:14           ` infernix
2010-01-23 10:14         ` Alan Cox
2010-01-23 13:08           ` infernix
2010-01-23 13:38             ` Alan Cox
2010-01-23 14:13               ` infernix
2010-01-23 14:30                 ` infernix [this message]
2010-02-12 23:30               ` infernix
2010-02-13  0:04                 ` Alan Cox
2010-02-13  0:21                   ` infernix
2010-01-22  5:31 ` Jeff Garzik
  -- strict thread matches above, loose matches on Subject: below --
2010-02-05  2:17 Joe Ceklosky
2010-02-06  1:43 ` Robert Hancock

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=4B5B0808.3070906@infernix.net \
    --to=infernix@infernix.net \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=hancockrwd@gmail.com \
    --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.