summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2014-03-14 23:42:42 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2014-03-14 23:42:42 +0000
commit6269b72af6891dcd8519ea9ca6048764d03f353e (patch)
tree277b80984face488e3a24f206f3667bbaf6ee501 /sys/arch/macppc
parentcbe3de21ea36ce1abe4abeea1c5a6205f0f3541e (diff)
Remove the userland AGP interface. Now that we have KMS, it is no longer
used by any of the remaining xenocara drivers. Except perhaps for the legacy i810 support in the xf86-video-intel driver. But i810 support has almost certainly been broken for more than a year now, and any remaining users are probably better off using the xf86-video-vesa driver ever since XAA support was removed from the X server. ok deraadt@, jsg@, mpi@
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r--sys/arch/macppc/macppc/conf.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/macppc/macppc/conf.c b/sys/arch/macppc/macppc/conf.c
index 0b27c4805fa..468796b18cc 100644
--- a/sys/arch/macppc/macppc/conf.c
+++ b/sys/arch/macppc/macppc/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.56 2013/11/04 17:14:26 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.57 2014/03/14 23:42:40 kettenis Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -110,8 +110,6 @@ cdev_decl(com);
#include "inet.h"
#include "apm.h"
-#include "agp.h"
-cdev_decl(agp);
#include "drm.h"
cdev_decl(drm);
@@ -234,7 +232,7 @@ struct cdevsw cdevsw[] = {
cdev_vscsi_init(NVSCSI,vscsi), /* 83: vscsi */
cdev_disk_init(1,diskmap), /* 84: disk mapper */
cdev_pppx_init(NPPPX,pppx), /* 85: pppx */
- cdev_agp_init(NAGP,agp), /* 86: agp */
+ cdev_notdef, /* 86 */
cdev_drm_init(NDRM,drm), /* 87: drm */
cdev_fuse_init(NFUSE,fuse), /* 88: fuse */
};