All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: "Sergei Organov" <osv@javad.com>
Cc: "Jeff Garzik" <jgarzik@pobox.com>, <linux-kernel@vger.kernel.org>
Subject: Re: SATA ICH6M problems on Sharp M4000
Date: Mon, 5 Dec 2005 20:22:28 +0300	[thread overview]
Message-ID: <20051205202228.13232c10.vsu@altlinux.ru> (raw)
In-Reply-To: <87u0dri996.fsf@javad.com>

[-- Attachment #1: Type: text/plain, Size: 1738 bytes --]

On Fri, 02 Dec 2005 22:33:57 +0300 Sergei Organov wrote:

> Sorry, but provided ata_piix has ignored the optical drive, couldn't
> corresponding I/O resource be left free so that subsequently loaded,
> say, generic-ide module is able to get over and support the drive?
> 
> BTW, loading the modules in reverse order helped on 2.6.13 kernel (that
> I'm currently using) as generic-ide didn't recognize the hard-drive at
> all allowing ata_piix to get over it later. With 2.6.14 kernel
> generic-ide does recognize both hard-drive and optical drive thus
> preventing ata_piix from managing the hard-drive :(

See http://lkml.org/lkml/2005/10/18/167 and the reply to it :-\

If you want to build IDE as modules and still have support for
combined mode, you will need the patch below:

-------------------------------------------------------------------------

ide/libata: fix SCSI_SATA_INTEL_COMBINED setting with modular IDE

SCSI_SATA_INTEL_COMBINED should be set in any case when both IDE and
libata drivers are present in the configuration, even if both of them
are modular.  Checking for IDE=y breaks existing configurations with
modular IDE drivers, because without SCSI_SATA_INTEL_COMBINED there is
no way to use libata drivers for SATA and IDE drivers for PATA.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>

--- linux-2.6.14/drivers/scsi/Kconfig.alt-intel-combined	2005-10-28 04:02:08 +0400
+++ linux-2.6.14/drivers/scsi/Kconfig	2005-11-30 17:39:22 +0300
@@ -555,7 +555,7 @@ config SCSI_SATA_VITESSE
 
 config SCSI_SATA_INTEL_COMBINED
 	bool
-	depends on IDE=y && !BLK_DEV_IDE_SATA && (SCSI_SATA_AHCI || SCSI_ATA_PIIX)
+	depends on IDE && !BLK_DEV_IDE_SATA && (SCSI_SATA_AHCI || SCSI_ATA_PIIX)
 	default y
 
 config SCSI_BUSLOGIC

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-12-05 17:22 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200511221013.04798.marekw1977>
2005-12-02 19:33 ` SATA ICH6M problems on Sharp M4000 Sergei Organov
2005-12-05 17:22   ` Sergey Vlasov [this message]
2005-12-05 18:15     ` Sergei Organov
2005-12-05 18:20       ` Jeff Garzik
2005-12-05 18:48         ` Sergei Organov
2005-12-06 10:31         ` Sergey Vlasov
2005-11-21 22:30 Josh Litherland
2005-11-21 22:39 ` Randy.Dunlap
2005-11-21 23:13   ` Marek W
2005-11-21 23:41 ` Jeff Garzik
2005-11-22 16:20   ` Josh Litherland
2005-11-22 16:28     ` Jeff Garzik

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=20051205202228.13232c10.vsu@altlinux.ru \
    --to=vsu@altlinux.ru \
    --cc=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=osv@javad.com \
    /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.