From 416921ea8bc9f79e424643d092160c48dd485029 Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 12 Nov 2007 21:51:38 +0000 Subject: 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 rather than the headers in sys/dev/agp. Discussed with: anholt Repocopy by: simon --- sys/modules/agp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules/agp/Makefile') 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 \ -- cgit v1.1