summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-09-30 15:34:34 +0000
committerThierry Vignaud <tv@mandriva.org>2009-09-30 15:34:34 +0000
commit8be4e845661e60c44fcf400d3715956736266739 (patch)
treeb5d1f4d6c0b710a58bc12d1827de34f3be4485fa
parent8806e1e8cb6a35bfbceb40825a83eff59bd5d01f (diff)
downloadldetect-8be4e845661e60c44fcf400d3715956736266739.tar
ldetect-8be4e845661e60c44fcf400d3715956736266739.tar.gz
ldetect-8be4e845661e60c44fcf400d3715956736266739.tar.bz2
ldetect-8be4e845661e60c44fcf400d3715956736266739.tar.xz
ldetect-8be4e845661e60c44fcf400d3715956736266739.zip
restore a lost comment
-rw-r--r--pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pci.c b/pci.c
index 5bc2a45..23cbd76 100644
--- a/pci.c
+++ b/pci.c
@@ -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";