linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Mark Lord <mlord@pobox.com>
Cc: linux-ide@vger.kernel.org
Subject: Re: [PATCH] libata: add ATAPI module option
Date: Fri, 21 Oct 2005 23:34:56 -0400	[thread overview]
Message-ID: <4359B360.4070709@pobox.com> (raw)
In-Reply-To: <4359B12C.5020800@pobox.com>

Mark Lord wrote:
> Jeff Garzik wrote:
> 
>>
>>  ATAPI is getting close to being ready.  To increase exposure, we enable
>>  the code in the upstream kernel, but default it to off (present
>>  behavior).  Users must pass atapi_enabled=1 as a module option (if
>>  module) or on the kernel command line (if built in) to turn on
>>  discovery of their ATAPI devices.
> 
> 
> Okay, I give.  How do I specify this option for the case
> of having libata + scsi BUILT-IN (no modules).
> 
> I tried the usual /boot/grub/menu.lst thing:
> 
>    kernel /boot/vmlinuz-2.6.14-rc5 root=/dev/sda5 ro atapi_enabled=1
> 
> But still no ATAPI drive.   ???
> 
> Hardcoding the modparm to "1" instead of "0" in libata-core.c works though.

For builtin, I think the format is <module name>.parameter, thus

	libata.atapi_enabled=1

should work.

	Jeff




  reply	other threads:[~2005-10-22  3:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-30 21:52 [PATCH] libata: add ATAPI module option Jeff Garzik
2005-08-30 23:54 ` Mark Lord
2005-08-31  1:52   ` Jeff Garzik
2005-10-22  3:25 ` Mark Lord
2005-10-22  3:34   ` Jeff Garzik [this message]
2005-10-22  4:00     ` Mark Lord

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=4359B360.4070709@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=mlord@pobox.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 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).