Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/dev/agp/agp.c 189578 2009-03-09 13:27:33Z imp $");
---
> __FBSDID("$FreeBSD: head/sys/dev/agp/agp.c 190169 2009-03-20 18:30:20Z rnoland $");
535c535
< if (offset < 0 || (offset & (AGP_PAGE_SIZE - 1)) != 0 ||
---
> if ((offset & (AGP_PAGE_SIZE - 1)) != 0 ||