Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly put macro args in (). | phk | 2002-10-16 | 1 | -1/+1 |
* | Rework the ISA PnP driver pnp and the PnP resource parser to fix | yokota | 2001-09-05 | 1 | -326/+497 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Ignore resources with a size of 0, as these are disabled (and we don't | msmith | 2000-11-07 | 1 | -0/+7 |
* | Finally merge newmidi. | tanimura | 2000-07-11 | 1 | -1/+4 |
* | Don't record an irq mask if its empty - it confuses the resource allocator. | dfr | 2000-06-25 | 1 | -1/+3 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 1 | -1/+0 |
* | Allow MAXDEP dependants, not MAXDEP-1. | dfr | 2000-04-04 | 1 | -1/+1 |
* | Don't use too-large stack buffers. | dfr | 2000-03-31 | 1 | -3/+16 |
* | Fixes to parse more complex ISA PnP configurations. | dfr | 2000-03-31 | 1 | -44/+74 |
* | Fix PnP memory range calculations. | dfr | 2000-03-31 | 1 | -5/+6 |
* | * Add some verbose logging to the PnP parser and fix a couple of bugs. | dfr | 1999-10-14 | 1 | -33/+166 |
* | Factor out the PnP resource parser so that it can be re-used by pnpbios | dfr | 1999-10-09 | 1 | -0/+246 |