Date: Tue, 25 Feb 2003 14:14:38 -0800 (PST) From: Brian Feldman <green@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardc Makefile dumpcisfile.c pccardc.8 pccardc.c src/usr.sbin/pccard/pccardd readcis.c readcis.h Message-ID: <200302252214.h1PMEdQu017187@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 2003/02/25 14:14:38 PST Modified files: usr.sbin/pccard/pccardc Makefile pccardc.8 pccardc.c usr.sbin/pccard/pccardd readcis.c readcis.h Added files: usr.sbin/pccard/pccardc dumpcisfile.c Log: Add a new subcommand to pccardc(8), "dumpcisfile", which reads a CIS structure from a file instead of a PC-CARD itself before parsing and dumping it. (E.g. useful when you get a CIS file from a manufacturer which fixes they broken card's CIS, and add it to the pccard quirks.) Revision Changes Path 1.15 +3 -3 src/usr.sbin/pccard/pccardc/Makefile 1.1 +72 -0 src/usr.sbin/pccard/pccardc/dumpcisfile.c (new) 1.18 +12 -1 src/usr.sbin/pccard/pccardc/pccardc.8 1.11 +3 -1 src/usr.sbin/pccard/pccardc/pccardc.c 1.24 +4 -1 src/usr.sbin/pccard/pccardd/readcis.c 1.15 +2 -0 src/usr.sbin/pccard/pccardd/readcis.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302252214.h1PMEdQu017187>