linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PIIX libata ?
@ 2006-04-18 13:59 Frido Ferdinand
  2006-04-19  2:32 ` Randy.Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Frido Ferdinand @ 2006-04-18 13:59 UTC (permalink / raw)
  To: linux-ide

Hi,

How can i see that PIIX is either from libata or the usual IDE drivers. I have
both enabled in the kernel but not sure which takes presedence, will the drives
show up as /dev/sda ? disks used are non-sata/normal ide disks.

Regards,

Frido


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

* Re: PIIX libata ?
  2006-04-18 13:59 Frido Ferdinand
@ 2006-04-19  2:32 ` Randy.Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy.Dunlap @ 2006-04-19  2:32 UTC (permalink / raw)
  To: Frido Ferdinand; +Cc: linux-ide

On Tue, 18 Apr 2006 13:59:05 +0000 (UTC) Frido Ferdinand wrote:

> Hi,
> 
> How can i see that PIIX is either from libata or the usual IDE drivers. I have
> both enabled in the kernel but not sure which takes presedence, will the drives
> show up as /dev/sda ? disks used are non-sata/normal ide disks.

If both are built into the kernel (=y and not modules), legacy
IDE drivers take precedence since ide/ is ahead of scsi/ in
drivers/Makefile (libata drivers are in scsi/).

I have no idea about precedence if you are using initrd or initramfs.

And if legacy ide and scsi are both modules, you won't boot...
(without using initrd or initramfs).

---
~Randy

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

* Re: PIIX libata ?
@ 2006-04-19  9:48 Dominic ES. Ijichi
  2006-04-19 19:34 ` Randy.Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Dominic ES. Ijichi @ 2006-04-19  9:48 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: linux-ide, Frido Ferdinand


----- Randy.Dunlap <rdunlap@xenotime.net> wrote:
> On Tue, 18 Apr 2006 13:59:05 +0000 (UTC) Frido Ferdinand wrote:
> 
> > Hi,
> > 
> > How can i see that PIIX is either from libata or the usual IDE
> drivers. I have
> > both enabled in the kernel but not sure which takes presedence, will
> the drives
> > show up as /dev/sda ? disks used are non-sata/normal ide disks.
> 
> If both are built into the kernel (=y and not modules), legacy
> IDE drivers take precedence since ide/ is ahead of scsi/ in
> drivers/Makefile (libata drivers are in scsi/).
> 
> I have no idea about precedence if you are using initrd or initramfs.
> 
> And if legacy ide and scsi are both modules, you won't boot...
> (without using initrd or initramfs).

if I have both ahci and ata_piix modules in initrd (as is the case in most distros), is there any way of passing a parameter to the kernel to tell it which one i want?  ahci seems to take preference on my ICH6M but the ata_piix module works better.

dom

> 
> ---
> ~Randy
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ide"
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

* Re: PIIX libata ?
  2006-04-19  9:48 PIIX libata ? Dominic ES. Ijichi
@ 2006-04-19 19:34 ` Randy.Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy.Dunlap @ 2006-04-19 19:34 UTC (permalink / raw)
  To: Dominic ES. Ijichi; +Cc: linux-ide, frido

On Wed, 19 Apr 2006 10:48:26 +0100 (BST) Dominic ES. Ijichi wrote:

> 
> ----- Randy.Dunlap <rdunlap@xenotime.net> wrote:
> > On Tue, 18 Apr 2006 13:59:05 +0000 (UTC) Frido Ferdinand wrote:
> > 
> > > Hi,
> > > 
> > > How can i see that PIIX is either from libata or the usual IDE
> > drivers. I have
> > > both enabled in the kernel but not sure which takes presedence, will
> > the drives
> > > show up as /dev/sda ? disks used are non-sata/normal ide disks.
> > 
> > If both are built into the kernel (=y and not modules), legacy
> > IDE drivers take precedence since ide/ is ahead of scsi/ in
> > drivers/Makefile (libata drivers are in scsi/).
> > 
> > I have no idea about precedence if you are using initrd or initramfs.
> > 
> > And if legacy ide and scsi are both modules, you won't boot...
> > (without using initrd or initramfs).
> 
> if I have both ahci and ata_piix modules in initrd (as is the case in most distros), is there any way of passing a parameter to the kernel to tell it which one i want?  ahci seems to take preference on my ICH6M but the ata_piix module works better.

combined_mode ?  from Documentation/kernel-parameters.txt:

	combined_mode=	[HW] control which driver uses IDE ports in combined
			mode: legacy IDE driver, libata, or both
			(in the libata case, libata.atapi_enabled=1 may be
			useful as well).  Note that using the ide or libata
			options may affect your device naming (e.g. by
			changing hdc to sdb).
			Format: combined (default), ide, or libata


---
~Randy

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

end of thread, other threads:[~2006-04-19 19:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-19  9:48 PIIX libata ? Dominic ES. Ijichi
2006-04-19 19:34 ` Randy.Dunlap
  -- strict thread matches above, loose matches on Subject: below --
2006-04-18 13:59 Frido Ferdinand
2006-04-19  2:32 ` Randy.Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).