| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | Correct an indentation. | Eric Anholt | 2002-10-03 | 1 | -1/+1 |
| * | Fix i810 after i830 commit. | Eric Anholt | 2002-09-15 | 1 | -0/+2 |
| * | Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf. | Eric Anholt | 2002-09-13 | 1 | -6/+4 |
| * | Add AGP support for Intel i830M and i845 thanks to patches from moto kawasaki | Eric Anholt | 2002-09-12 | 2 | -48/+215 |
| * | Include <sys/lockmgr.h> for old lock interfaces instead of depending on | Bruce Evans | 2002-08-27 | 7 | -0/+7 |
| * | o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since | Alan Cox | 2002-08-25 | 2 | -2/+2 |
| * | o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire(). | Alan Cox | 2002-08-10 | 2 | -6/+3 |
| * | o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed, | Alan Cox | 2002-07-21 | 2 | -0/+4 |
| * | - Use more correct values to initialize the AGP controller during setup. | John Baldwin | 2002-07-17 | 1 | -6/+21 |
| * | o Lock page queue accesses by vm_page_wire(). | Alan Cox | 2002-07-14 | 2 | -0/+4 |
| * | o Complete the locking of page queue accesses by vm_page_unwire(). | Alan Cox | 2002-07-13 | 2 | -0/+6 |
| * | Fix some nits in AMD AGP driver. Remove excess malloc and move a bzero | Coleman Kane | 2002-04-15 | 1 | -10/+3 |
| * | Correctly identify the Intel 82830 AGP bridge. | Benno Rice | 2002-02-05 | 1 | -0/+3 |
| * | Allow retrieval of the virtual address of the AGP aperture | Matthew N. Dodd | 2001-12-19 | 2 | -0/+2 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -4/+4 |
| * | This patch will fix the lockups associated with AMD 751,761,762 based AGP | Coleman Kane | 2001-12-07 | 2 | -7/+52 |
| * | Don't automatically unbind/deallocate memory when releasing. | Ruslan Ermilov | 2001-11-27 | 1 | -10/+6 |
| * | Add support for Intel's i820/i840/i845/i850/i860 chipset. | Jun Kuriyama | 2001-11-08 | 2 | -11/+106 |
| * | Add probe line for the AMD 761 northbridge chip. At least it detects now, | Coleman Kane | 2001-09-20 | 1 | -0/+2 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -9/+9 |
| * | Recognise VIA Apollo KT133A bridge. | Doug Rabson | 2001-08-30 | 1 | -0/+2 |
| * | Make these compile again by adding proc.h include for GIANT_REQUIRED | John Baldwin | 2001-07-05 | 6 | -0/+6 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 7 | -0/+7 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |
| * | un-staticize M_AGP so that it can be used in agp*.c | Assar Westerlund | 2000-12-19 | 1 | -1/+1 |
| * | Add a missing include of <sys/proc.h>. | John Baldwin | 2000-12-12 | 1 | -0/+1 |
| * | Staticize some malloc M_ instances. | Poul-Henning Kamp | 2000-12-08 | 1 | -1/+1 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Add i815 host to PCI bridge ID | Andrey A. Chernov | 2000-10-20 | 1 | -0/+3 |
| * | This didn't compile. Fix typo: s/rmang_get_start/rman_get_start/ | Peter Wemm | 2000-10-18 | 1 | -1/+1 |
| * | Use appropriate resource management accessors instead of directly | Matthew N. Dodd | 2000-10-18 | 1 | -2/+1 |
| * | Added support for i815. | Ruslan Ermilov | 2000-10-16 | 1 | -2/+16 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |