summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp
Commit message (Expand)AuthorAgeFilesLines
* Add a driver for the Apple Uninorth AGP host bridge found in all PowerPCnwhitehorn2010-10-312-11/+325
* Do not mention VM_ALLOC_RETRY in comment, and normalize the terminologykib2010-07-081-2/+2
* Add a missing linefeedbrian2010-06-191-1/+1
* Push down the acquisition of the page queues lock into vm_page_unwire().alc2010-05-052-6/+0
* Acquire the page lock around vm_page_unwire(). For consistency, extend thealc2010-05-032-1/+7
* 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
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-1/+2
* Fix a handful of issues with via agp support.rnoland2009-12-211-32/+24
* 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
* strict kobj signatures: fixes in agp driveravg2009-06-115-26/+24
* Use si_drv1 instead of dev2unit() inside agp(4).ed2009-04-141-10/+6
* vm_offset_t is unsigned and therefore can not be negative.rnoland2009-03-205-10/+10
* Fix prototypes to be consistent.imp2009-03-096-11/+11
* Fix AGP debugging code:wkoszek2009-02-061-3/+4
* - Add few VIA bridges to agp_via.c and connect it to amd64 buildjkim2009-01-231-0/+9
* Add support for AMD64 Family 10h processors.jkim2009-01-121-3/+5
* Fix up handling of Intel G4X chips some more.rnoland2008-12-231-5/+12
* Clear busy state on the pages which are after the one that failed the bindkib2008-12-231-3/+5
* Deal with 0 length args...rnoland2008-12-211-1/+1
* Fix AGP_DEBUG macro to use c99 __VA_ARGS__ and build if enabled.rnoland2008-12-211-6/+3
* Correctly handle Intel g33 chips and add support for g45 chipsrnoland2008-10-022-19/+135
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* When device_get_children returns an error, ignore that bus' children.imp2008-08-231-1/+2
* 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
* Calculate the number of pages the GATT spans when reading from each pagejhb2008-03-071-3/+4
* 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-1213-25/+25
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysjhb2007-10-3011-38/+39
* - Add the device ID for the VIA VT3324 (CX700) chipset.kevlo2007-09-211-21/+83
* 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-134-230/+387
* Restore agp aperture size after resume, in case it is modified after boot.takawata2007-01-061-1/+8
* - Clean up Aperture Access Global Enable (APEN) bit access.jkim2007-01-052-50/+41
* Fix style(9).jkim2007-01-051-61/+52
* Make agp_intel capable to work after resume from S3 state.takawata2007-01-051-33/+50
* The page queues lock is no longer required by vm_page_busy() oralc2006-10-221-4/+0
* Fix the wraparound of memsize >=2GB.tanimura2006-10-151-2/+3
* Fix style(9) nits.jkim2006-10-091-38/+37
* Fix 32-bit PTE in the GART table.jkim2006-10-091-1/+3
* Add support for 945G/GM AGP chipsets.anholt2006-09-271-13/+29
* Add support for another ATI IGP 340M (RS200M) AGP bridge.anholt2006-09-011-1/+4
* Use aperture base address from north bridge. Some BIOS does not encodejkim2006-08-211-10/+5
* Explicitly set v3 mode only when it is requested. Don't bother otherwise.jkim2006-08-111-1/+6
* Fix breakage of CHIP_I855 in the last revision.anholt2006-06-271-3/+4
OpenPOWER on IntegriCloud