2004-06-21 11:36:17

by Miroslav Ruda

[permalink] [raw]
Subject: sata promise problems on x86_64

Hello,

I have problems with SATA promise driver from 2.4.27-rc1 on x86_64 arch (MB ASUS SK8V).
Kernel 2.4.27-rc1 reports

scsi0: SCSI host adapter emulation for IDE ATAPI devices
ata1: SATA max UDMA/133 ...
ata2: SATA max UDMA/133 ...
ata1: dev 0 ATA, max UDMA/133, 156301488 sectors
ata1: dev 0 configured for UDMA/133
ata2: no device found (phy stat 00000000)
scsi1: sata_promise
scsi2: sata_promise
Vendor: ATA Model: WDC WD800JD-00HK Rev: 13.0
Type: Direct-Access ANSI SCSI revision: 05
Attached scsi disk sda at scsi1, channel 0, id 0, lun 0
SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
Partition check:
sda: <3>ata1: DMA timeout

and is frozen, while with 2.6.5 it works ok:

SCSI subsystem initialized
libata version 1.02 loaded.
sata_promise version 0.92
ata1: SATA max UDMA/133 cmd 0xFFFFFF000205F200 ctl 0xFFFFFF000205F238 bmdma 0x0
irq 18
ata2: SATA max UDMA/133 cmd 0xFFFFFF000205F280 ctl 0xFFFFFF000205F2B8 bmdma 0x0
irq 18
ata1: dev 0 cfg 49:2f00 82:346b 83:5b01 84:4003 85:3469 86:1801 87:4003 88:407f
ata1: dev 0 ATA, max UDMA/133, 156301488 sectors
ata1: dev 0 configured for UDMA/133
scsi0 : sata_promise
ata2: no device found (phy stat 00000000)
ata2: thread exiting
scsi1 : sata_promise
Vendor: ATA Model: WDC WD800JD-00HK Rev: 1.02
Type: Direct-Access ANSI SCSI revision: 05
ata1: dev 0 max request 124KB
SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
SCSI device sda: drive cache: write through
sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0

Any idea what's wrong?
--
Mirek Ruda


2004-06-21 12:32:16

by Andrew Walrond

[permalink] [raw]
Subject: Re: sata promise problems on x86_64

On Monday 21 Jun 2004 12:35, Miroslav Ruda wrote:
>
> I have problems with SATA promise driver from 2.4.27-rc1 on x86_64 arch
> (MB ASUS SK8V). Kernel 2.4.27-rc1 reports

I've been having similar problems with an SK8N, but with 2.6.7 kernel. It's
ACPI related, and I suspect also effects 2.4. I guess you have ACPI enabled?

We've been working the problem here

http://bugme.osdl.org/show_bug.cgi?id=2838

I'm just working through Lens last couple of postings now.

Andrew Walrond

2004-06-21 13:30:04

by Miroslav Ruda

[permalink] [raw]
Subject: Re: sata promise problems on x86_64

Andrew Walrond wrote:
> On Monday 21 Jun 2004 12:35, Miroslav Ruda wrote:
>
>> I have problems with SATA promise driver from 2.4.27-rc1 on x86_64 arch
>>(MB ASUS SK8V). Kernel 2.4.27-rc1 reports
>
>
> I've been having similar problems with an SK8N, but with 2.6.7 kernel. It's
> ACPI related, and I suspect also effects 2.4. I guess you have ACPI enabled?

I'm successfully running Suse kernel 2.6.5-7.75 with ACPI switched on, but for 2.4.27-rc1 acpi=off apm=off iommu=noforce works ok.

Thanks for your help.

--
Mirek Ruda