diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-09-30 15:34:34 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-09-30 15:34:34 +0000 |
commit | 8be4e845661e60c44fcf400d3715956736266739 (patch) | |
tree | b5d1f4d6c0b710a58bc12d1827de34f3be4485fa /pci.c | |
parent | 8806e1e8cb6a35bfbceb40825a83eff59bd5d01f (diff) | |
download | ldetect-8be4e845661e60c44fcf400d3715956736266739.tar ldetect-8be4e845661e60c44fcf400d3715956736266739.tar.gz ldetect-8be4e845661e60c44fcf400d3715956736266739.tar.bz2 ldetect-8be4e845661e60c44fcf400d3715956736266739.tar.xz ldetect-8be4e845661e60c44fcf400d3715956736266739.zip |
restore a lost comment
Diffstat (limited to 'pci.c')
-rw-r--r-- | pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ #include <pci/header.h> #include "common.h" +/* /proc files're 256 bytes but we only need first 64 bytes*/ #define CONFIG_SPACE_SIZE 64 static char *proc_pci_path_default = "/proc/bus/pci/devices"; |