| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI header files live in dev/pci. | mdodd | 2003-08-23 | 1 | -2/+2 |
* | AGP GART driver for NVIDIA nForce/nForce2 chipsets. | mdodd | 2003-08-23 | 2 | -0/+466 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 7 | -14/+14 |
* | Sort the list of PCI ID's in numerical order and fix a whitespace bogon. | jhb | 2003-06-27 | 1 | -4/+4 |
* | Add a PCI ID for the Apollo Pro 133A. | mdodd | 2003-06-23 | 1 | -0/+2 |
* | Add PCI IDs for the i82855 and i82875P AGP bridges. | mdodd | 2003-06-23 | 1 | -0/+12 |
* | Add vm object locking. | alc | 2003-06-19 | 1 | -0/+6 |
* | Add vm object locking. | alc | 2003-06-13 | 1 | -1/+8 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 7 | -14/+21 |
* | Fix support for 256 MB aperture sizes on chipsets such as the 845 and | jhb | 2003-05-27 | 1 | -5/+16 |
* | Grr, fix compile. The bane of trying to split out patches into two | jhb | 2003-05-27 | 1 | -0/+1 |
* | Add support for the Intel 865 chipset. | jhb | 2003-05-27 | 2 | -3/+10 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 6 | -0/+12 |
* | Fix typo. | murray | 2003-04-07 | 1 | -1/+1 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 1 | -1/+1 |
* | Add pci id# for the sis648 | sos | 2003-03-13 | 1 | -0/+2 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+7 |
* | Cleanup of the d_mmap_t interface. | mux | 2003-02-25 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -2/+2 |
* | Split the arch-specific AGP files into the appropriate files.* and do the same | anholt | 2003-02-14 | 1 | -0/+6 |
* | Remove an extra agp_flush_cache(). The i810 case that needs it already has it. | anholt | 2003-02-14 | 1 | -5/+0 |
* | Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support). | anholt | 2003-02-13 | 1 | -0/+26 |
* | Add Intel 85x/86x AGP support. | anholt | 2003-02-13 | 1 | -16/+88 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -2/+2 |
* | Add support for the Intel 82820 UP-only AGP bridge. | anholt | 2003-01-11 | 1 | -0/+4 |
* | - Hold the page queues lock around vm_page_wakeup(). | alc | 2002-12-23 | 1 | -0/+4 |
* | Remove a bunch of #include "opt_pci.h". | mux | 2002-11-13 | 7 | -7/+0 |
* | Fix previous commit: Don't cast integral types to pointers to | marcel | 2002-10-15 | 1 | -2/+2 |
* | Make this compile on 64-bit architectures (e.g. ia64) by not assuming | marcel | 2002-10-12 | 1 | -2/+2 |
* | Correct an indentation. | anholt | 2002-10-03 | 1 | -1/+1 |
* | Fix i810 after i830 commit. | anholt | 2002-09-15 | 1 | -0/+2 |
* | Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf. | anholt | 2002-09-13 | 1 | -6/+4 |
* | Add AGP support for Intel i830M and i845 thanks to patches from moto kawasaki | anholt | 2002-09-12 | 2 | -49/+216 |
* | Include <sys/lockmgr.h> for old lock interfaces instead of depending on | bde | 2002-08-27 | 7 | -0/+7 |
* | o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since | alc | 2002-08-25 | 2 | -2/+2 |
* | o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire(). | alc | 2002-08-10 | 2 | -6/+3 |
* | o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed, | alc | 2002-07-21 | 2 | -0/+4 |
* | - Use more correct values to initialize the AGP controller during setup. | jhb | 2002-07-17 | 1 | -6/+21 |
* | o Lock page queue accesses by vm_page_wire(). | alc | 2002-07-14 | 2 | -0/+4 |
* | o Complete the locking of page queue accesses by vm_page_unwire(). | alc | 2002-07-13 | 2 | -0/+6 |
* | Fix some nits in AMD AGP driver. Remove excess malloc and move a bzero | cokane | 2002-04-15 | 1 | -10/+3 |
* | Correctly identify the Intel 82830 AGP bridge. | benno | 2002-02-05 | 1 | -0/+3 |
* | Allow retrieval of the virtual address of the AGP aperture | mdodd | 2001-12-19 | 2 | -0/+2 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -4/+4 |
* | This patch will fix the lockups associated with AMD 751,761,762 based AGP | cokane | 2001-12-07 | 2 | -7/+52 |
* | Don't automatically unbind/deallocate memory when releasing. | ru | 2001-11-27 | 1 | -10/+6 |
* | Add support for Intel's i820/i840/i845/i850/i860 chipset. | kuriyama | 2001-11-08 | 2 | -11/+106 |
* | Add probe line for the AMD 761 northbridge chip. At least it detects now, | cokane | 2001-09-20 | 1 | -0/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -9/+9 |
* | Recognise VIA Apollo KT133A bridge. | dfr | 2001-08-30 | 1 | -0/+2 |