summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp/agp_if.m
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/agp/agp_if.m')
-rw-r--r--sys/dev/agp/agp_if.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/agp/agp_if.m b/sys/dev/agp/agp_if.m
index faf7b1a..da2e19a 100644
--- a/sys/dev/agp/agp_if.m
+++ b/sys/dev/agp/agp_if.m
@@ -32,7 +32,7 @@
# The AGP interface is used internally to the agp driver to isolate the
# differences between various AGP chipsets into chipset mini drivers. It
# should not be used outside the AGP driver. The kernel api for accessing
-# AGP functionality is described in <pci/agpvar.h>
+# AGP functionality is described in <dev/agp/agpvar.h>
#
INTERFACE agp;
@@ -80,7 +80,7 @@ METHOD void flush_tlb {
#
# Enable the agp hardware with the relavent mode. The mode bits are
-# defined in <pci/agpreg.h>
+# defined in <dev/agp/agpreg.h>
#
METHOD int enable {
device_t dev;
OpenPOWER on IntegriCloud