From 5995f96b46f5b791716f6004114986c06880810d Mon Sep 17 00:00:00 2001 From: Adam Belay Date: Fri, 21 Nov 2003 03:36:07 -0800 Subject: [PATCH] [PATCH] reserve resources specified by the PnPBIOS properly A bug prevents the PnP layer from reserving some of the resources specified by the PnPBIOS. As a result some systems will have unpredicable (random crashes etc.) problems because of resource conflicts, especially when PCMCIA support is enabled. This patch fixes the problem by ensuring that the proper resource data is reserved. --- drivers/pnp/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pnp/system.c b/drivers/pnp/system.c index 2fcbeefc3bf9..9da1ef7b6af1 100644 --- a/drivers/pnp/system.c +++ b/drivers/pnp/system.c @@ -54,7 +54,7 @@ static void __init reserve_resources_of_dev( struct pnp_dev *dev ) int i; for (i=0;i