From: Adam Belay <ambx1@neo.rr.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [BK PATCH] PnP Fixes for 2.5.74
Date: Thu, 3 Jul 2003 18:38:27 +0000 [thread overview]
Message-ID: <20030703183827.GA31086@neo.rr.com> (raw)
Hi,
Here are some pnp related fixes. The main focus of this release
is to fix disabled resource handling. Also included is an
important bug fix for manual resource setting (used by ALSA
drivers).
Please Pull from: bk://linux-pnp.bkbits.net/pnp-2.5
Thanks,
Adam
drivers/pnp/interface.c | 22 ++++++++++++++---
drivers/pnp/manager.c | 61 ++++++++++++++++++++++++++++++++----------------
drivers/pnp/resource.c | 8 ++++++
drivers/pnp/support.c | 24 +++++++++++++++---
include/linux/ioport.h | 1
5 files changed, 88 insertions(+), 28 deletions(-)
through these ChangeSets:
ChangeSet@1.1387, 2003-07-03 15:45:44+00:00, ambx1@neo.rr.com
[PNP] Fix manual resource setting API
This patch corrects a trivial thinko in the manual resource api.
drivers/pnp/manager.c | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
ChangeSet@1.1386, 2003-07-03 15:42:36+00:00, ambx1@neo.rr.com
[PNP] Allow resource auto config to assign disabled resources
This patch updates the resource manager so that it actually assigns
disabled resources when they are requested by the device.
drivers/pnp/manager.c | 40 +++++++++++++++++++++++++---------------
1 files changed, 25 insertions(+), 15 deletions(-)
ChangeSet@1.1385, 2003-07-03 15:39:09+00:00, ambx1@neo.rr.com
[PNP] Handle Disabled Resources Properly
Some devices will allow for individual resources to be disabled,
even when the device as a whole is active. The current PnP
resource manager is not handling this situation properly. This
patch corrects the issue by detecting disabled resources and then
flagging them. The pnp layer will now skip over any disabled
resources. Interface updates have also been included so that we
can properly display resource tables when a resource is disabled.
Also note that a new flag "IORESOURCE_DISABLED" has been added to
linux/ioports.h.
drivers/pnp/interface.c | 22 ++++++++++++++++++----
drivers/pnp/manager.c | 12 ++++++++++++
drivers/pnp/resource.c | 8 ++++++++
drivers/pnp/support.c | 24 ++++++++++++++++++++----
include/linux/ioport.h | 1 +
5 files changed, 59 insertions(+), 8 deletions(-)
reply other threads:[~2003-07-03 22:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20030703183827.GA31086@neo.rr.com \
--to=ambx1@neo.rr.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox