All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Cc: Marc Zyngier <maz@wild-wind.fr.eu.org>
Subject: EISA & sysfs.
Date: Tue, 17 Feb 2004 23:54:31 +0000	[thread overview]
Message-ID: <20040217235431.GF6242@redhat.com> (raw)

I'm somewhat puzzled about the case where we have a driver
that can work on EISA bus, as well as others, when modprobe'd on
a system that doesn't have an EISA bus.

It seems we do a probe really early on to see if we actually
have an eisa bus, but if a driver later calls eisa_driver_register()
we still do lots of hoop jumping through sysfs/kobjects
before deciding that we don't have the device.

Wouldn't it make sense to have eisa_driver_register() check that the
root EISA bus actually got registered, and if not, -ENODEV
immediately ?

		Dave


             reply	other threads:[~2004-02-17 23:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-17 23:54 Dave Jones [this message]
2004-02-18  9:42 ` EISA & sysfs Marc Zyngier
2004-02-18 11:16   ` Dave Jones
2004-02-18 15:24     ` Marc Zyngier
2004-02-18 15:40       ` Dave Jones
2004-02-18 15:53       ` Dave Jones
2004-02-18 16:12         ` Marc Zyngier
2004-02-18 17:23           ` Bartlomiej Zolnierkiewicz
2004-02-18 18:01         ` Greg KH

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=20040217235431.GF6242@redhat.com \
    --to=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maz@wild-wind.fr.eu.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.