1 .\" Copyright (c) 1997, 1998, 1999, 2000-2003
2 .\" Bill Paul <wpaul@windriver.com>. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\" must display the following acknowledgement:
14 .\" This product includes software developed by Bill Paul.
15 .\" 4. Neither the name of the author nor the names of any co-contributors
16 .\" may be used to endorse or promote products derived from this software
17 .\" without specific prior written permission.
19 .\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
23 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29 .\" THE POSSIBILITY OF SUCH DAMAGE.
31 .\" $FreeBSD: head/share/man/man4/axge.4 267938 2014-06-26 21:46:14Z bapt $
38 .Nd "ASIX Electronics AX88178A/AX88179 USB Gigabit Ethernet driver"
40 To compile this driver into the kernel,
41 place the following lines in your
42 kernel configuration file:
43 .Bd -ragged -offset indent
53 Alternatively, to load the driver as a
54 module at boot time, place the following line in
56 .Bd -literal -offset indent
62 driver provides support for USB Gigabit Ethernet adapters based on the ASIX
63 Electronics AX88179 USB 3.0 and AX88178A USB 2.0 chipsets.
65 The AX88179 and AX88178A contain a 10/100/1000 Ethernet MAC with a GMII
66 interface for interfacing with the Gigabit Ethernet PHY.
68 These devices will operate with both USB 1.x and USB 2.0 controllers, and the
69 AX88179 will operate with USB 3.0 controllers.
70 Packets are received and transmitted over separate USB bulk transfer endpoints.
74 driver supports the following media types:
75 .Bl -tag -width ".Cm 10baseT/UTP"
77 Enable autoselection of the media type and options.
78 The user can manually override
79 the autoselected mode by adding media options to
86 option can also be used to select either
92 Set 100Mbps (Fast Ethernet) operation.
96 option can also be used to select either
102 Set 1000Mbps (Gigabit Ethernet) operation (AX88178 only).
106 option can also be used to select either
115 driver supports the following media options:
116 .Bl -tag -width ".Cm full-duplex"
118 Force full duplex operation.
120 Force half duplex operation.
123 For more information on configuring this device, see
138 device driver first appeared in
144 driver was written by
145 .An Kevin Lo Aq Mt kevlo@FreeBSD.org
147 .An Li-Wen Hsu Aq Mt lwhsu@FreeBSD.org .
148 This manual page was adapted by
149 .An Mark Johnston Aq Mt markj@FreeBSD.org