Deleted Added
full compact
xe.4 (131468) xe.4 (131570)
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 unchanged lines hidden (view full) ---

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.\"
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 unchanged lines hidden (view full) ---

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: head/share/man/man4/xe.4 131468 2004-07-02 18:00:03Z ru $
26.\" $FreeBSD: head/share/man/man4/xe.4 131570 2004-07-04 14:17:41Z simon $
27.\"
27.\"
28.Dd November 4, 2003
28.Dd July 4, 2004
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
37The
38.Nm
39driver supports
40.Tn PCMCIA
41Ethernet adapters based on Xircom CE2- and CE3-class hardware.
42This includes devices made by Xircom along with
43various
44.Tn OEM
45manufacturers.
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
37The
38.Nm
39driver supports
40.Tn PCMCIA
41Ethernet adapters based on Xircom CE2- and CE3-class hardware.
42This includes devices made by Xircom along with
43various
44.Tn OEM
45manufacturers.
46The following cards are supported:
47.Pp
46.Pp
48.Bl -bullet -compact -offset -indent
49.It
50Xircom CreditCard Ethernet (PS-CE2-10)
51.It
52Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28)
53.It
54Xircom CreditCard Ethernet + Modem 33 (CEM33)
55.It
56Xircom CreditCard 10/100 (CE3, CE3B)
57.It
58Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56)
59.It
60Xircom RealPort Ethernet 10 (RE10)
61.It
62Xircom RealPort Ethernet 10/100 (RE100)
63.It
64Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G)
65.It
66Accton Fast EtherCard-16 (EN2226)
67.It
68Compaq Netelligent 10/100 PC Card (CPQ-10/100)
69.It
70Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A)
71.El
72Other similar devices using the same hardware may also be supported.
73.Pp
74Please note that the
75.Nm
76driver only supports
77.Tn PCMCIA
78cards and their Ethernet functions.
79.Nm
80does not support the on-board modem device located on some
81version of the Ethernet/modem combo cards.

--- 15 unchanged lines hidden (view full) ---

97.Pp
98Note that 100BaseTX operation is not available on CE2-class cards,
99while the 10Base2/BNC mode is only available on CE2-class cards.
100.Ar Full-duplex
101operation is currently not supported.
102For more information on configuring network interface devices,
103see
104.Xr ifconfig 8 .
47Please note that the
48.Nm
49driver only supports
50.Tn PCMCIA
51cards and their Ethernet functions.
52.Nm
53does not support the on-board modem device located on some
54version of the Ethernet/modem combo cards.

--- 15 unchanged lines hidden (view full) ---

70.Pp
71Note that 100BaseTX operation is not available on CE2-class cards,
72while the 10Base2/BNC mode is only available on CE2-class cards.
73.Ar Full-duplex
74operation is currently not supported.
75For more information on configuring network interface devices,
76see
77.Xr ifconfig 8 .
78.Sh HARDWARE
79The
80.Nm
81driver supports the following cards:
82.Pp
83.Bl -bullet -compact -offset -indent
84.It
85Xircom CreditCard Ethernet (PS-CE2-10)
86.It
87Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28)
88.It
89Xircom CreditCard Ethernet + Modem 33 (CEM33)
90.It
91Xircom CreditCard 10/100 (CE3, CE3B)
92.It
93Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56)
94.It
95Xircom RealPort Ethernet 10 (RE10)
96.It
97Xircom RealPort Ethernet 10/100 (RE100)
98.It
99Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G)
100.It
101Accton Fast EtherCard-16 (EN2226)
102.It
103Compaq Netelligent 10/100 PC Card (CPQ-10/100)
104.It
105Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A)
106.El
107.Pp
108Other similar devices using the same hardware may also be supported.
105.Sh DIAGNOSTICS
106.Bl -diag
107.It "xe%d: Cannot allocate ioport"
108.It "xe%d: Cannot allocate irq"
109A fatal initialization error occurred while attempting to allocate
110system resources for the card.
111.It "xe%d: Unable to fix your %s combo card"
112A fatal initialization error occurred while attempting to attach an

--- 36 unchanged lines hidden ---
109.Sh DIAGNOSTICS
110.Bl -diag
111.It "xe%d: Cannot allocate ioport"
112.It "xe%d: Cannot allocate irq"
113A fatal initialization error occurred while attempting to allocate
114system resources for the card.
115.It "xe%d: Unable to fix your %s combo card"
116A fatal initialization error occurred while attempting to attach an

--- 36 unchanged lines hidden ---