2003-02-23 02:43:53

by Adam Belay

[permalink] [raw]
Subject: [BK PATCH] Additional PnP Changes for 2.5.62

Hi,

This set of changes fixes stack memory usage and contains a couple minor
resource management fixes.

Please Pull from: bk://linux-pnp.bkbits.net/linus-2.5

Thanks,
Adam



drivers/pnp/interface.c | 41 ++++++++++++++++++-----------------------
drivers/pnp/manager.c | 32 +++++++++++++++++++++-----------
drivers/pnp/resource.c | 8 ++++----
3 files changed, 43 insertions(+), 38 deletions(-)

through these ChangeSets:

[email protected], 2003-02-22 21:40:51+00:00, [email protected]
Resource Management Performance Fix

Fixes a typo in pnp_check_*_conflicts functions. Without this fix the
resource algorithm will work but will take longer to assign resources.

Also contains some minor reordering in pnp_activate_dev.

drivers/pnp/manager.c | 9 +++++----
drivers/pnp/resource.c | 8 ++++----
2 files changed, 9 insertions(+), 8 deletions(-)


[email protected], 2003-02-22 21:33:56+00:00, [email protected]
Large Stack Usage Fix

Reduces the stack memory usage in the following PnP Functions:
pnp_printf
pnp_set_current_resources
pnp_manual_config_dev
pnp_activate_dev

drivers/pnp/interface.c | 41 ++++++++++++++++++-----------------------
drivers/pnp/manager.c | 23 ++++++++++++++++-------
2 files changed, 34 insertions(+), 30 deletions(-)