summaryrefslogtreecommitdiff
path: root/sys/dev/agp/agp_amd64.c
Commit message (Expand)AuthorAgeFilesLines
* vm_offset_t is unsigned and therefore can not be negative.Robert Noland2009-03-201-2/+2
* Fix prototypes to be consistent.Warner Losh2009-03-091-2/+2
* Add support for AMD64 Family 10h processors.Jung-uk Kim2009-01-121-3/+5
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin2007-11-121-2/+2
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysJohn Baldwin2007-10-301-3/+3
* Fix style(9) nits.Jung-uk Kim2006-10-091-38/+37
* Fix 32-bit PTE in the GART table.Jung-uk Kim2006-10-091-1/+3
* Use aperture base address from north bridge. Some BIOS does not encodeJung-uk Kim2006-08-211-10/+5
* Move SiS 760 to where it belongs.Jung-uk Kim2006-05-301-0/+2
* Change the various AGP drivers that attach to the Host-PCI bridge device toJohn Baldwin2005-12-201-2/+1
* 0xb1881106 seems to be an AGP bridge and some BIOSes incorrectly handleJung-uk Kim2005-11-141-16/+72
* - Add a work-around for nForce3-250. Aperture base address encoded in misc.Jung-uk Kim2005-09-271-8/+158
* Add nForce3-250.David E. O'Brien2005-04-081-0/+2
* nVidia AGP chipsets beyond nForce2 are AMD64-specific.David E. O'Brien2005-04-021-0/+2
* Return BUS_PROBE_DEFAULT instead of 0.Warner Losh2005-02-241-1/+1
* Correct the SiS 755 PCI ID. Confirmed against Linux code.Eric Anholt2005-02-141-1/+1
* Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRIEric Anholt2004-10-051-0/+2
* Unconditionally support the AMD64 GART HW.David E. O'Brien2004-08-191-3/+0
* AMD64 on-CPU GART support.David E. O'Brien2004-08-161-0/+311