aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/agp_i810.c
Commit message (Expand)AuthorAgeFilesLines
* Return BUS_PROBE_DEFAULT instead of 0.Warner Losh2005-02-241-1/+1
* Use VM_ALLOC_NOBUSY to eliminate an unneeded vm_page_wakeup() call and theAlan Cox2004-10-241-4/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,Maxime Henrion2004-05-221-1/+0
* Push down the responsibility for zeroing a physical page from theAlan Cox2004-04-241-2/+0
* Add the ability to disable agp devices at the loader prompt. Usage isNate Lawson2004-04-031-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Use a switch statement on the devid instead of if-else for determing whichJohn Baldwin2003-10-231-6/+18
* Make the i810 AGP device create a "drmsub" child device. This will be attachedEric Anholt2003-10-021-2/+31
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Add vm object locking.Alan Cox2003-06-131-1/+8
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-0/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove an extra agp_flush_cache(). The i810 case that needs it already has it.Eric Anholt2003-02-141-5/+0
* Add Intel 85x/86x AGP support.Eric Anholt2003-02-131-16/+88
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Remove a bunch of #include "opt_pci.h".Maxime Henrion2002-11-131-1/+0
* Correct an indentation.Eric Anholt2002-10-031-1/+1
* Fix i810 after i830 commit.Eric Anholt2002-09-151-0/+2
* Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf.Eric Anholt2002-09-131-6/+4
* Add AGP support for Intel i830M and i845 thanks to patches from moto kawasakiEric Anholt2002-09-121-49/+201
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onBruce Evans2002-08-271-0/+1
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sinceAlan Cox2002-08-251-1/+1
* o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().Alan Cox2002-08-101-2/+2
* o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,Alan Cox2002-07-211-0/+2
* o Lock page queue accesses by vm_page_wire().Alan Cox2002-07-141-0/+2
* o Complete the locking of page queue accesses by vm_page_unwire().Alan Cox2002-07-131-0/+2
* Make these compile again by adding proc.h include for GIANT_REQUIREDJohn Baldwin2001-07-051-0/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+1
* Added support for i815.Ruslan Ermilov2000-10-161-2/+16
* Add support for Intel's i810 chipset with integrated graphics. AnDoug Rabson2000-07-121-0/+462