~ubuntu-branches/ubuntu/hardy/xserver-xorg-video-ati/hardy

« back to all changes in this revision

Viewing changes to src/atimach64probe.c

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2007-10-06 12:13:31 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20071006121331-l0jcbuztjsmie3a9
Tags: 1:6.7.195-1ubuntu1
* Merge with Debian experimental, remaining changes:
  - debian/control
    * Ease the Build-Depends on xserver-xorg-dev.
    * Change Maintainer-address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
    int     numUsed;
147
147
    Bool    ProbeSuccess = FALSE;
148
148
 
 
149
#ifndef XSERVER_LIBPCIACCESS
149
150
    if (xf86GetPciVideoInfo() == NULL)
150
151
        return FALSE;
 
152
#endif
151
153
 
152
154
    if ((numDevSections = xf86MatchDevice(ATI_DRIVER_NAME, &devSections)) <= 0)
153
155
        return FALSE;