freebsd-skq/sys/dev/agp
Robert Noland 45d0290a5d vm_offset_t is unsigned and therefore can not be negative.
Avoid unnessecary compares.

Found with:	Coverity Prevent(tm)
CID:		2362,4215,4214,4209,4208,2363,4211,4210,4213,4212

MFC after:	3 days
2009-03-20 18:30:20 +00:00
..
agp_ali.c
agp_amd64.c vm_offset_t is unsigned and therefore can not be negative. 2009-03-20 18:30:20 +00:00
agp_amd.c
agp_ati.c
agp_i810.c vm_offset_t is unsigned and therefore can not be negative. 2009-03-20 18:30:20 +00:00
agp_if.m
agp_intel.c vm_offset_t is unsigned and therefore can not be negative. 2009-03-20 18:30:20 +00:00
agp_nvidia.c
agp_sis.c
agp_via.c vm_offset_t is unsigned and therefore can not be negative. 2009-03-20 18:30:20 +00:00
agp.c vm_offset_t is unsigned and therefore can not be negative. 2009-03-20 18:30:20 +00:00
agppriv.h
agpreg.h
agpvar.h