summaryrefslogtreecommitdiffstats
path: root/sys/isa/pnpparse.c
Commit message (Expand)AuthorAgeFilesLines
* Be consistent with the spelling of "dependent" in user-visible places.ceri2006-12-301-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Properly put macro args in ().phk2002-10-161-1/+1
* Rework the ISA PnP driver pnp and the PnP resource parser to fixyokota2001-09-051-326/+497
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Ignore resources with a size of 0, as these are disabled (and we don'tmsmith2000-11-071-0/+7
* Finally merge newmidi.tanimura2000-07-111-1/+4
* Don't record an irq mask if its empty - it confuses the resource allocator.dfr2000-06-251-1/+3
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Allow MAXDEP dependants, not MAXDEP-1.dfr2000-04-041-1/+1
* Don't use too-large stack buffers.dfr2000-03-311-3/+16
* Fixes to parse more complex ISA PnP configurations.dfr2000-03-311-44/+74
* Fix PnP memory range calculations.dfr2000-03-311-5/+6
* * Add some verbose logging to the PnP parser and fix a couple of bugs.dfr1999-10-141-33/+166
* Factor out the PnP resource parser so that it can be re-used by pnpbiosdfr1999-10-091-0/+246
OpenPOWER on IntegriCloud