summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp/agp_amd64.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r273856,273863,273963-273965tijl2014-12-021-2/+0
* Remove unneeded semicolons.antoine2013-01-011-1/+1
* 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
* vm_offset_t is unsigned and therefore can not be negative.rnoland2009-03-201-2/+2
* Fix prototypes to be consistent.imp2009-03-091-2/+2
* Add support for AMD64 Family 10h processors.jkim2009-01-121-3/+5
* 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-3/+3
* Fix style(9) nits.jkim2006-10-091-38/+37
* Fix 32-bit PTE in the GART table.jkim2006-10-091-1/+3
* Use aperture base address from north bridge. Some BIOS does not encodejkim2006-08-211-10/+5
* Move SiS 760 to where it belongs.jkim2006-05-301-0/+2
* Change the various AGP drivers that attach to the Host-PCI bridge device tojhb2005-12-201-2/+1
* 0xb1881106 seems to be an AGP bridge and some BIOSes incorrectly handlejkim2005-11-141-16/+72
* - Add a work-around for nForce3-250. Aperture base address encoded in misc.jkim2005-09-271-8/+158
* Add nForce3-250.obrien2005-04-081-0/+2
* nVidia AGP chipsets beyond nForce2 are AMD64-specific.obrien2005-04-021-0/+2
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* Correct the SiS 755 PCI ID. Confirmed against Linux code.anholt2005-02-141-1/+1
* Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRIanholt2004-10-051-0/+2
* Unconditionally support the AMD64 GART HW.obrien2004-08-191-3/+0
* AMD64 on-CPU GART support.obrien2004-08-161-0/+311
OpenPOWER on IntegriCloud