summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
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/conf/files.amd64
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/conf/files.amd64')
-rw-r--r--sys/conf/files.amd646
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index fc5db37..dbe920d 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -138,6 +138,9 @@ amd64/pci/pci_cfgreg.c optional pci
crypto/blowfish/bf_enc.c optional crypto | ipsec
crypto/des/des_enc.c optional crypto | ipsec | netsmb
dev/acpica/acpi_if.m standard
+dev/agp/agp_amd64.c optional agp
+dev/agp/agp_i810.c optional agp
+dev/agp/agp_intel.c optional agp
dev/arcmsr/arcmsr.c optional arcmsr pci
dev/asmc/asmc.c optional asmc isa
dev/atkbdc/atkbd.c optional atkbd atkbdc
@@ -205,9 +208,6 @@ dev/wpi/if_wpi.c optional wpi
isa/syscons_isa.c optional sc
isa/vga_isa.c optional vga
kern/link_elf_obj.c standard
-pci/agp_amd64.c optional agp
-pci/agp_i810.c optional agp
-pci/agp_intel.c optional agp
#
# IA32 binary support
#
OpenPOWER on IntegriCloud