| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 8 | -0/+8 |
| * | Use __FBSDID. | Maxime Henrion | 2004-05-23 | 1 | -2/+3 |
| * | In agp_generic_bind_memory(), grab the needed pages before acquiring | Maxime Henrion | 2004-05-23 | 1 | -30/+42 |
| * | Get rid of a lockmgr consumer by making agp(4) use a standard mutex, | Maxime Henrion | 2004-05-22 | 9 | -20/+11 |
| * | Plug three lock leaks. | Maxime Henrion | 2004-05-22 | 1 | -0/+3 |
| * | Add explicit list of SiS AGP chipsets based on Linux kernel's list. | Eric Anholt | 2004-05-19 | 1 | -0/+36 |
| * | Different VIA host bridges use different offsets to their AGP config | John Baldwin | 2004-05-13 | 2 | -9/+41 |
| * | Push down the responsibility for zeroing a physical page from the | Alan Cox | 2004-04-24 | 2 | -4/+0 |
| * | Add register definitions for the status and command registers for AGP. | Warner Losh | 2004-04-05 | 1 | -0/+22 |
| * | Add the ability to disable agp devices at the loader prompt. Usage is | Nate Lawson | 2004-04-03 | 7 | -0/+14 |
| * | Before MFC'ing the previous commit, I noticed I'd left out a case. | Peter Edwards | 2004-04-03 | 1 | -0/+1 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 3 | -6/+6 |
| * | Recognise the 82845G AGP bridge, and poke it appropriately at | Peter Edwards | 2004-03-13 | 1 | -0/+5 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -2/+0 |
| * | This is not a D_TTY driver. | Poul-Henning Kamp | 2004-02-15 | 1 | -1/+0 |
| * | - Disable AGP on ALI chipsets if aperture size is 0. | Eric Anholt | 2003-11-11 | 2 | -0/+9 |
| * | Add simple support for AGP 3.0 including enabling 8x mode. The simple | John Baldwin | 2003-10-23 | 1 | -13/+108 |
| * | Use a switch statement on the devid instead of if-else for determing which | John Baldwin | 2003-10-23 | 1 | -6/+18 |
| * | Make the i810 AGP device create a "drmsub" child device. This will be attached | Eric Anholt | 2003-10-02 | 1 | -2/+31 |
| * | 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 |
| * | PCI header files live in dev/pci. | Matthew N. Dodd | 2003-08-23 | 1 | -2/+2 |
| * | AGP GART driver for NVIDIA nForce/nForce2 chipsets. | Matthew N. Dodd | 2003-08-23 | 2 | -0/+466 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 7 | -14/+14 |
| * | Sort the list of PCI ID's in numerical order and fix a whitespace bogon. | John Baldwin | 2003-06-27 | 1 | -4/+4 |
| * | Add a PCI ID for the Apollo Pro 133A. | Matthew N. Dodd | 2003-06-23 | 1 | -0/+2 |
| * | Add PCI IDs for the i82855 and i82875P AGP bridges. | Matthew N. Dodd | 2003-06-23 | 1 | -0/+12 |
| * | Add vm object locking. | Alan Cox | 2003-06-19 | 1 | -0/+6 |
| * | Add vm object locking. | Alan Cox | 2003-06-13 | 1 | -1/+8 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 7 | -14/+21 |
| * | 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 | 2 | -3/+10 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 6 | -0/+12 |
| * | Fix typo. | Murray Stokely | 2003-04-07 | 1 | -1/+1 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -1/+1 |
| * | Add pci id# for the sis648 | Søren Schmidt | 2003-03-13 | 1 | -0/+2 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+7 |
| * | Cleanup of the d_mmap_t interface. | Maxime Henrion | 2003-02-25 | 1 | -2/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -2/+2 |
| * | Split the arch-specific AGP files into the appropriate files.* and do the same | Eric Anholt | 2003-02-14 | 1 | -0/+6 |
| * | Remove an extra agp_flush_cache(). The i810 case that needs it already has it. | Eric Anholt | 2003-02-14 | 1 | -5/+0 |
| * | Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support). | Eric Anholt | 2003-02-13 | 1 | -0/+26 |
| * | Add Intel 85x/86x AGP support. | Eric Anholt | 2003-02-13 | 1 | -16/+88 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -2/+2 |
| * | Add support for the Intel 82820 UP-only AGP bridge. | Eric Anholt | 2003-01-11 | 1 | -0/+4 |
| * | - Hold the page queues lock around vm_page_wakeup(). | Alan Cox | 2002-12-23 | 1 | -0/+4 |
| * | Remove a bunch of #include "opt_pci.h". | Maxime Henrion | 2002-11-13 | 7 | -7/+0 |
| * | Fix previous commit: Don't cast integral types to pointers to | Marcel Moolenaar | 2002-10-15 | 1 | -2/+2 |
| * | Make this compile on 64-bit architectures (e.g. ia64) by not assuming | Marcel Moolenaar | 2002-10-12 | 1 | -2/+2 |