summaryrefslogtreecommitdiff
path: root/src/atibus.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2006-12-27 17:59:14 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2007-01-28 01:24:22 +0200
commit3654b786f1ad1f4e6bfb2fff5ff057254958f7c0 (patch)
treee800da3bea280b0efbe6a6a4d3635a04ba39ba51 /src/atibus.c
parent0117c9bde0d0bbb487bc259cf55e8066ebd63f6a (diff)
Sane probe, based on work by Luc Verhaegen <libv@skynet.be>.
Diffstat (limited to 'src/atibus.c')
-rw-r--r--src/atibus.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/atibus.c b/src/atibus.c
index fd34c89..32f02b6 100644
--- a/src/atibus.c
+++ b/src/atibus.c
@@ -113,22 +113,10 @@ ATIClaimResources
int
ATIClaimBusSlot
(
- DriverPtr pDriver,
- int Chipset,
- GDevPtr pGDev,
Bool Active,
ATIPtr pATI
)
{
- pciVideoPtr pVideo = pATI->PCIInfo;
-
- if (pVideo)
- pATI->iEntity =
- xf86ClaimPciSlot(pVideo->bus, pVideo->device, pVideo->func,
- pDriver, Chipset, pGDev, Active);
- else
- pATI->iEntity = xf86ClaimIsaSlot(pDriver, Chipset, pGDev, Active);
-
if (pATI->iEntity >= 0)
ATIClaimResources(pATI, Active);