dump_cis

2010-09-10 Thread Arne Zachlod

Hello,

at the moment I'm developing a CardBus-Card and I would like to use the 
dump_$something , especially the dump_cis tool to debug my Card, but it 
seems like the tools are not in the pccardctl-package included anymore. 
Is there another way to read out the CardBus-Registers?

In case it is needed: I'm running kernel 2.6.32 and PCMCIAutils 0.17

Regards,
Arne

___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia


Re: dump_cis

2010-09-10 Thread Wolfram Sang
> at the moment I'm developing a CardBus-Card and I would like to use
> the dump_$something , especially the dump_cis tool to debug my Card,
> but it seems like the tools are not in the pccardctl-package

Get the sourcecode and run "make debugtools" -> voila!

-- 
Pengutronix e.K.   | Wolfram Sang|
Industrial Linux Solutions | http://www.pengutronix.de/  |


signature.asc
Description: Digital signature
___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia


[PATCH pcmciautils] Makefile: add short help target

2010-09-10 Thread Wolfram Sang
To help people finding out about the debugtools by either running 'make
help' or having a look at the top of the Makefile itself.

Signed-off-by: Wolfram Sang 
Cc: Dominik Brodowski 
---
 Makefile |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index a265873..240b748 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,11 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
+help:
+   @echo "Common targets:"
+   @echo "  all- build the standard set of utilities"
+   @echo "  debugtools - build the debugging utilities"
+
 # Set this to 'false' if you do not need the socket-startup script
 # 
 # You don't need it if the socket driver does not select
-- 
1.7.1


___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia


Re: [PATCH pcmciautils] Makefile: add short help target

2010-09-10 Thread Dominik Brodowski
Applied, thanks!

On Fri, Sep 10, 2010 at 12:29:32PM +0200, Wolfram Sang wrote:
> To help people finding out about the debugtools by either running 'make
> help' or having a look at the top of the Makefile itself.
> 
> Signed-off-by: Wolfram Sang 
> Cc: Dominik Brodowski 
> ---
>  Makefile |5 +
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index a265873..240b748 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -20,6 +20,11 @@
>  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
>  #
>  
> +help:
> + @echo "Common targets:"
> + @echo "  all- build the standard set of utilities"
> + @echo "  debugtools - build the debugging utilities"
> +
>  # Set this to 'false' if you do not need the socket-startup script
>  # 
>  # You don't need it if the socket driver does not select
> -- 
> 1.7.1
> 
> 
> ___
> Linux PCMCIA reimplementation list
> http://lists.infradead.org/mailman/listinfo/linux-pcmcia

___
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia