diff options
Diffstat (limited to 'usr/src/man/man7d/ehci.7d')
| -rw-r--r-- | usr/src/man/man7d/ehci.7d | 37 |
1 files changed, 8 insertions, 29 deletions
diff --git a/usr/src/man/man7d/ehci.7d b/usr/src/man/man7d/ehci.7d index b1de7dd933..618a1562ea 100644 --- a/usr/src/man/man7d/ehci.7d +++ b/usr/src/man/man7d/ehci.7d @@ -3,7 +3,7 @@ .\" 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 ehci 7D "13 April 2006" "SunOS 5.11" "Devices" +.TH EHCI 7D "Apr 13, 2006" .SH NAME ehci \- Enhanced host controller driver .SH SYNOPSIS @@ -41,45 +41,37 @@ The \fBehci\fR supports bulk, interrupt, control and iso chronous transfers .SH FILES .sp .ne 2 -.mk .na \fB\fB/kernel/drv/ehci\fR\fR .ad .RS 28n -.rt 32-bit ELF 86 kernel module .RE .sp .ne 2 -.mk .na \fB\fB/kernel/drv/sparcv9/ehci\fR\fR .ad .RS 28n -.rt 64-bit SPARC ELF kernel module .RE .sp .ne 2 -.mk .na \fB\fB/kernel/drv/amd64/ehci\fR\fR .ad .RS 28n -.rt 64-bit x86 ELF kernel module .RE .sp .ne 2 -.mk .na \fB\fB/kernel/drv/ehci.conf\fR\fR .ad .RS 28n -.rt Driver configuration file .RE @@ -91,13 +83,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -ArchitectureSPARC, x86, PCI-based systems +Architecture SPARC, x86, PCI-based systems .TE .SH SEE ALSO @@ -145,7 +136,6 @@ WARNING: <device path> (ehci<instance number>): Message... .sp .ne 2 -.mk .na \fBUnrecoverable USB hardware error.\fR .ad @@ -158,7 +148,6 @@ vendor. .sp .ne 2 -.mk .na \fBNo SOF interrupts.\fR .ad @@ -173,7 +162,6 @@ No SOF interrupts have been received. This USB EHCI controller is unusable. .sp .ne 2 -.mk .na \fBError recovery failure: Please hotplug the 2.0 hub at <device path>.\fR .ad @@ -185,7 +173,6 @@ external USB2.0 hub. .sp .ne 2 -.mk .na \fBRevision<xx> is not supported.\fR .ad @@ -208,7 +195,6 @@ in the following manner: .sp .ne 2 -.mk .na \fBUnable to take control from BIOS. Failure is ignored.\fR .ad @@ -221,7 +207,6 @@ comment out a property in ehci.conf. (x86 only). .sp .ne 2 -.mk .na \fBUnable to take control from BIOS.\fR .ad @@ -236,7 +221,6 @@ disable a property in \fBehci.conf\fR to ignore this failure. (x86 only.) .sp .ne 2 -.mk .na \fBLow speed device is not supported.\fR .ad @@ -254,7 +238,6 @@ available. Therefore, low and full speed devices are not supported. .sp .ne 2 -.mk .na \fBLow speed endpoint's poll interval of <n> ms is below threshold. Rounding up to 8 ms.\fR @@ -268,7 +251,6 @@ If a device reports a polling interval that is less than 8 ms, the driver uses .sp .ne 2 -.mk .na \fBLow speed endpoint's poll interval is greater than 255 ms.\fR .ad @@ -280,7 +262,6 @@ does not allocate bandwidth for this device. This device is not usable. .sp .ne 2 -.mk .na \fBFull speed endpoint's poll interval must be between 1 and 255 ms.\fR .ad @@ -292,7 +273,6 @@ does not allocate bandwidth for this device. This device is not usable. .sp .ne 2 -.mk .na \fBHigh speed endpoint's poll interval must be between 1 and 16 units.\fR .ad @@ -305,7 +285,6 @@ Refer to the USB specification, revision 2.0 for the unit definition. .sp .ne 2 -.mk .na \fBehci_modify_qh_status_bit: Failed to halt qh=<address>.\fR .ad @@ -336,9 +315,9 @@ suppport, a new, more specific driver alias (refer to \fBadd_drv\fR(1M) and .in +2 .nf # prtconf -vp | grep pciclass,0c0320 - compatible: 'pci1106,3104.1106.3104.2063' + + compatible: 'pci1106,3104.1106.3104.2063' + \&'pci1106,3104.1106.3104' + 'pci1106,3104' + - pci1106,3104.2063' + 'pci1106,3104' + 'pciclass,0c0320' + + pci1106,3104.2063' + 'pci1106,3104' + 'pciclass,0c0320' + \&'pciclass,0c03' .... |
