summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp
Commit message (Expand)AuthorAgeFilesLines
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-173-6/+6
* Recognise the 82845G AGP bridge, and poke it appropriately atpeadar2004-03-131-0/+5
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* This is not a D_TTY driver.phk2004-02-151-1/+0
* - Disable AGP on ALI chipsets if aperture size is 0.anholt2003-11-112-0/+9
* Add simple support for AGP 3.0 including enabling 8x mode. The simplejhb2003-10-231-13/+108
* Use a switch statement on the devid instead of if-else for determing whichjhb2003-10-231-6/+18
* Make the i810 AGP device create a "drmsub" child device. This will be attachedanholt2003-10-021-2/+31
* Fix a typo in r1.8: The GTLB enable/flush bit is 1<<7, not 1<<8.anholt2003-09-171-1/+1
* PCI header files live in dev/pci.mdodd2003-08-231-2/+2
* AGP GART driver for NVIDIA nForce/nForce2 chipsets.mdodd2003-08-232-0/+466
* Prefer new location of pci include files (which have only been in theimp2003-08-227-14/+14
* Sort the list of PCI ID's in numerical order and fix a whitespace bogon.jhb2003-06-271-4/+4
* Add a PCI ID for the Apollo Pro 133A.mdodd2003-06-231-0/+2
* Add PCI IDs for the i82855 and i82875P AGP bridges.mdodd2003-06-231-0/+12
* Add vm object locking.alc2003-06-191-0/+6
* Add vm object locking.alc2003-06-131-1/+8
* Use __FBSDID().obrien2003-06-117-14/+21
* Fix support for 256 MB aperture sizes on chipsets such as the 845 andjhb2003-05-271-5/+16
* Grr, fix compile. The bane of trying to split out patches into twojhb2003-05-271-0/+1
* Add support for the Intel 865 chipset.jhb2003-05-272-3/+10
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-156-0/+12
* Fix typo.murray2003-04-071-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Add pci id# for the sis648sos2003-03-131-0/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Cleanup of the d_mmap_t interface.mux2003-02-251-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-192-2/+2
* Split the arch-specific AGP files into the appropriate files.* and do the sameanholt2003-02-141-0/+6
* Remove an extra agp_flush_cache(). The i810 case that needs it already has it.anholt2003-02-141-5/+0
* Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support).anholt2003-02-131-0/+26
* Add Intel 85x/86x AGP support.anholt2003-02-131-16/+88
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-2/+2
* Add support for the Intel 82820 UP-only AGP bridge.anholt2003-01-111-0/+4
* - Hold the page queues lock around vm_page_wakeup().alc2002-12-231-0/+4
* Remove a bunch of #include "opt_pci.h".mux2002-11-137-7/+0
* Fix previous commit: Don't cast integral types to pointers tomarcel2002-10-151-2/+2
* Make this compile on 64-bit architectures (e.g. ia64) by not assumingmarcel2002-10-121-2/+2
* Correct an indentation.anholt2002-10-031-1/+1
* Fix i810 after i830 commit.anholt2002-09-151-0/+2
* Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf.anholt2002-09-131-6/+4
* Add AGP support for Intel i830M and i845 thanks to patches from moto kawasakianholt2002-09-122-49/+216
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onbde2002-08-277-0/+7
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sincealc2002-08-252-2/+2
* o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().alc2002-08-102-6/+3
* o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,alc2002-07-212-0/+4
* - Use more correct values to initialize the AGP controller during setup.jhb2002-07-171-6/+21
* o Lock page queue accesses by vm_page_wire().alc2002-07-142-0/+4
* o Complete the locking of page queue accesses by vm_page_unwire().alc2002-07-132-0/+6
OpenPOWER on IntegriCloud