public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PDC20376 PATA?
@ 2004-04-16 14:27 Gilles May
  2004-04-16 16:34 ` Jeff Garzik
  2004-04-19 14:20 ` Mark Watts
  0 siblings, 2 replies; 5+ messages in thread
From: Gilles May @ 2004-04-16 14:27 UTC (permalink / raw)
  To: linux-kernel

Hello everybody::

I have got a problem getting my onboard FastTrak 376 Controller to work. 
The motherboard is an Asus A7V8X.

Kernels 2.6.1 to 2.6.5 do detect the controller, but not the harddisk 
connected to it.
During bootup of 2.6.5 stock kernel I get the following:


libata version 1.02 loaded.
sata_promise version 0.91
ata1: SATA max UDMA/133 cmd 0xE0A5F200 ctl 0xE0A5F238 bmdma 0x0 irq 10
ata2: SATA max UDMA/133 cmd 0xE0A5F280 ctl 0xE0A5F2B8 bmdma 0x0 irq 10
ata1: no device found (phy stat 00000000)
ata1: thread exiting
scsi0 : sata_promise
ata2: no device found (phy stat 00000000)
ata2: thread exiting
scsi1 : sata_promise

I assume it is only trying to detect SATA devices while my HDD is 
connected as PATA.. With Windows it works like a charm.

Do I have to pass some parameters to sata_promise or are there any 
patches to try for the PATA HDD to work?


lspci:

0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400 AGP] Host 
Bridge
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge
0000:00:07.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host 
Controller (rev 46)
0000:00:08.0 RAID bus controller: Promise Technology, Inc. PDC20376 (rev 02)
0000:00:09.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T 
(rev 01)
0000:00:0f.0 Multimedia video controller: Brooktree Corporation Bt878 
Video Capture (rev 02)
0000:00:0f.1 Multimedia controller: Brooktree Corporation Bt878 Audio 
Capture (rev 02)
0000:00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 80)
0000:00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 80)
0000:00:10.2 USB Controller: VIA Technologies, Inc. USB (rev 80)
0000:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
0000:00:11.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 06)
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. 
VT8233/A/8235 AC97 Audio Controller (rev 50)
0000:01:00.0 VGA compatible controller: nVidia Corporation NV25 
[GeForce4 Ti 4200] (rev a3)

Thanks for your time.

Gilles



-- 
If you don't live for something you'll die for nothing!




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: PDC20376 PATA?
  2004-04-16 14:27 PDC20376 PATA? Gilles May
@ 2004-04-16 16:34 ` Jeff Garzik
  2004-04-16 16:46   ` Gilles May
  2004-04-19 14:20 ` Mark Watts
  1 sibling, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2004-04-16 16:34 UTC (permalink / raw)
  To: Gilles May; +Cc: linux-kernel

Gilles May wrote:
> Hello everybody::
> 
> I have got a problem getting my onboard FastTrak 376 Controller to work. 
> The motherboard is an Asus A7V8X.
> 
> Kernels 2.6.1 to 2.6.5 do detect the controller, but not the harddisk 
> connected to it.
> During bootup of 2.6.5 stock kernel I get the following:
> 
> 
> libata version 1.02 loaded.
> sata_promise version 0.91
> ata1: SATA max UDMA/133 cmd 0xE0A5F200 ctl 0xE0A5F238 bmdma 0x0 irq 10
> ata2: SATA max UDMA/133 cmd 0xE0A5F280 ctl 0xE0A5F2B8 bmdma 0x0 irq 10
> ata1: no device found (phy stat 00000000)
> ata1: thread exiting
> scsi0 : sata_promise
> ata2: no device found (phy stat 00000000)
> ata2: thread exiting
> scsi1 : sata_promise
> 
> I assume it is only trying to detect SATA devices while my HDD is 
> connected as PATA.. With Windows it works like a charm.
> 
> Do I have to pass some parameters to sata_promise or are there any 
> patches to try for the PATA HDD to work?


sata_promise (as perhaps the name implies) does not yet support PATA.

	Jeff




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: PDC20376 PATA?
  2004-04-16 16:34 ` Jeff Garzik
@ 2004-04-16 16:46   ` Gilles May
  2004-04-16 16:49     ` Jeff Garzik
  0 siblings, 1 reply; 5+ messages in thread
From: Gilles May @ 2004-04-16 16:46 UTC (permalink / raw)
  To: Jeff Garzik, linux-kernel

Jeff Garzik wrote:

> sata_promise (as perhaps the name implies) does not yet support PATA.

Thanks, that's endlessly helpful. ;-)

But instead of playing silly word games, is there any way to get it to 
work? Another driver etc?

Take care, Gilles

-- 
If you don't live for something you'll die for nothing!




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: PDC20376 PATA?
  2004-04-16 16:46   ` Gilles May
@ 2004-04-16 16:49     ` Jeff Garzik
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Garzik @ 2004-04-16 16:49 UTC (permalink / raw)
  To: Gilles May; +Cc: linux-kernel

On Fri, Apr 16, 2004 at 06:46:41PM +0200, Gilles May wrote:
> Jeff Garzik wrote:
> 
> >sata_promise (as perhaps the name implies) does not yet support PATA.
> 
> Thanks, that's endlessly helpful. ;-)
> 
> But instead of playing silly word games, is there any way to get it to 
> work? Another driver etc?

Only the Promise driver AFAIK.

	Jeff




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: PDC20376 PATA?
  2004-04-16 14:27 PDC20376 PATA? Gilles May
  2004-04-16 16:34 ` Jeff Garzik
@ 2004-04-19 14:20 ` Mark Watts
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Watts @ 2004-04-19 14:20 UTC (permalink / raw)
  To: Gilles May, linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


> Hello everybody::
>
> I have got a problem getting my onboard FastTrak 376 Controller to work.
> The motherboard is an Asus A7V8X.

I have the same controller, but welded into an MSI KT4 Ultra.

With Mandrake 9.2 it gets detected and I was able to use the pata port with a 
20Gig Maxtor drive.

The module Mandrake uses for this is the pdc-ultra module, although I'm not 
sure if its in the kernel or a 3rd party addition by Mandrake.

Mark.


- -- 
Mark Watts
Senior Systems Engineer
QinetiQ TIM
St Andrews Road, Malvern
GPG Public Key ID: 455420ED

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAg+AhBn4EFUVUIO0RAoZ8AKDI8+KCd5vLLiQv4YX5AIs1J9lnHACbBsFU
RFUNQkplMvfBw8WjXPITqsU=
=cgaq
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-04-19 14:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-16 14:27 PDC20376 PATA? Gilles May
2004-04-16 16:34 ` Jeff Garzik
2004-04-16 16:46   ` Gilles May
2004-04-16 16:49     ` Jeff Garzik
2004-04-19 14:20 ` Mark Watts

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox