linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mikael Pettersson <mikpe@csd.uu.se>
To: linux-kernel@vger.kernel.org
Cc: linux-scsi@vger.kernel.org
Subject: [BUG?] 2.5.71 removed request_module("scsi_hostadapter")
Date: Wed, 16 Jul 2003 13:45:36 +0200 (MEST)	[thread overview]
Message-ID: <200307161145.h6GBjaSi025681@harpo.it.uu.se> (raw)

While trying to figure out why my SCSI modules don't autoload
properly in 2.6.0-test1 and late 2.5 kernels, I found that
patch-2.5.71 removed scsi.c's request_module("scsi_hostadapter").
It seems that some driver model conversion changed scsi_register_device()
to scsi_register_{driver,interface}(), but the latter don't do
anything wrt autoloading the host adapter.

Is this an oversight or is it intensional?

I can probably work around this through "install" command
kludgery in /etc/modprobe.conf, but that's (a) is ugly, and
(b) probably won't work for configs with built-in SCSI core
but modular host adapter.

/Mikael

             reply	other threads:[~2003-07-16 11:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-16 11:45 Mikael Pettersson [this message]
2003-07-17 10:31 ` [BUG?] 2.5.71 removed request_module("scsi_hostadapter") Christoph Hellwig

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=200307161145.h6GBjaSi025681@harpo.it.uu.se \
    --to=mikpe@csd.uu.se \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@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 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).