diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-12-27 17:59:14 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-01-28 01:24:22 +0200 |
commit | 3654b786f1ad1f4e6bfb2fff5ff057254958f7c0 (patch) | |
tree | e800da3bea280b0efbe6a6a4d3635a04ba39ba51 /src/atibus.c | |
parent | 0117c9bde0d0bbb487bc259cf55e8066ebd63f6a (diff) |
Sane probe, based on work by Luc Verhaegen <libv@skynet.be>.
Diffstat (limited to 'src/atibus.c')
-rw-r--r-- | src/atibus.c | 12 |
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); |