XE(4) | Device Drivers Manual | XE(4) |
xe
— Xircom PCMCIA
Ethernet device driver
To compile this driver into the kernel, place the following line in your kernel configuration file:
device xe
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_xe_load="YES"
The xe
driver is not present in
FreeBSD 13.0 and later. See
https://github.com/freebsd/fcp/blob/master/fcp-0101.md for more
information.
The xe
driver supports PCMCIA Ethernet
adapters based on Xircom CE2- and CE3-class hardware. This includes devices
made by Xircom along with various OEM manufacturers.
Please note that the xe
driver only
supports PCMCIA cards and their Ethernet functions.
xe
does not support the on-board modem device
located on some version of the Ethernet/modem combo cards. In particular,
Xircom RealPort2 cards are not supported by this driver.
The xe
driver supports the following media
types:
autoselect
10Base2/BNC
10BaseT/UTP
100BaseTX
Note that 100BaseTX operation is not available on CE2-class cards, while the 10Base2/BNC mode is only available on CE2-class cards. Full-duplex operation is currently not supported. For more information on configuring network interface devices, see ifconfig(8).
The xe
driver supports the following
cards:
Other similar devices using the same hardware may also be supported.
The xe
driver first appeared in
FreeBSD 3.3.
The xe
device driver was written by
Scott Mitchell
<rsm@FreeBSD.org>.
This manual page was written by Scott Mitchell
<rsm@FreeBSD.org>, and
Tom Rhodes
<trhodes@FreeBSD.org>.
Supported devices will fail to attach on some machines using the NEWCARD PC Card framework.
Automatic media selection is usually unreliable.
October 24 2018 | Debian |