Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix agp_nvidia.c to behave more like the linux driver, fixing DRI on Radeon | anholt | 2005-09-16 | 1 | -11/+20 |
| | | | | | | | | | | | | 9200 according to one responder. The primary issue was not setting some bits to say that the entries were active, but also fix one place where some memory wasn't being used as volatile as it should. While here, change some use of ffs to a relatively short case statement, to make it more obvious what's going on. PR: kern/71638, kern/72372, kern/71547? Submitted by: Andrew J. Caines <A.J.Caines@halplant.com>, Robin Schoonover <end@endif.cjb.net>, Jason Henson <jason@ec.rr.com> | ||||
* | nVidia AGP chipsets beyond nForce2 are AMD64-specific. | obrien | 2005-04-02 | 1 | -1/+1 |
| | | | | | | So move the AGP support to there. Submitted by: Jung-uk Kim <jkim@niksun.com> | ||||
* | Fix style(9) issues with __P removal. | imp | 2005-02-24 | 1 | -10/+10 |
| | | | | Noticed by: bde | ||||
* | Return BUS_PROBE_DEFAULT instead of 0. | imp | 2005-02-24 | 1 | -1/+1 |
| | |||||
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
| | |||||
* | Use __FBSDID. | mux | 2004-05-23 | 1 | -2/+3 |
| | |||||
* | Get rid of a lockmgr consumer by making agp(4) use a standard mutex, | mux | 2004-05-22 | 1 | -1/+0 |
| | | | | | since it's always acquiring the lock exclusively. This was tested with X on an SMP box, with and without WITNESS. | ||||
* | Add the ability to disable agp devices at the loader prompt. Usage is | njl | 2004-04-03 | 1 | -0/+2 |
| | | | | | | hint.agp.0.disabled="1" Submitted by: jhb | ||||
* | 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 | 1 | -0/+453 |