aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/pnp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* MFp4:Warner Losh2008-11-021-0/+2
* Fix an endianness issue in pnp_eisaformat(). This corrects printing PnP IDsMarius Strobl2005-09-281-1/+4
* Make the other pnp messages more explicit as well...Warner Losh2004-12-241-1/+1
* Note when we're done probing PNP. There's been several reports over theWarner Losh2004-12-241-0/+2
* Various style(9) items before of some more extensive work:Warner Losh2004-12-241-61/+57
* GC #if 0'd code. It can go away now...Warner Losh2004-12-241-94/+0
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Remove unused variable(s).Poul-Henning Kamp2003-05-311-3/+3
* Put an XXX: comment here to point out a couple of free() issues onPoul-Henning Kamp2002-10-161-0/+4
* Added some buggy PC-98 PnP cards support.Yoshihiro Takahashi2002-09-291-0/+40
* - Do not hang if the resource allocation fails.Seigo Tanimura2002-02-051-0/+2
* Handle "identifier strings" right. Each ISA PnP card must have aKazutaka YOKOTA2001-09-151-2/+12
* Rework the ISA PnP driver pnp and the PnP resource parser to fixKazutaka YOKOTA2001-09-051-19/+54
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Resolve the inconsistency between "the number of resources of a particularMike Smith2000-10-091-4/+24
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-0/+1
* Finally merge newmidi.Seigo Tanimura2000-07-111-5/+42
* * Add some verbose logging to the PnP parser and fix a couple of bugs.Doug Rabson1999-10-141-0/+18
* Factor out the PnP resource parser so that it can be re-used by pnpbiosDoug Rabson1999-10-091-234/+217
* Parse resource descriptions which don't have START_DEPENDANT tagsDoug Rabson1999-09-171-0/+6
* s/LOGIGAL/LOGICAL/Peter Wemm1999-09-021-1/+1
* This represents essentially a complete rewrite of the ISA PnP code. TheDoug Rabson1999-09-011-0/+761