mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:11:48 +00:00
Fix legacy detection of AGP cards
svn path=/trunk/; revision=11294
This commit is contained in:
parent
8d81aae9b5
commit
597aeb8577
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue