History log of /freebsd-10.1-release/usr.sbin/dumpcis/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


250460 10-May-2013 eadler

Fxi a bunch of typos.

PR: misc/174625
Submitted by: Jeremy Chadwick <jdc@koitsu.org>


201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


199141 10-Nov-2009 jhb

Purge some useless mergeinfo.


188633 15-Feb-2009 imp

Move sys/pccard/*.h here.


188632 15-Feb-2009 imp

Remove unnecessary pccard/cardinfo.h include.


185125 20-Nov-2008 imp

damn. Always do make depend. Forgot to recompile main because of it,
so the changes for the struct cis -> struct tuple_list didn't get
made. They have been now.


185124 20-Nov-2008 imp

Fix check for link target so we don't print cardbus CIS information twice.
Also, eliminate some magic constants and replace them with values from cis.h.


185123 20-Nov-2008 imp

Restore now-useless ioctl as a roadmap. The original dumpcis code
assumed it had to toggle between attribute and common memory in the
cards. The kernel is supposed to cope with that automatically and
give us a tuple list. However, there's a number of details of how
that happens that's currently, ummm, magical and/or not implemented
for 16-bit PC Cards that have CIS_LONGLINK_C tuples in them (eg, mix
both attribute memory and common memory). Also, CIS_LOGNLINK_A
entries might not be handled completely correctly either, since there
can be gaps in the attribute vs common stuff.

All this will need to be corrected in the kernel. Once it is
corrected, dumpcis can be made even simpler in some ways, a little
more complicated in others once an API for presentation of CIS to
userland in these weird cases is settled upon.


185122 20-Nov-2008 imp

More dead code removal.


185121 20-Nov-2008 imp

The original programs that this code was lifted from (pccardd and
pccardc) parsed data to make decisions about stuff related to card
configuration.

The purely CIS dumping aspect of this program obviates the need for
such parsing. Save some space and don't parse the data anymore for
configuration purposes. Just parse it to print an interpreatation of
it.


185115 20-Nov-2008 imp

dump() really is unused, so retire it.


185114 20-Nov-2008 imp

Simplify: move dumpcis.c and dumpcisfile.c into main.


185033 17-Nov-2008 imp

make this warns=5 clean


185032 17-Nov-2008 imp

Move dumpcis to its own directory, start to decouple from the
pccardc/pccardd history.