summaryrefslogtreecommitdiffstats
path: root/sys/modules/agp
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2007-11-12 21:51:38 +0000
committerjhb <jhb@FreeBSD.org>2007-11-12 21:51:38 +0000
commit416921ea8bc9f79e424643d092160c48dd485029 (patch)
tree59dd9aa4c8d8e187dd99419fa3cd65f9f4fa941a /sys/modules/agp
parentae69575f80d2706e656f987f88f184f30aa5022e (diff)
downloadFreeBSD-src-416921ea8bc9f79e424643d092160c48dd485029.zip
FreeBSD-src-416921ea8bc9f79e424643d092160c48dd485029.tar.gz
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
Diffstat (limited to 'sys/modules/agp')
-rw-r--r--sys/modules/agp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile
index 8e24271..4e2735e 100644
--- a/sys/modules/agp/Makefile
+++ b/sys/modules/agp/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../pci
+.PATH: ${.CURDIR}/../../dev/agp
KMOD= agp
SRCS= agp.c agp_if.c
@@ -16,7 +16,7 @@ SRCS+= agp_amd64.c agp_i810.c
.endif
SRCS+= device_if.h bus_if.h agp_if.h pci_if.h
SRCS+= opt_bus.h
-MFILES= kern/device_if.m kern/bus_if.m pci/agp_if.m dev/pci/pci_if.m
+MFILES= kern/device_if.m kern/bus_if.m dev/agp/agp_if.m dev/pci/pci_if.m
WERROR=
EXPORT_SYMS= agp_find_device \
OpenPOWER on IntegriCloud