1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00
freebsd/usr.sbin/dumpcis
Warner Losh 8a1dbe91d4 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.
2008-11-20 08:20:53 +00:00
..
dumpcis.8
main.c dump() really is unused, so retire it. 2008-11-20 03:34:36 +00:00
Makefile Simplify: move dumpcis.c and dumpcisfile.c into main. 2008-11-20 03:30:27 +00:00
printcis.c The original programs that this code was lifted from (pccardd and 2008-11-20 08:12:26 +00:00
readcis.c Restore now-useless ioctl as a roadmap. The original dumpcis code 2008-11-20 08:20:53 +00:00
readcis.h The original programs that this code was lifted from (pccardd and 2008-11-20 08:12:26 +00:00