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