]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/xe.4
This commit was generated by cvs2svn to compensate for changes in r125820,
[FreeBSD/FreeBSD.git] / share / man / man4 / xe.4
1 .\"
2 .\" Copyright (c) 2003 Tom Rhodes
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\"
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 .\" SUCH DAMAGE.
25 .\"
26 .\" $FreeBSD$
27 .\"
28 .Dd November 04, 2003
29 .Dt XE 4
30 .Os
31 .Sh NAME
32 .Nm xe
33 .Nd Xircom PCMCIA Ethernet device driver
34 .Sh SYNOPSIS
35 .Cd "device xe"
36 .Sh DESCRIPTION
37 The
38 .Nm
39 driver supports
40 .Tn PCMCIA
41 Ethernet adapters based on Xircom CE2- and CE3-class hardware.
42 This includes devices made by Xircom along with
43 various
44 .Tn OEM
45 manufacturers.
46 The following cards are supported:
47 .Pp
48 .Bl -bullet -compact -offset -indent
49 .It
50 Xircom CreditCard Ethernet (PS-CE2-10)
51 .It
52 Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28)
53 .It
54 Xircom CreditCard Ethernet + Modem 33 (CEM33)
55 .It
56 Xircom CreditCard 10/100 (CE3, CE3B)
57 .It
58 Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56)
59 .It
60 Xircom RealPort Ethernet 10 (RE10)
61 .It
62 Xircom RealPort Ethernet 10/100 (RE100)
63 .It
64 Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G)
65 .It
66 Accton Fast EtherCard-16 (EN2226)
67 .It
68 Compaq Netelligent 10/100 PC Card (CPQ-10/100)
69 .It
70 Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A)
71 .El
72 Other similar devices using the same hardware may also be supported.
73 .Pp
74 Please note that the
75 .Nm
76 driver only supports
77 .Tn PCMCIA
78 cards and their Ethernet functions.
79 .Nm
80 does not support the on-board modem device located on some
81 version of the Ethernet/modem combo cards.
82 In particular, Xircom RealPort2 cards are not supported by this driver.
83 .Pp
84 The
85 .Nm
86 driver supports the following media types:
87 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
88 .It autoselect
89 Enable autoselection of media type and options.
90 .It 10Base2/BNC
91 Select 10Mbps operation on a BNC coaxial connector.
92 .It 10BaseT/UTP
93 Select 10Mbps operation on a RJ-45 connector.
94 .It 100BaseTX
95 Select 100Mbps operation.
96 .El
97 .Pp
98 Note that 100BaseTX operation is not available on CE2-class cards,
99 while the 10Base2/BNC mode is only available on CE2-class cards.
100 .Ar Full-duplex
101 operation is currently not supported.
102 For more information on configuring network interface devices,
103 see
104 .Xr ifconfig 8 .
105 .Sh DIAGNOSTICS
106 .Bl -diag
107 .It "xe%d: Cannot allocate ioport"
108 .It "xe%d: Cannot allocate irq"
109 A fatal initialization error occurred while attempting to allocate
110 system resources for the card.
111 .It "xe%d: Unable to fix your %s combo card"
112 A fatal initialization error occurred while attempting to attach an
113 Ethernet/modem combo card.
114 .It "xe%d: watchdog timeout: resetting card"
115 The card failed to generate an interrupt acknowledging a
116 transmitted packet.
117 May indicate a
118 .Tn PCMCIA
119 configuration problem.
120 .It "xe%d: no carrier"
121 The card has lost all contact with the network; this
122 usually indicates a cable problem.
123 .El
124 .Sh SEE ALSO
125 .Xr pccard 4 ,
126 .Xr ifconfig 8
127 .Sh HISTORY
128 The
129 .Nm
130 driver first appeared in
131 .Fx 3.3 .
132 .Sh AUTHORS
133 The
134 .Nm
135 device driver was written by
136 .An Scott Mitchell Aq rsm@FreeBSD.org .
137 This manual page was written by
138 .An -nosplit
139 .An Scott Mitchell Aq rsm@FreeBSD.org ,
140 and
141 .An Tom Rhodes Aq trhodes@FreeBSD.org .
142 .Sh BUGS
143 Supported devices will fail to attach on some machines using the
144 .Tn NEWCARD
145 .Tn PC
146 Card framework.
147 .Pp
148 Automatic media selection is usually unreliable.