Lines Matching +full:sets +full:- +full:of +full:- +full:ports

1 .\" -*- nroff -*-
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\" notice, this list of conditions and the following disclaimer.
15 .\" notice, this list of conditions and the following disclaimer in the
20 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
56 This is an easy interface to the resource-management functions.
68 sets
73 to the default resource (see description of
77 sets
86 .Bl -item
89 is the device that requests ownership of the resource.
93 is the type of resource you want to allocate.
94 It is one of:
95 .Bl -tag -width SYS_RES_MEMORY
103 for I/O ports
110 For ISA this is an index into an array of resources that have been setup
112 For PCCARD, this is an index into the array of resources described by the PC Card's
122 are the start/end addresses of the resource.
123 If you specify values of 0ul for
132 is the size of the resource.
133 For example, the size of an I/O port is usually 1 byte (but some devices
139 then the default value of the bus is used if
146 sets the flags for the resource.
147 You can set one or more of these flags:
148 .Bl -tag -width RF_SHAREABLE
178 The values of
182 should be saved in the softc of the device after these calls.
183 .Bd -literal
202 .An -nosplit