summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_rman.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that we record the flags in all cases.dfr1999-06-261-2/+2
| | | | | Submitted by: Bernd Walter <ticso@cicely.de> PR: kern/12399
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-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.eivind1999-04-111-2/+2
|
* Fix a bug which prevented more than two clients from sharing a resource.dfr1999-03-291-2/+2
|
* Ifdefed conditionally used simplock variables.bde1999-01-021-1/+3
|
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
| | | | and local variables, goto labels, and functions declared but not defined.
* Fixed a missing include. `SYSININT(...);' garbage in gave null garbage out.bde1998-11-231-1/+2
|
* The new resource manager, hopefully in a reasonably stable form.wollman1998-10-291-0/+589
OpenPOWER on IntegriCloud