All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Doug McNaught <doug@mcnaught.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: CDROM support in ata_piix?
Date: Fri, 15 Oct 2004 15:22:00 -0400	[thread overview]
Message-ID: <41702358.1080203@pobox.com> (raw)
In-Reply-To: <87k6txdte5.fsf@asmodeus.mcnaught.org>

Doug McNaught wrote:
> I have an IBM server with a SATA controller listed as:
> 
> 0000:00:1f.2 IDE interface: Intel Corp. 6300ESB SATA Storage Controller (rev 02)
> 
> Debian's 2.6.8 kernel with libata works fine, except that the CDROM
> (which is on a PATA port) does not appear as a SCSI device.  It's also
> not seen by the regular IDE driver, because ata_piix has already
> grabbed the i/o resources--I get:
> 
> ide0: I/O resource 0x1F0-0x1F7 not free.
> ide0: ports already in use, skipping probe
> ide1: I/O resource 0x170-0x177 not free.
> ide1: ports already in use, skipping probe
> 
> Is there any way to get ata_piix to register my CDROM, or
> alternatively to have the regular IDE driver handle it? 
> 
> This seems to be a known problem (it's filed as a Debian bug)--is it
> fixed in 2.6.9-rc4?  I had a look at the -rc4 patch but couldn't tell
> from the diff whether there's anything CDROM-related in there...

Well, two things are going on:

You may need to set CONFIG_BLK_DEV_SATA (or unset it) depending on your 
configuration.

Once you get past that, you need to apply the latest libata patch to fix 
a related combined mode bug.

http://lkml.org/lkml/2004/10/14/336

	Jeff




  reply	other threads:[~2004-10-15 19:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-11 18:03 CDROM support in ata_piix? Doug McNaught
2004-10-15 19:22 ` Jeff Garzik [this message]
2004-10-15 20:54   ` Doug McNaught

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=41702358.1080203@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=doug@mcnaught.org \
    --cc=linux-kernel@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.