aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp
Commit message (Expand)AuthorAgeFilesLines
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).Konstantin Belousov2013-08-222-2/+2
* The soft and hard busy mechanism rely on the vm object lock to work.Attilio Rao2013-08-091-2/+2
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-092-13/+15
* Fix reversed condition in the logic to wait for the chipset buffersKonstantin Belousov2013-01-271-1/+1
* Remove unneeded semicolons.Antoine Brodin2013-01-017-8/+8
* Add pci id for the xeon hd4000 (IvyBridge server GT2)Baptiste Daroussin2012-12-111-0/+5
* Remove unneeded header from agp: opt_bus.hEitan Adler2012-11-1511-21/+0
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-229-0/+19
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-229-19/+0
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov2012-08-052-0/+2
* Revert revision 238172 of agp_i810.c. Correctness is considered moreMarcel Moolenaar2012-07-091-1/+2
* agp.c:Marcel Moolenaar2012-07-062-4/+2
* Correct device id for GPU on some server SandyBridge model.Konstantin Belousov2012-06-231-1/+1
* A rewrite of the i810 bits of the agp(4) driver. New driver supportsKonstantin Belousov2012-05-227-638/+2260
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* Add a driver for the Apple Uninorth AGP host bridge found in all PowerPCNathan Whitehorn2010-10-312-11/+325
* Do not mention VM_ALLOC_RETRY in comment, and normalize the terminologyKonstantin Belousov2010-07-081-2/+2
* Add a missing linefeedBrian Somers2010-06-191-1/+1
* Push down the acquisition of the page queues lock into vm_page_unwire().Alan Cox2010-05-052-6/+0
* Acquire the page lock around vm_page_unwire(). For consistency, extend theAlan Cox2010-05-032-1/+7
* Add support of Intel Pineview chips, aka IGD.Robert Noland2010-03-121-4/+20
* Add pci ids for Intel Ironlake chipsets.Robert Noland2010-03-121-0/+4
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-1/+2
* Fix a handful of issues with via agp support.Robert Noland2009-12-211-32/+24
* Add pci id's for Intel G41 chipsetRobert Noland2009-10-111-0/+2
* John Baldwin suggested that 'stolen memory' only happens in the case ofNick Hibma2009-09-141-8/+6
* Move the printing of aperture size and stolen memory behind bootverbose.Nick Hibma2009-09-101-9/+9
* strict kobj signatures: fixes in agp driverAndriy Gapon2009-06-115-26/+24
* Use si_drv1 instead of dev2unit() inside agp(4).Ed Schouten2009-04-141-10/+6
* vm_offset_t is unsigned and therefore can not be negative.Robert Noland2009-03-205-10/+10
* Fix prototypes to be consistent.Warner Losh2009-03-096-11/+11
* Fix AGP debugging code:Wojciech A. Koszek2009-02-061-3/+4
* - Add few VIA bridges to agp_via.c and connect it to amd64 buildJung-uk Kim2009-01-231-0/+9
* Add support for AMD64 Family 10h processors.Jung-uk Kim2009-01-121-3/+5
* Fix up handling of Intel G4X chips some more.Robert Noland2008-12-231-5/+12
* Clear busy state on the pages which are after the one that failed the bindKonstantin Belousov2008-12-231-3/+5
* Deal with 0 length args...Robert Noland2008-12-211-1/+1
* Fix AGP_DEBUG macro to use c99 __VA_ARGS__ and build if enabled.Robert Noland2008-12-211-6/+3
* Correctly handle Intel g33 chips and add support for g45 chipsRobert Noland2008-10-022-19/+135
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* When device_get_children returns an error, ignore that bus' children.Warner Losh2008-08-231-1/+2
* Enable the support for G33/Q35/Q33 now that both the G33 and Q35 have beenJohn Baldwin2008-08-011-2/+0
* Fix PCI id for 945GME Express Integrated Graphics Controller:Oleksandr Tymoshenko2008-06-201-1/+1
* Add resume support to the agp_i810 family.Remko Lodder2008-03-121-0/+17
* Calculate the number of pages the GATT spans when reading from each pageJohn Baldwin2008-03-071-3/+4
* Add the 845M GMCH controller.Remko Lodder2007-11-261-0/+2
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin2007-11-1213-25/+25
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysJohn Baldwin2007-10-3011-38/+39
* - Add the device ID for the VIA VT3324 (CX700) chipset.Kevin Lo2007-09-211-21/+83