From f82813bfa40193aec07e013b029eec6dc092ecdd Mon Sep 17 00:00:00 2001 From: zilio nicolas Date: Wed, 1 Jul 2015 16:18:45 +0200 Subject: registers and banks support in xml v1. pci -ll works fine, but got segfault on pci -r name and pci -r name gives 0 always. might be due to the order in pci.c ------> ask suren --- pcilib/register.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pcilib/register.h') diff --git a/pcilib/register.h b/pcilib/register.h index 535e9d0..fc13e6a 100644 --- a/pcilib/register.h +++ b/pcilib/register.h @@ -40,11 +40,13 @@ typedef struct { const char *name; /**< The access name of the register */ const char *description; /**< Brief description of the register */ + /* use it or not? */ /*xmlNodePtr xmlNode;*/ /** Date: Thu, 27 Aug 2015 11:09:21 +0200 Subject: put xml nodes pointers for banks and registers in pcilib_t, compil ok --- pcilib/register.h | 1 - 1 file changed, 1 deletion(-) (limited to 'pcilib/register.h') diff --git a/pcilib/register.h b/pcilib/register.h index fc13e6a..61eef84 100644 --- a/pcilib/register.h +++ b/pcilib/register.h @@ -40,7 +40,6 @@ typedef struct { const char *name; /**< The access name of the register */ const char *description; /**< Brief description of the register */ - /* use it or not? */ /*xmlNodePtr xmlNode;*/ /**