aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp/agp_sis.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2007-11-12 21:51:38 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2007-11-12 21:51:38 +0000
commitdbac8ff40032ae79e4a5dda8237f5dc1765420eb (patch)
tree59dd9aa4c8d8e187dd99419fa3cd65f9f4fa941a /sys/dev/agp/agp_sis.c
parenta4cc298ac968fd275219d04f2a6fef7b73594253 (diff)
downloadsrc-dbac8ff40032ae79e4a5dda8237f5dc1765420eb.tar.gz
src-dbac8ff40032ae79e4a5dda8237f5dc1765420eb.zip
Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was
bumped to 800004 to note the change though userland apps should not be affected since they use <sys/agpio.h> rather than the headers in sys/dev/agp. Discussed with: anholt Repocopy by: simon
Notes
Notes: svn path=/head/; revision=173573
Diffstat (limited to 'sys/dev/agp/agp_sis.c')
-rw-r--r--sys/dev/agp/agp_sis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/agp/agp_sis.c b/sys/dev/agp/agp_sis.c
index a51514aba561..f85fa116ab23 100644
--- a/sys/dev/agp/agp_sis.c
+++ b/sys/dev/agp/agp_sis.c
@@ -39,10 +39,10 @@ __FBSDID("$FreeBSD$");
#include <sys/mutex.h>
#include <sys/proc.h>
+#include <dev/agp/agppriv.h>
+#include <dev/agp/agpreg.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcireg.h>
-#include <pci/agppriv.h>
-#include <pci/agpreg.h>
#include <vm/vm.h>
#include <vm/vm_object.h>