From: Douglas Gilbert <dougg@torque.net>
To: linux-scsi@vger.kernel.org
Cc: alan@lxorguk.ukuu.org.uk, rddunlap@osdl.org
Subject: Re: [PATCH] instrument ide-scsi in 2.5.68
Date: Fri, 02 May 2003 18:40:41 +1000 [thread overview]
Message-ID: <3EB22F09.7060906@torque.net> (raw)
In-Reply-To: <3EB11AD3.2070503@torque.net>
[-- Attachment #1: Type: text/plain, Size: 1059 bytes --]
Douglas Gilbert wrote:
> <snip/>
> - instrument driver with 2 parameters (as examples)
> - ide-scsi.debug + ide-scsi.suppress_reset
> [kernel load time]
> - debug + suppress_reset [module load time]
> - debug + suppress_reset [sysfs: read/write
> in /sys/bus/ide/drivers/ide-scsi directory]
> - downgrade (simple) tag queuing to no tag queuing
> [set some other things to more conservative values]
> - add scsi_host::release() method
> - make provision for 16 byte SCSI commands
> - cleanup printk()s
> <snip/>
As Randy has found the setting of kernel boot time parameters
doesn't work. The problem seems to be that the ide subsystem
asserts ownership over all parameters that start with "ide".
I was unable to bend moduleparam.h to accept a leading underscore
so I went back to the old "__setup" method: the kernel boot time
parameters are now:
- _ide_scsi_debug + _ide_scsi_suppress_reset
Module load time and sysfs parameters remain the same.
A new patch against lk 2.5.68 is attached.
Doug Gilbert
[-- Attachment #2: ide-scsi_2568_2.diff.gz --]
[-- Type: application/x-gzip, Size: 7485 bytes --]
next prev parent reply other threads:[~2003-05-02 8:25 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-01 13:02 [PATCH] instrument ide-scsi in 2.5.68 Douglas Gilbert
2003-05-01 22:52 ` Randy.Dunlap
2003-05-01 22:57 ` Randy.Dunlap
2003-05-01 23:29 ` Douglas Gilbert
2003-05-01 23:44 ` Willem Riede
2003-05-02 0:38 ` Randy.Dunlap
2003-05-02 1:10 ` Douglas Gilbert
2003-05-02 8:40 ` Douglas Gilbert [this message]
2003-05-02 16:55 ` Randy.Dunlap
2003-05-03 9:03 ` Douglas Gilbert
2003-05-05 8:46 ` Mike Anderson
2003-05-05 16:57 ` Randy.Dunlap
2003-05-06 8:38 ` Douglas Gilbert
2003-05-06 14:39 ` Randy.Dunlap
2003-05-07 13:21 ` Douglas Gilbert
2003-05-07 18:16 ` Randy.Dunlap
2003-05-07 21:20 ` Randy.Dunlap
2003-05-08 0:00 ` Douglas Gilbert
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=3EB22F09.7060906@torque.net \
--to=dougg@torque.net \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-scsi@vger.kernel.org \
--cc=rddunlap@osdl.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.