NETGRAPH_UI opt_netgraph.h
NETGRAPH_VJC opt_netgraph.h
+# AGP options
+AGP_DEBUG opt_agp.h
+
# DRM options
DRM_DEBUG opt_drm.h
DRM_LINUX opt_drm.h
SRCS += agp_i810.c agp_ali.c agp_amd.c agp_amd64.c agp_ati.c agp_nvidia.c
SRCS += agp_intel.c agp_sis.c agp_via.c
SRCS += agp_if.c device_if.h bus_if.h agp_if.h pci_if.h
+SRCS += opt_agp.h
+
MFILES = kern/device_if.m kern/bus_if.m dev/agp/agp_if.m bus/pci/pci_if.m
.include <bsd.kmod.mk>
struct agp_i810_softc *sc = device_get_softc(dev);
if (offset >= (sc->gatt->ag_entries << AGP_PAGE_SHIFT)) {
- device_printf(dev, "failed: offset is 0x%08jx, shift is %d, entries is %d\n", (intmax_t)offset, AGP_PAGE_SHIFT, sc->gatt->ag_entries);
+ device_printf(dev, "failed: offset is 0x%08jx, shift is %d, entries is %d\n", (uintmax_t)offset, AGP_PAGE_SHIFT, sc->gatt->ag_entries);
return EINVAL;
}
PSM_RESETAFTERSUSPEND opt_psm.h
PSM_DEBUG opt_psm.h
-# AGP debugging support
-AGP_DEBUG opt_agp.h
-
ATKBD_DFLT_KEYMAP opt_atkbd.h
KBD_DISABLE_KEYMAP_LOAD opt_kbd.h
PSM_RESETAFTERSUSPEND opt_psm.h
PSM_DEBUG opt_psm.h
-
-# AGP debugging support
-AGP_DEBUG opt_agp.h
-
ATKBD_DFLT_KEYMAP opt_atkbd.h
KBD_DISABLE_KEYMAP_LOAD opt_kbd.h