freebsd-dev/sys/dev/agp
Andriy Gapon 446188d1e6 strict kobj signatures: fixes in agp driver
offset parameter has vm_offset_t type in calling code and in kobj method

Reviewed by:	imp, rnoland, lulf, current@
Approved by:	jhb (mentor)
2009-06-11 17:06:07 +00:00
..
agp_ali.c strict kobj signatures: fixes in agp driver 2009-06-11 17:06:07 +00:00
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 strict kobj signatures: fixes in agp driver 2009-06-11 17:06:07 +00:00
agp_ati.c strict kobj signatures: fixes in agp driver 2009-06-11 17:06:07 +00:00
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 Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was 2007-11-12 21:51:38 +00:00
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 strict kobj signatures: fixes in agp driver 2009-06-11 17:06:07 +00:00
agp_sis.c strict kobj signatures: fixes in agp driver 2009-06-11 17:06:07 +00:00
agp_via.c vm_offset_t is unsigned and therefore can not be negative. 2009-03-20 18:30:20 +00:00
agp.c Use si_drv1 instead of dev2unit() inside agp(4). 2009-04-14 13:11:34 +00:00
agppriv.h Fix prototypes to be consistent. 2009-03-09 13:27:33 +00:00
agpreg.h Correctly handle Intel g33 chips and add support for g45 chips 2008-10-02 20:29:45 +00:00
agpvar.h Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was 2007-11-12 21:51:38 +00:00