linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][2.5.69][ISAPNP] Remove deprecated __check_region
@ 2003-05-06 21:17 Bongani Hlope
  0 siblings, 0 replies; only message in thread
From: Bongani Hlope @ 2003-05-06 21:17 UTC (permalink / raw)
  To: perex; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 798 bytes --]

Hi Jaroslav

You are listed as the maintainer of the ISAPNP code in the Maintainers file. 
Could you verify if this patch is fine and forward it to Linus. The patch 
has been test for compilation.

Thanx

	-- Bongani


--- linux-2.5/drivers/pnp/isapnp/core.c.orig    2003-05-06 22:52:20.000000000 +0200
+++ linux-2.5/drivers/pnp/isapnp/core.c 2003-05-06 23:11:13.000000000 +0200
@@ -262,7 +262,7 @@
                 *      We cannot use NE2000 probe spaces for ISAPnP or we
                 *      will lock up machines.
                 */
-               if ((rdp < 0x280 || rdp >  0x380) && !check_region(rdp, 1))
+               if ((rdp < 0x280 || rdp >  0x380) && request_region(rdp, 1, "isapnp"))
                {
                        isapnp_rdp = rdp;
                        return 0;

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-06 21:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-06 21:17 [PATCH][2.5.69][ISAPNP] Remove deprecated __check_region Bongani Hlope

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).