Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Add some verbose logging to the PnP parser and fix a couple of bugs. | dfr | 1999-10-14 | 1 | -0/+18 |
| | | | | | | | | | | | * Move pnp_eisaformat() to pnp.c, declared in <isa/pnpvar.h>. * Turn the pnpbios code into an enumerator for the isa bus. This allows all devices known to the bios to be probed automatically. Currently the pnpbios code is dependant on the PNPBIOS option. As the code is tested more and when more drivers are converted this will be made the default. I have PnP changes in the wings for fdc, atkbd, psm, pcaudio, and joy. Sio already works with pnpbios. | ||||
* | Factor out the PnP resource parser so that it can be re-used by pnpbios | dfr | 1999-10-09 | 1 | -234/+217 |
| | | | | | | and acpi. Reviewed by: msmith | ||||
* | Parse resource descriptions which don't have START_DEPENDANT tags | dfr | 1999-09-17 | 1 | -0/+6 |
| | | | | | correctly. This fixes resource allocation for various PnP ed cards but there are other problems which prevent that driver from working right. | ||||
* | s/LOGIGAL/LOGICAL/ | peter | 1999-09-02 | 1 | -1/+1 |
| | |||||
* | This represents essentially a complete rewrite of the ISA PnP code. The | dfr | 1999-09-01 | 1 | -0/+761 |
new system is integrated with the ISA bus code more cleanly and allows the future addition of more enumerators such as PnPBIOS and ACPI. This commit also enables the new pcm driver since it is somewhat tied to the new PnP code. |