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

« back to all changes in this revision

Viewing changes to src/r128_probe.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:
144
144
    Bool          foundScreen = FALSE;
145
145
    int           i;
146
146
 
 
147
#ifndef XSERVER_LIBPCIACCESS
147
148
    if (!xf86GetPciVideoInfo()) return FALSE;
 
149
#endif
148
150
 
149
151
    /* Collect unclaimed device sections for both driver names */
150
152
    nATIGDev = xf86MatchDevice(ATI_NAME, &ATIGDevs);