aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/rman.h
Commit message (Expand)AuthorAgeFilesLines
* Soften __RMAN_RESOURCE_VISIBLE a little: expose rman and theWarner Losh2004-07-011-6/+7
* Hide struct resource and struct rman. You must defineWarner Losh2004-06-301-0/+6
* Include <machine/bus.h> and <machine/resource.h> here (only in theWarner Losh2004-05-301-0/+3
* Implement rman_get_deviceWarner Losh2003-02-121-0/+1
* Make the rman_{get,set}_* macros into real functions. The macrosWarner Losh2002-11-271-10/+13
* Add a rman_reserve_resource_bound() function that takes an additionalThomas Moestl2001-12-211-0/+3
* style(9) the structure definitions.David E. O'Brien2001-09-051-3/+3
* Part two of this NEWCARD update:Jonathan Chen2001-08-271-0/+1
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-241-1/+1
* In preparation for deprecating CIRCLEQ macros in favor of TAILQKirk McKusick2000-11-141-2/+2
* Fix a reference to ``Standard C'' to refer specifically to the 1990 version;Garrett Wollman2000-11-091-1/+4
* Implement a trivial but effective interface for obtaining the kernel'sMike Smith2000-11-091-17/+44
* Add rman_get_size(), which does what you would expect.Matthew N. Dodd2000-10-171-0/+1
* Implement resource alignment as discussed in arch@ a long time ago.Warner Losh2000-10-171-0/+7
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-6/+6
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-6/+6
* Remove RF_PCCARD_ATTR. I should have done this before 4.0. It isn't partWarner Losh2000-04-171-2/+0
* Add new resource flag type: RF_PCCARD_ATTR for pccard's attribute memory.Warner Losh2000-01-101-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-1/+10
* The new resource manager, hopefully in a reasonably stable form.Garrett Wollman1998-10-291-0/+97