summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp_i810.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for 945G/GM AGP chipsets.anholt2006-09-271-13/+29
* Fix breakage of CHIP_I855 in the last revision.anholt2006-06-271-3/+4
* Replace the three copies of the list of pci ids with a single centralized list.anholt2006-06-251-143/+122
* Add support for allocating one larger than page-sized contiguous block of memoryanholt2006-05-161-26/+110
* Don't add an agp child in vgapci's attach routine if the PCIY_AGPjhb2006-02-011-0/+10
* - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asjhb2005-12-201-36/+4
* Add support for i915 GMCH AGP. This diff is a combination of work by myselfanholt2005-12-021-31/+143
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* Use VM_ALLOC_NOBUSY to eliminate an unneeded vm_page_wakeup() call and thealc2004-10-241-4/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,mux2004-05-221-1/+0
* Push down the responsibility for zeroing a physical page from thealc2004-04-241-2/+0
* Add the ability to disable agp devices at the loader prompt. Usage isnjl2004-04-031-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Use a switch statement on the devid instead of if-else for determing whichjhb2003-10-231-6/+18
* Make the i810 AGP device create a "drmsub" child device. This will be attachedanholt2003-10-021-2/+31
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Add vm object locking.alc2003-06-131-1/+8
* Use __FBSDID().obrien2003-06-111-2/+3
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-0/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove an extra agp_flush_cache(). The i810 case that needs it already has it.anholt2003-02-141-5/+0
* Add Intel 85x/86x AGP support.anholt2003-02-131-16/+88
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Remove a bunch of #include "opt_pci.h".mux2002-11-131-1/+0
* 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-121-49/+201
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onbde2002-08-271-0/+1
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sincealc2002-08-251-1/+1
* o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().alc2002-08-101-2/+2
* o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,alc2002-07-211-0/+2
* o Lock page queue accesses by vm_page_wire().alc2002-07-141-0/+2
* o Complete the locking of page queue accesses by vm_page_unwire().alc2002-07-131-0/+2
* Make these compile again by adding proc.h include for GIANT_REQUIREDjhb2001-07-051-0/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
* Added support for i815.ru2000-10-161-2/+16
* Add support for Intel's i810 chipset with integrated graphics. Andfr2000-07-121-0/+462
OpenPOWER on IntegriCloud