freebsd-dev/sys/dev/agp
Robert Noland cfd7bacef2 Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.
This replaces d_mmap() with the d_mmap2() implementation and also
changes the type of offset to vm_ooffset_t.

Purge d_mmap2().

All driver modules will need to be rebuilt since D_VERSION is also
bumped.

Reviewed by:	jhb@
MFC after:	Not in this lifetime...
2009-12-29 21:51:28 +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 Add pci id's for Intel G41 chipset 2009-10-11 01:51:35 +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 Fix a handful of issues with via agp support. 2009-12-21 03:28:05 +00:00
agp.c Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. 2009-12-29 21:51:28 +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