diff options
author | Felix Kuehling <fxkuehl@gmx.de> | 2005-01-10 23:11:53 +0000 |
---|---|---|
committer | Felix Kuehling <fxkuehl@gmx.de> | 2005-01-10 23:11:53 +0000 |
commit | d62d010ca8590d99d4150f7b00999e619a6aaac3 (patch) | |
tree | 16abd9b2033fe0cf362882e2f5fe9dda6aeaa036 /src/savage_driver.h | |
parent | 303bc2a7df00aadc13d747d6c240ca3d693cad4e (diff) |
- Support for PCI Savages: on PCI cards don't run SAVAGEDRIAgpInit, add PCI
DMA buffers instead of AGP buffers. Set dma_type properly in
SAVAGEDRIKernelInit.
- Something's still wrong with ShadowStatus on the PCI card I'm testing
here. Probably a DRM issue.
- Fixed error handling. Call SAVAGEDRICloseScreen instead of
DRICloseScreen.
- Added AGP/PCI detection (copied from the radeon driver).
Diffstat (limited to 'src/savage_driver.h')
-rw-r--r-- | src/savage_driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/savage_driver.h b/src/savage_driver.h index 67e2de4..760faf0 100644 --- a/src/savage_driver.h +++ b/src/savage_driver.h @@ -263,6 +263,7 @@ typedef struct _Savage { int Chipset; int ChipId; int ChipRev; + int IsPCI; vbeInfoPtr pVbe; int EntityIndex; int ShadowCounter; |