summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp/agp_i810.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r273856,273863,273963-273965tijl2014-12-021-7/+6
* MFC r274379:kib2014-11-181-0/+58
* MFC r274378:kib2014-11-181-1/+2
* MFC r274377:kib2014-11-181-8/+43
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-2/+2
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-1/+1
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-4/+4
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* Fix reversed condition in the logic to wait for the chipset bufferskib2013-01-271-1/+1
* Add pci id for the xeon hd4000 (IvyBridge server GT2)bapt2012-12-111-0/+5
* Remove unneeded header from agp: opt_bus.headler2012-11-151-2/+0
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+2
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-2/+0
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+1
* Revert revision 238172 of agp_i810.c. Correctness is considered moremarcel2012-07-091-1/+2
* agp.c:marcel2012-07-061-2/+1
* Correct device id for GPU on some server SandyBridge model.kib2012-06-231-1/+1
* A rewrite of the i810 bits of the agp(4) driver. New driver supportskib2012-05-221-635/+2051
* Push down the acquisition of the page queues lock into vm_page_unwire().alc2010-05-051-2/+0
* Acquire the page lock around vm_page_unwire(). For consistency, extend thealc2010-05-031-1/+3
* Add support of Intel Pineview chips, aka IGD.rnoland2010-03-121-4/+20
* Add pci ids for Intel Ironlake chipsets.rnoland2010-03-121-0/+4
* Add pci id's for Intel G41 chipsetrnoland2009-10-111-0/+2
* John Baldwin suggested that 'stolen memory' only happens in the case ofn_hibma2009-09-141-8/+6
* Move the printing of aperture size and stolen memory behind bootverbose.n_hibma2009-09-101-9/+9
* vm_offset_t is unsigned and therefore can not be negative.rnoland2009-03-201-3/+3
* Fix prototypes to be consistent.imp2009-03-091-3/+3
* Fix up handling of Intel G4X chips some more.rnoland2008-12-231-5/+12
* Correctly handle Intel g33 chips and add support for g45 chipsrnoland2008-10-021-18/+120
* Enable the support for G33/Q35/Q33 now that both the G33 and Q35 have beenjhb2008-08-011-2/+0
* Fix PCI id for 945GME Express Integrated Graphics Controller:gonzo2008-06-201-1/+1
* Add resume support to the agp_i810 family.remko2008-03-121-0/+17
* Add the 845M GMCH controller.remko2007-11-261-0/+2
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasjhb2007-11-121-2/+2
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysjhb2007-10-301-4/+2
* Add the PCI id for the Intel 7221's integrated graphics controller. It isalc2007-09-151-0/+2
* Add support for G965/Q965/GM965/GME965/GME945 AGP.anholt2007-07-131-223/+305
* 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
OpenPOWER on IntegriCloud