History log of /freebsd-9.3-release/contrib/pnpinfo/pnpinfo.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 229236 01-Jan-2012 dim

MFC r228672:

In contrib/pnpinfo/pnpinfo.c, remove an extraneous parameter from the
call to isolation_protocol().


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 161526 22-Aug-2006 ru

Remove alpha left-overs.


# 124125 04-Jan-2004 charnier

Move cvs id from comment to code. Use errx(). Add a return (0) at the end
of main().


# 101611 09-Aug-2002 iedowse

Use the correct loop variable so that we print all IO addresses and
not just 8 copies of the first one.

PR: bin/18157
Submitted by: German Tischler <tanis@gaspode.franken.de>


# 50964 05-Sep-1999 peter

$Id$ -> $FreeBSD$


# 50786 02-Sep-1999 peter

Take a shot at getting this to compile under newpnp.


# 47405 22-May-1999 dfr

Port pnpinfo to alpha.


# 46422 04-May-1999 luoqi

Uninitialized variable. Do not assume certain endianess.


# 39144 13-Sep-1998 eivind

Support PnP compatibility IDs. This allow e.g. the ed driver to pick
up any PnP NE2000 compatible card, instead of forcing us to always
update ID lists.

Submitted by: Ugo Paternostro <paterno@dsi.unifi.it>


# 31135 12-Nov-1997 jmg

fix return type so that it returns both bytes (instead of just first)

Found-by: conrads@neosoft.com
Fix-by: Luigi


# 29616 19-Sep-1997 jmg

This commit was generated by cvs2svn to compensate for changes in r29615,
which included commits to RCS files with non-trunk default branches.


# 29615 19-Sep-1997 jmg

this is an import of Sujal M. Petal's pnpinfo.. it includes modifications
by Luigi Rizzo and myself...