aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/pnp.c
Commit message (Expand)AuthorAgeFilesLines
* 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