| Commit message (Expand) | Author | Age | Files | Lines |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 2 | -5/+5 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 8 | -0/+8 |
* | Use __FBSDID. | mux | 2004-05-23 | 1 | -2/+3 |
* | In agp_generic_bind_memory(), grab the needed pages before acquiring | mux | 2004-05-23 | 1 | -30/+42 |
* | Get rid of a lockmgr consumer by making agp(4) use a standard mutex, | mux | 2004-05-22 | 9 | -20/+11 |
* | Plug three lock leaks. | mux | 2004-05-22 | 1 | -0/+3 |
* | Add explicit list of SiS AGP chipsets based on Linux kernel's list. | anholt | 2004-05-19 | 1 | -0/+36 |
* | Different VIA host bridges use different offsets to their AGP config | jhb | 2004-05-13 | 2 | -9/+41 |
* | Push down the responsibility for zeroing a physical page from the | alc | 2004-04-24 | 2 | -4/+0 |
* | Add register definitions for the status and command registers for AGP. | imp | 2004-04-05 | 1 | -0/+22 |
* | Add the ability to disable agp devices at the loader prompt. Usage is | njl | 2004-04-03 | 7 | -0/+14 |
* | Before MFC'ing the previous commit, I noticed I'd left out a case. | peadar | 2004-04-03 | 1 | -0/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 3 | -6/+6 |
* | Recognise the 82845G AGP bridge, and poke it appropriately at | peadar | 2004-03-13 | 1 | -0/+5 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | This is not a D_TTY driver. | phk | 2004-02-15 | 1 | -1/+0 |
* | - Disable AGP on ALI chipsets if aperture size is 0. | anholt | 2003-11-11 | 2 | -0/+9 |
* | Add simple support for AGP 3.0 including enabling 8x mode. The simple | jhb | 2003-10-23 | 1 | -13/+108 |
* | Use a switch statement on the devid instead of if-else for determing which | jhb | 2003-10-23 | 1 | -6/+18 |
* | Make the i810 AGP device create a "drmsub" child device. This will be attached | anholt | 2003-10-02 | 1 | -2/+31 |
* | Fix a typo in r1.8: The GTLB enable/flush bit is 1<<7, not 1<<8. | anholt | 2003-09-17 | 1 | -1/+1 |
* | 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 |