diff options
Diffstat (limited to 'usr/src/man/man9f/csx_ModifyConfiguration.9f')
-rw-r--r-- | usr/src/man/man9f/csx_ModifyConfiguration.9f | 36 |
1 files changed, 2 insertions, 34 deletions
diff --git a/usr/src/man/man9f/csx_ModifyConfiguration.9f b/usr/src/man/man9f/csx_ModifyConfiguration.9f index fedbbfb6f0..ef403999b7 100644 --- a/usr/src/man/man9f/csx_ModifyConfiguration.9f +++ b/usr/src/man/man9f/csx_ModifyConfiguration.9f @@ -3,13 +3,13 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH csx_ModifyConfiguration 9F "19 Jul 1996" "SunOS 5.11" "Kernel Functions for Drivers" +.TH CSX_MODIFYCONFIGURATION 9F "Jul 19, 1996" .SH NAME csx_ModifyConfiguration \- modify socket and PC Card Configuration Register .SH SYNOPSIS .LP .nf -#include <sys/pccard.h> +#include <sys/pccard.h> @@ -23,23 +23,19 @@ Solaris \fBDDI \fRSpecific (Solaris \fBDDI) \fR .SH PARAMETERS .sp .ne 2 -.mk .na \fB\fIch\fR \fR .ad .RS 7n -.rt Client handle returned from \fBcsx_RegisterClient\fR(9F). .RE .sp .ne 2 -.mk .na \fB\fImc\fR \fR .ad .RS 7n -.rt Pointer to a \fBmodify_config_t\fR structure. .RE @@ -68,80 +64,66 @@ uint32_t Vpp2; /* Vpp2 value */ The fields are defined as follows: .sp .ne 2 -.mk .na \fB\fBSocket\fR \fR .ad .RS 15n -.rt Not used in Solaris, but for portability with other Card Services implementations, it should be set to the logical socket number. .RE .sp .ne 2 -.mk .na \fB\fBAttributes\fR \fR .ad .RS 15n -.rt This field is bit-mapped. The following bits are defined: .sp .ne 2 -.mk .na \fBCONF_ENABLE_IRQ_STEERING\fR .ad .RS 28n -.rt Enable IRQ steering. Set to connect the \fBPC \fRCard \fBIREQ \fRline to a previously selected system interrupt. .RE .sp .ne 2 -.mk .na \fBCONF_IRQ_CHANGE_VALID\fR .ad .RS 28n -.rt IRQ change valid. Set to request the \fBIRQ \fRsteering enable to be changed. .RE .sp .ne 2 -.mk .na \fBCONF_VPP1_CHANGE_VALID\fR .ad .RS 28n -.rt Vpp1 change valid. These bits are set to request a change to the corresponding voltage level for the \fBPC \fRCard. .RE .sp .ne 2 -.mk .na \fBCONF_VPP2_CHANGE_VALID\fR .ad .RS 28n -.rt Vpp2 change valid. These bits are set to request a change to the corresponding voltage level for the \fBPC \fRCard. .RE .sp .ne 2 -.mk .na \fBCONF_VSOVERRIDE\fR .ad .RS 28n -.rt Override VS pins. For Low Voltage keyed cards, must be set if a client desires to apply a voltage inappropriate for this card to any pin. After card insertion and prior to the first \fBcsx_RequestConfiguration\fR(9F) call for this client, @@ -153,12 +135,10 @@ Interface Specification. (See \fBWARNINGS\fR.) .sp .ne 2 -.mk .na \fB\fBVpp1\fR, \fBVpp2\fR\fR .ad .RS 15n -.rt Represent voltages expressed in tenths of a volt. Values from \fB0\fR to \fB25.5\fR volts may be set. To be valid, the exact voltage must be available from the system. To be compliant with the \fIPC Card 95 Standard, @@ -169,67 +149,55 @@ and \fBVpp\fR. (See \fBWARNINGS\fR.) .SH RETURN VALUES .sp .ne 2 -.mk .na \fB\fBCS_SUCCESS\fR \fR .ad .RS 28n -.rt Successful operation. .RE .sp .ne 2 -.mk .na \fB\fBCS_BAD_HANDLE\fR \fR .ad .RS 28n -.rt Client handle is invalid or \fBcsx_RequestConfiguration\fR(9F) not done. .RE .sp .ne 2 -.mk .na \fB\fBCS_BAD_SOCKET\fR \fR .ad .RS 28n -.rt Error getting/setting socket hardware parameters. .RE .sp .ne 2 -.mk .na \fB\fBCS_BAD_VPP\fR \fR .ad .RS 28n -.rt Requested \fBVpp\fR is not available on socket. .RE .sp .ne 2 -.mk .na \fB\fBCS_NO_CARD\fR \fR .ad .RS 28n -.rt No \fBPC \fRCard in socket. .RE .sp .ne 2 -.mk .na \fB\fBCS_UNSUPPORTED_FUNCTION\fR \fR .ad .RS 28n -.rt No \fBPCMCIA \fRhardware installed. .RE |