freebsd-dev/usr.sbin/pccard/pccardd
Warner Losh 62bac311fc Don't be so verbose about 'unknown' CIS tuples. We were printing each
one three times before we did the dump.  Also, we printed 0x00 for the
tuple type rather than the actual tuple type.  Now, we print the
actual tuple type.  This appears to have no ill effects.

Should get rid of the

Code NN not found
and
code Unknown ignored

messages.  The ignored messages are still generated for tuples tuples
who have a minimum length set and we find a tuple of that type that's
shorter than the minimum length.
2003-03-14 13:17:35 +00:00
..
cardd.c
cardd.h
file.c
Makefile
pccard.conf.5
pccardd.8
pccardd.c
readcis.c Don't be so verbose about 'unknown' CIS tuples. We were printing each 2003-03-14 13:17:35 +00:00
readcis.h Add a new subcommand to pccardc(8), "dumpcisfile", which reads a CIS 2003-02-25 22:14:38 +00:00
server.c
util.c