Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/riastradh-drm2]: src/sys/external/bsd/drm2/pci Make drm_pci_agp_init suc...



details:   https://anonhg.NetBSD.org/src/rev/e8a776460fe9
branches:  riastradh-drm2
changeset: 788458:e8a776460fe9
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 03:54:14 2013 +0000

description:
Make drm_pci_agp_init succeed for now.

diffstat:

 sys/external/bsd/drm2/pci/drm_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 9e708416414f -r e8a776460fe9 sys/external/bsd/drm2/pci/drm_pci.c
--- a/sys/external/bsd/drm2/pci/drm_pci.c       Wed Jul 24 03:54:01 2013 +0000
+++ b/sys/external/bsd/drm2/pci/drm_pci.c       Wed Jul 24 03:54:14 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_pci.c,v 1.1.2.4 2013/07/24 03:53:30 riastradh Exp $        */
+/*     $NetBSD: drm_pci.c,v 1.1.2.5 2013/07/24 03:54:14 riastradh Exp $        */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_pci.c,v 1.1.2.4 2013/07/24 03:53:30 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_pci.c,v 1.1.2.5 2013/07/24 03:54:14 riastradh Exp $");
 
 #include <sys/types.h>
 #include <sys/errno.h>
@@ -182,5 +182,5 @@
 static int
 drm_pci_agp_init(struct drm_device *dev)
 {
-       return -ENOSYS;         /* XXX */
+       return 0;               /* XXX */
 }



Home | Main Index | Thread Index | Old Index