From 597aeb8577b17045fd5947fa03a30db35a472741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Fri, 15 Oct 2004 22:48:43 +0000 Subject: [PATCH] Fix legacy detection of AGP cards svn path=/trunk/; revision=11294 --- reactos/drivers/video/videoprt/resource.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/video/videoprt/resource.c b/reactos/drivers/video/videoprt/resource.c index 947d40cea8b..a53abc51f9a 100644 --- a/reactos/drivers/video/videoprt/resource.c +++ b/reactos/drivers/video/videoprt/resource.c @@ -18,7 +18,7 @@ * If not, write to the Free Software Foundation, * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id: resource.c,v 1.3 2004/05/15 22:45:51 hbirr Exp $ + * $Id: resource.c,v 1.4 2004/10/15 22:48:43 gvg Exp $ */ #include "videoprt.h" @@ -376,7 +376,7 @@ VideoPortGetAccessRanges( if (FunctionNumber == 8) { DPRINT("Didn't find device.\n"); - return ERROR_NO_SYSTEM_RESOURCES; + return ERROR_DEV_NOT_EXIST; } }