summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp_i810.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Add vm object locking.alc2003-06-131-1/+8
* Use __FBSDID().obrien2003-06-111-2/+3
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-0/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove an extra agp_flush_cache(). The i810 case that needs it already has it.anholt2003-02-141-5/+0
* Add Intel 85x/86x AGP support.anholt2003-02-131-16/+88
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Remove a bunch of #include "opt_pci.h".mux2002-11-131-1/+0
* 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-121-49/+201
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onbde2002-08-271-0/+1
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sincealc2002-08-251-1/+1
* o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().alc2002-08-101-2/+2
* o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,alc2002-07-211-0/+2
* o Lock page queue accesses by vm_page_wire().alc2002-07-141-0/+2
* o Complete the locking of page queue accesses by vm_page_unwire().alc2002-07-131-0/+2
* Make these compile again by adding proc.h include for GIANT_REQUIREDjhb2001-07-051-0/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
* Added support for i815.ru2000-10-161-2/+16
* Add support for Intel's i810 chipset with integrated graphics. Andfr2000-07-121-0/+462
OpenPOWER on IntegriCloud