aboutsummaryrefslogtreecommitdiff
path: root/contrib/pnpinfo
Commit message (Collapse)AuthorAgeFilesLines
* pnpinfo: remove locally added __FBSDIDBrooks Davis2023-11-271-3/+0
| | | | | Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D42702
* pnpinfo: Remove __PWarner Losh2023-11-181-12/+12
| | | | | | | | We don't need to compile on a K&R compiler (and we've long ago lost the ability to do so). It's not even clear if it ever worked with a pure K&R compiler, but maybe it once did... Sponsored by: Netflix
* pnpinfo: Use C89 function definitions.John Baldwin2023-04-181-4/+3
| | | | | Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D39534
* In contrib/pnpinfo/pnpinfo.c, remove an extraneous parameter from theDimitry Andric2011-12-171-1/+1
| | | | | | | | | call to isolation_protocol(). MFC after: 1 week Notes: svn path=/head/; revision=228672
* Sort sections.Ruslan Ermilov2006-09-171-2/+2
| | | | Notes: svn path=/head/; revision=162382
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-3/+0
| | | | Notes: svn path=/head/; revision=161526
* Markup fixes.Ruslan Ermilov2005-06-161-2/+3
| | | | | | | Approved by: re (blanket) Notes: svn path=/head/; revision=147440
* Move cvs id from comment to code. Use errx(). Add a return (0) at the endPhilippe Charnier2004-01-041-7/+8
| | | | | | | of main(). Notes: svn path=/head/; revision=124125
* Use the correct loop variable so that we print all IO addresses andIan Dowse2002-08-091-2/+2
| | | | | | | | | | not just 8 copies of the first one. PR: bin/18157 Submitted by: German Tischler <tanis@gaspode.franken.de> Notes: svn path=/head/; revision=101611
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
| | | | Notes: svn path=/head/; revision=75670
* mdoc(7) police: misc fixes.Ruslan Ermilov2001-03-011-8/+5
| | | | Notes: svn path=/head/; revision=73272
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+1
| | | | Notes: svn path=/head/; revision=68716
* $Id$ -> $FreeBSD$Peter Wemm1999-09-053-3/+3
| | | | Notes: svn path=/head/; revision=50964
* Take a shot at getting this to compile under newpnp.Peter Wemm1999-09-021-38/+41
| | | | Notes: svn path=/head/; revision=50786
* Port pnpinfo to alpha.Doug Rabson1999-05-221-4/+10
| | | | Notes: svn path=/head/; revision=47405
* Uninitialized variable. Do not assume certain endianess.Luoqi Chen1999-05-041-3/+4
| | | | Notes: svn path=/head/; revision=46422
* Support PnP compatibility IDs. This allow e.g. the ed driver to pickEivind Eklund1998-09-131-11/+7
| | | | | | | | | | up any PnP NE2000 compatible card, instead of forcing us to always update ID lists. Submitted by: Ugo Paternostro <paterno@dsi.unifi.it> Notes: svn path=/head/; revision=39144
* fix return type so that it returns both bytes (instead of just first)John-Mark Gurney1997-11-121-2/+2
| | | | | | | | Found-by: conrads@neosoft.com Fix-by: Luigi Notes: svn path=/head/; revision=31135
* this is an import of Sujal M. Petal's pnpinfo.. it includes modificationsJohn-Mark Gurney1997-09-194-0/+747
by Luigi Rizzo and myself... Notes: svn path=/vendor/pnpinfo/dist/; revision=29615