diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-02-13 15:33:26 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-02-13 15:33:26 +0100 |
commit | 813c7abf04ab9f7f9c30059b258612e18dec5ce7 (patch) | |
tree | 8d12e3b27b5b8237d6c5a3744ffb26ba43339421 /driver/pciDriver.h | |
parent | de7eafc05f1a830af3f722671d02a31bfc1b1f9c (diff) | |
download | pcitool-813c7abf04ab9f7f9c30059b258612e18dec5ce7.tar.gz pcitool-813c7abf04ab9f7f9c30059b258612e18dec5ce7.tar.bz2 pcitool-813c7abf04ab9f7f9c30059b258612e18dec5ce7.tar.xz pcitool-813c7abf04ab9f7f9c30059b258612e18dec5ce7.zip |
Print a bit more details
Diffstat (limited to 'driver/pciDriver.h')
-rw-r--r-- | driver/pciDriver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/pciDriver.h b/driver/pciDriver.h index 9abf3ab..ed04d65 100644 --- a/driver/pciDriver.h +++ b/driver/pciDriver.h @@ -142,6 +142,7 @@ typedef struct { unsigned int irq; unsigned long bar_start[6]; unsigned long bar_length[6]; + unsigned long bar_flags[6]; } pci_board_info; |