From 6269b72af6891dcd8519ea9ca6048764d03f353e Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 14 Mar 2014 23:42:42 +0000 Subject: 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@ --- sys/arch/amd64/amd64/conf.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/arch/amd64') diff --git a/sys/arch/amd64/amd64/conf.c b/sys/arch/amd64/amd64/conf.c index feb2abf1312..59d4c9b0bdc 100644 --- a/sys/arch/amd64/amd64/conf.c +++ b/sys/arch/amd64/amd64/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.44 2013/11/04 17:14:26 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.45 2014/03/14 23:42:40 kettenis Exp $ */ /* * Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved. @@ -156,8 +156,6 @@ cdev_decl(cztty); #include "radio.h" #include "nvram.h" cdev_decl(nvram); -#include "agp.h" -cdev_decl(agp); #include "drm.h" cdev_decl(drm); @@ -278,7 +276,7 @@ struct cdevsw cdevsw[] = cdev_acpi_init(NACPI,acpi), /* 83: ACPI */ cdev_notdef(), cdev_nvram_init(NNVRAM,nvram), /* 85: NVRAM interface */ - cdev_agp_init(NAGP,agp), /* 86: agp */ + cdev_notdef(), /* 86 */ cdev_drm_init(NDRM,drm), /* 87: drm */ cdev_gpio_init(NGPIO,gpio), /* 88: gpio */ cdev_vscsi_init(NVSCSI,vscsi), /* 89: vscsi */ -- cgit v1.2.3