summaryrefslogtreecommitdiffstats
path: root/sys/pci/agppriv.h
Commit message (Collapse)AuthorAgeFilesLines
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
| | | | Bump __FreeBSD_version accordingly.
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,mux2004-05-221-1/+1
| | | | | since it's always acquiring the lock exclusively. This was tested with X on an SMP box, with and without WITNESS.
* Add support for Intel's i810 chipset with integrated graphics. Andfr2000-07-121-0/+1
| | | | | | | associated patch to XFree86 allows the X server to work with this chipset on FreeBSD. Additional work will include porting the Linux 3D driver. Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
* Fix the AMD 751 AGP minidriver so that it works with my test code.dfr2000-06-101-0/+1
|
* A driver for programming the AGP hardware. This is only very lightlydfr2000-06-091-0/+103
tested on Intel BX chipsets only. The other agp minidrivers are totally untested. The programming api is a subset of the Linux api and is only intended to be enough for the X server to use. There is also an in-kernel api for the use of other kernel modules such as the 3D DRI.
OpenPOWER on IntegriCloud