All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John Treubig" <jtreubig@hotmail.com>
To: rdunlap@xenotime.net, hancockr@shaw.ca, albertcc@tw.ibm.com
Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org
Subject: Re: CDROM support for Promise 20269
Date: Mon, 06 Mar 2006 10:40:58 -0600	[thread overview]
Message-ID: <BAY101-F4F3157DFC8ECF9BA96831DFE90@phx.gbl> (raw)
In-Reply-To: <20060303153517.0e10f5d7.rdunlap@xenotime.net>

Thanks Randy and Robert.  Your suggestion fixed the problem.


From: "Randy.Dunlap" <rdunlap@xenotime.net>
To: Robert Hancock <hancockr@shaw.ca>, 
albertcc@tw.ibm.com,jtreubig@hotmail.com
CC: linux-kernel@vger.kernel.org, scsi <linux-scsi@vger.kernel.org>
Subject: Re: CDROM support for Promise 20269
Date: Fri, 3 Mar 2006 15:35:17 -0800

On Fri, 03 Mar 2006 17:25:54 -0600 Robert Hancock wrote:

 > John Treubig wrote:
 > > I've been working on a problem with Promise 20269 PATA adapter under
 > > LibATA that if I attach a CDROM drive, I can not see the drive.  The
 > > message log reports that the driver sees the device, but when I'm fully
 > > booted, there's no device available.
 >
 > ..
 >
 > > [  118.621489] scsi4 : pata_pdc2027x
 > > [  118.643926] ata1(1): WARNING: ATAPI is disabled, device ignored.
 >
 > Sounds like your problem there.. need to enable ATAPI in your
 > libata/PATA kernel configuration?

Please don't drop cc's etc.  Just use reply-to-all.

For John:  this means that you need to load libata with this option:
atapi_enabled=1
So if you build it into the kernel image, add this to the boot option:
   libata.atapi_enabled=1
or if you load it as a module, just add:  atapi_enabled=1
or you can edit the source file and change the variable to 1,
but that's the least preferable way IMO.

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



  reply	other threads:[~2006-03-06 16:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <5Mquh-2mT-97@gated-at.bofh.it>
2006-03-03 23:25 ` CDROM support for Promise 20269 Robert Hancock
2006-03-03 23:35   ` Randy.Dunlap
2006-03-06 16:40     ` John Treubig [this message]
2006-03-03 21:58 John Treubig

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=BAY101-F4F3157DFC8ECF9BA96831DFE90@phx.gbl \
    --to=jtreubig@hotmail.com \
    --cc=albertcc@tw.ibm.com \
    --cc=hancockr@shaw.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /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.