/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to driver/ioctl.c

  • Committer: Suren A. Chilingaryan
  • Date: 2011-02-13 14:33:26 UTC
  • Revision ID: csa@dside.dyndns.org-20110213143326-ud52k05tc0qj35ps
Print a bit more details

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
        for (bar = 0; bar < 6; bar++) {
161
161
                pci_info.bar_start[bar] = pci_resource_start(privdata->pdev, bar);
162
162
                pci_info.bar_length[bar] = pci_resource_len(privdata->pdev, bar);
 
163
                pci_info.bar_flags[bar] = pci_resource_flags(privdata->pdev, bar);
163
164
        }
164
165
 
165
166
        WRITE_TO_USER(pci_board_info, pci_info);