Date: Fri, 14 Mar 2003 05:17:35 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd readcis.c Message-ID: <200303141317.h2EDHZQs097020@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/03/14 05:17:35 PST FreeBSD src repository Modified files: usr.sbin/pccard/pccardd readcis.c Log: 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. Revision Changes Path 1.25 +1 -2 src/usr.sbin/pccard/pccardd/readcis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303141317.h2EDHZQs097020>