aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/pnpparse.c
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/isa: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Be consistent with the spelling of "dependent" in user-visible places.Ceri Davies2006-12-301-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Properly put macro args in ().Poul-Henning Kamp2002-10-161-1/+1
* Rework the ISA PnP driver pnp and the PnP resource parser to fixKazutaka YOKOTA2001-09-051-326/+497
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Ignore resources with a size of 0, as these are disabled (and we don'tMike Smith2000-11-071-0/+7
* Finally merge newmidi.Seigo Tanimura2000-07-111-1/+4
* Don't record an irq mask if its empty - it confuses the resource allocator.Doug Rabson2000-06-251-1/+3
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Allow MAXDEP dependants, not MAXDEP-1.Doug Rabson2000-04-041-1/+1
* Don't use too-large stack buffers.Doug Rabson2000-03-311-3/+16
* Fixes to parse more complex ISA PnP configurations.Doug Rabson2000-03-311-44/+74
* Fix PnP memory range calculations.Doug Rabson2000-03-311-5/+6
* * Add some verbose logging to the PnP parser and fix a couple of bugs.Doug Rabson1999-10-141-33/+166
* Factor out the PnP resource parser so that it can be re-used by pnpbiosDoug Rabson1999-10-091-0/+246