| Commit message (Expand) | Author | Age | Files | Lines |
| * | vm_offset_t is unsigned and therefore can not be negative. | Robert Noland | 2009-03-20 | 1 | -2/+2 |
| * | Fix prototypes to be consistent. | Warner Losh | 2009-03-09 | 1 | -2/+2 |
| * | Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was | John Baldwin | 2007-11-12 | 1 | -2/+2 |
| * | Split agp_generic_detach() up into two routines: agp_free_cdev() destroys | John Baldwin | 2007-10-30 | 1 | -4/+2 |
| * | Restore agp aperture size after resume, in case it is modified after boot. | Takanori Watanabe | 2007-01-06 | 1 | -1/+8 |
| * | - Clean up Aperture Access Global Enable (APEN) bit access. | Jung-uk Kim | 2007-01-05 | 1 | -48/+39 |
| * | Fix style(9). | Jung-uk Kim | 2007-01-05 | 1 | -61/+52 |
| * | Make agp_intel capable to work after resume from S3 state. | Takanori Watanabe | 2007-01-05 | 1 | -33/+50 |
| * | Add support for the Intel E7205 chipset. | Eric Anholt | 2006-02-17 | 1 | -0/+6 |
| * | Change the various AGP drivers that attach to the Host-PCI bridge device to | John Baldwin | 2005-12-20 | 1 | -2/+1 |
| * | Add support for the i855GM, tested by an r300 user. | Eric Anholt | 2005-11-29 | 1 | -1/+6 |
| * | Return BUS_PROBE_DEFAULT instead of 0. | Warner Losh | 2005-02-24 | 1 | -1/+1 |
| * | [1] Remove the generic bridge support from those drivers that had it. The | Eric Anholt | 2004-12-30 | 1 | -3/+0 |
| * | Add support for Intel E7205 AGP. | Eric Anholt | 2004-08-22 | 1 | -0/+6 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Get rid of a lockmgr consumer by making agp(4) use a standard mutex, | Maxime Henrion | 2004-05-22 | 1 | -1/+0 |
| * | Add the ability to disable agp devices at the loader prompt. Usage is | Nate Lawson | 2004-04-03 | 1 | -0/+2 |
| * | Before MFC'ing the previous commit, I noticed I'd left out a case. | Peter Edwards | 2004-04-03 | 1 | -0/+1 |
| * | Recognise the 82845G AGP bridge, and poke it appropriately at | Peter Edwards | 2004-03-13 | 1 | -0/+5 |
| * | Fix a typo in r1.8: The GTLB enable/flush bit is 1<<7, not 1<<8. | Eric Anholt | 2003-09-17 | 1 | -1/+1 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Add PCI IDs for the i82855 and i82875P AGP bridges. | Matthew N. Dodd | 2003-06-23 | 1 | -0/+12 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
| * | Fix support for 256 MB aperture sizes on chipsets such as the 845 and | John Baldwin | 2003-05-27 | 1 | -5/+16 |
| * | Grr, fix compile. The bane of trying to split out patches into two | John Baldwin | 2003-05-27 | 1 | -0/+1 |
| * | Add support for the Intel 865 chipset. | John Baldwin | 2003-05-27 | 1 | -2/+9 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -0/+2 |
| * | Add support for the Intel 82820 UP-only AGP bridge. | Eric Anholt | 2003-01-11 | 1 | -0/+4 |
| * | Remove a bunch of #include "opt_pci.h". | Maxime Henrion | 2002-11-13 | 1 | -1/+0 |
| * | Include <sys/lockmgr.h> for old lock interfaces instead of depending on | Bruce Evans | 2002-08-27 | 1 | -0/+1 |
| * | - Use more correct values to initialize the AGP controller during setup. | John Baldwin | 2002-07-17 | 1 | -6/+21 |
| * | Correctly identify the Intel 82830 AGP bridge. | Benno Rice | 2002-02-05 | 1 | -0/+3 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -4/+4 |
| * | Add support for Intel's i820/i840/i845/i850/i860 chipset. | Jun Kuriyama | 2001-11-08 | 1 | -11/+98 |
| * | Make these compile again by adding proc.h include for GIANT_REQUIRED | John Baldwin | 2001-07-05 | 1 | -0/+1 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -0/+1 |
| * | Add i815 host to PCI bridge ID | Andrey A. Chernov | 2000-10-20 | 1 | -0/+3 |
| * | A driver for programming the AGP hardware. This is only very lightly | Doug Rabson | 2000-06-09 | 1 | -0/+266 |