Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 435322
Collapse All | Expand All

(-)a/common/lib/modules/fglrx/build_mod/kcl_agp.c (-1 / +5 lines)
Lines 479-484 int ATI_API_CALL KCL_AGP_Enable(unsigned long mode) Link Here
479
    return -EINVAL;
479
    return -EINVAL;
480
}
480
}
481
481
482
int ATI_API_CALL KCL_AGP_FindCapsRegisters(KCL_PCI_DevHandle dev)
483
{
484
    return -EINVAL;
485
}
486
482
int ATI_API_CALL KCL_AGP_ReadCapsRegisters(KCL_PCI_DevHandle dev, unsigned int *caps)
487
int ATI_API_CALL KCL_AGP_ReadCapsRegisters(KCL_PCI_DevHandle dev, unsigned int *caps)
483
{
488
{
484
    return -EINVAL;
489
    return -EINVAL;
485
- 

Return to bug 435322