From: dhinds <dhinds@sonic.net>
To: linux-kernel@vger.rutgers.edu
Subject: Re: pcmcia problems with IDE & cardbus
Date: Wed, 27 Feb 2002 11:15:26 -0800 [thread overview]
Message-ID: <20020227111526.B13182@sonic.net> (raw)
Herbert Rosmanith wrote:
> "unable to get IRQ 10" is somewhat funny, since IRQ-10 is used by
> the cardbus device. what I don't understand is if the IDE-drive
> sould get its own interrupt or not.
The card should (must) share the PCI interrupt with the CardBus bridge
device. However, the IDE driver assumes that it should have exclusive
use of the interrupt, because it doesn't believe that this is a PCI
IDE device (well, it is sort of an ISA IDE device sitting behind a PCI
bridge).
> and finally an ugly detail: when removing the ComapctFlash and
> unloading pcmcia, ide_cs will still have the ioport-ressources
> clailed form /proc/ioport. seems there's a call to *_unregister
> missing.
The ide_cs driver does call ide_unregister(). The problem is that the
IDE driver doesn't clean up properly if you hot-eject an interface
that has active devices associated with it. Use "cardctl eject"
before you eject an IDE card.
-- Dave
next reply other threads:[~2002-02-27 19:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-27 19:15 dhinds [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-02-27 19:10 pcmcia problems with IDE & cardbus dhinds
2002-02-27 20:49 ` Andreas Roedl
2002-02-27 20:57 ` dhinds
2002-02-27 0:26 Herbert Rosmanith
2002-02-27 1:50 ` Andreas Roedl
2002-02-27 18:23 ` Gunther Mayer
2002-02-27 18:21 ` Andre Hedrick
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=20020227111526.B13182@sonic.net \
--to=dhinds@sonic.net \
--cc=linux-kernel@vger.rutgers.edu \
/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