Deleted Added
full compact
34c34
< __FBSDID("$FreeBSD: head/sys/dev/agp/agp_i810.c 186434 2008-12-23 16:16:30Z rnoland $");
---
> __FBSDID("$FreeBSD: head/sys/dev/agp/agp_i810.c 189578 2009-03-09 13:27:33Z imp $");
839c839
< agp_i810_bind_page(device_t dev, int offset, vm_offset_t physical)
---
> agp_i810_bind_page(device_t dev, vm_offset_t offset, vm_offset_t physical)
844c844
< device_printf(dev, "failed: offset is 0x%08x, shift is %d, entries is %d\n", offset, AGP_PAGE_SHIFT, sc->gatt->ag_entries);
---
> 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);
861c861
< agp_i810_unbind_page(device_t dev, int offset)
---
> agp_i810_unbind_page(device_t dev, vm_offset_t offset)