summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp
Commit message (Expand)AuthorAgeFilesLines
...
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Cleanup of the d_mmap_t interface.mux2003-02-251-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-192-2/+2
* Split the arch-specific AGP files into the appropriate files.* and do the sameanholt2003-02-141-0/+6
* Remove an extra agp_flush_cache(). The i810 case that needs it already has it.anholt2003-02-141-5/+0
* Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support).anholt2003-02-131-0/+26
* Add Intel 85x/86x AGP support.anholt2003-02-131-16/+88
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-2/+2
* Add support for the Intel 82820 UP-only AGP bridge.anholt2003-01-111-0/+4
* - Hold the page queues lock around vm_page_wakeup().alc2002-12-231-0/+4
* Remove a bunch of #include "opt_pci.h".mux2002-11-137-7/+0
* Fix previous commit: Don't cast integral types to pointers tomarcel2002-10-151-2/+2
* Make this compile on 64-bit architectures (e.g. ia64) by not assumingmarcel2002-10-121-2/+2
* Correct an indentation.anholt2002-10-031-1/+1
* Fix i810 after i830 commit.anholt2002-09-151-0/+2
* Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf.anholt2002-09-131-6/+4
* Add AGP support for Intel i830M and i845 thanks to patches from moto kawasakianholt2002-09-122-49/+216
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onbde2002-08-277-0/+7
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sincealc2002-08-252-2/+2
* o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().alc2002-08-102-6/+3
* o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,alc2002-07-212-0/+4
* - Use more correct values to initialize the AGP controller during setup.jhb2002-07-171-6/+21
* o Lock page queue accesses by vm_page_wire().alc2002-07-142-0/+4
* o Complete the locking of page queue accesses by vm_page_unwire().alc2002-07-132-0/+6
* Fix some nits in AMD AGP driver. Remove excess malloc and move a bzerocokane2002-04-151-10/+3
* Correctly identify the Intel 82830 AGP bridge.benno2002-02-051-0/+3
* Allow retrieval of the virtual address of the AGP aperturemdodd2001-12-192-0/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-4/+4
* This patch will fix the lockups associated with AMD 751,761,762 based AGPcokane2001-12-072-7/+52
* Don't automatically unbind/deallocate memory when releasing.ru2001-11-271-10/+6
* Add support for Intel's i820/i840/i845/i850/i860 chipset.kuriyama2001-11-082-11/+106
* Add probe line for the AMD 761 northbridge chip. At least it detects now,cokane2001-09-201-0/+2
* KSE Milestone 2julian2001-09-121-9/+9
* Recognise VIA Apollo KT133A bridge.dfr2001-08-301-0/+2
* Make these compile again by adding proc.h include for GIANT_REQUIREDjhb2001-07-056-0/+6
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-197-0/+7
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* un-staticize M_AGP so that it can be used in agp*.cassar2000-12-191-1/+1
* Add a missing include of <sys/proc.h>.jhb2000-12-121-0/+1
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Add i815 host to PCI bridge IDache2000-10-201-0/+3
* This didn't compile. Fix typo: s/rmang_get_start/rman_get_start/peter2000-10-181-1/+1
* Use appropriate resource management accessors instead of directlymdodd2000-10-181-2/+1
* Added support for i815.ru2000-10-161-2/+16
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
* Add support for Intel's i810 chipset with integrated graphics. Andfr2000-07-124-4/+518
* Release resources properly in detach.dfr2000-06-101-0/+9
* Fix the AMD 751 AGP minidriver so that it works with my test code.dfr2000-06-104-8/+112
OpenPOWER on IntegriCloud