Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure that we record the flags in all cases. | dfr | 1999-06-26 | 1 | -2/+2 |
| | | | | | Submitted by: Bernd Walter <ticso@cicely.de> PR: kern/12399 | ||||
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -9/+30 |
| | | | | | | | | | | | | | | | | | | i386 platform boots, it is no longer ISA-centric, and is fully dynamic. Most old drivers compile and run without modification via 'compatability shims' to enable a smoother transition. eisa, isapnp and pccard* are not yet using the new resource manager. Once fully converted, all drivers will be loadable, including PCI and ISA. (Some other changes appear to have snuck in, including a port of Soren's ATA driver to the Alpha. Soren, back this out if you need to.) This is a checkpoint of work-in-progress, but is quite functional. The bulk of the work was done over the last few years by Doug Rabson and Garrett Wollman. Approved by: core | ||||
* | Staticize. | eivind | 1999-04-11 | 1 | -2/+2 |
| | |||||
* | Fix a bug which prevented more than two clients from sharing a resource. | dfr | 1999-03-29 | 1 | -2/+2 |
| | |||||
* | Ifdefed conditionally used simplock variables. | bde | 1999-01-02 | 1 | -1/+3 |
| | |||||
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |
| | | | | and local variables, goto labels, and functions declared but not defined. | ||||
* | Fixed a missing include. `SYSININT(...);' garbage in gave null garbage out. | bde | 1998-11-23 | 1 | -1/+2 |
| | |||||
* | The new resource manager, hopefully in a reasonably stable form. | wollman | 1998-10-29 | 1 | -0/+589 |