History log of /freebsd-10.3-release/usr.sbin/dumpcis/readcis.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 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


# 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.


# 111507 25-Feb-2003 green

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.)


# 90968 20-Feb-2002 shiba

Add some code which read manufucturer id. This is for NEWCARD compatibility.

Reviewed by: imp


# 59656 26-Apr-2000 iwasaki

MFPAO3. Improvement of of pccard cis tuple parsing capability.
- Fixed bogus CIS tuple dumping (Network node ID, IRQ modes and etc.)
- Include telling drivers ethernet address if Network node ID
tuple is available. This is usefull for some bogus ehter cards which
can't get correct ethernet address from CIS tupple.

Obtained from: PAO3


# 59053 05-Apr-2000 iwasaki

MFPAO: support wildcard entry for generic serial and fixed
disk as fallthrough entry.

Submitted by: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>, iwasaki
Reviewed by: imp, -mobile ML and nomads ML in Japan
Obtained from: http://www.freebsd.org/~iwasaki/pccard/pccardd-generic.diff
http://home.jp.freebsd.org/~sanpei/4-current/usr.sbin-pccard-pccardd.diff


# 54267 07-Dec-1999 imp

Bump CIS_MAXSTR from 30 to 254. pccard appears to define the entire
section we take them from to be up to 255 bytes long, so that's the
max size for the string. They can't all be this big, but I don't have
a better number and better to be a little long than a little short.

Also only consume len characters of the cis buffer so we don't run off
the end into the next buffer and get garbage. This second patch
shouldn't impact anything, but I'll hold off back porting this to
-stable until I get more reports on the stability before/after this
fix.


# 50479 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 29743 23-Sep-1997 nate

- Bump up the size of the space for strings read from PCMCIA cards. Newer
cards have longer entries.

Submitted by: Lars Fredriksen <lars@fredriks-1.pr.mcs.net>


# 22997 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 16487 18-Jun-1996 nate

Staticize and remove unused function.

Inspired by: The Nomad code


# 16484 18-Jun-1996 nate

- Removed dead code (if you need it you can get it out of the
Repository).
- Added some comments, and moved some code around to make flow more
obvious.

No functional changes.


# 16466 17-Jun-1996 nate

Prepend the CIS string length define with CIS_ per the rest of the
constants.

Obtained from: Nomad code


# 15284 18-Apr-1996 nate

Added RCS Id and BSD-style copyrights to individual files.


# 15177 10-Apr-1996 nate

Run indent on all these files to make them more readable. (I also went
through by hand and cleaned up some indent bogons.)


# 10217 24-Aug-1995 phk

The userland part of Andrew McRae's PCMCIA/PCCARD code.

This is not quite finished yet, and therefore I have not added it to the
usr.sbin/Makefile yet.
I collected a bunch of Andrews small programs into one: pccardc /phk

Reviewed by: phk
Submitted by: Andrew McRae <andrew@mega.com.au>