xref: /netbsd-src/share/man/man4/aq.4 (revision 82d56013d7b633d116a93943de88e08335357a7c)
1.\"	$NetBSD: aq.4,v 1.4 2020/04/24 04:37:27 ryo Exp $
2.\"
3.\" Copyright (c) 2020 Ryo Shimizu <ryo@nerv.org>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18.\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
19.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
23.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
24.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE.
26.\"
27.Dd April 24, 2020
28.Dt AQ 4
29.Os
30.Sh NAME
31.Nm aq
32.Nd Aquantia AQC multigigabit Network driver
33.Sh SYNOPSIS
34.Cd "aq* at pci? dev ? function ?"
35.Sh DESCRIPTION
36The
37.Nm
38driver supports Aquantia AQC series controllers.
39Supported controllers include:
40.Pp
41.Bl -bullet -compact
42.It
43AQC100 10 Gigabit Network Adapter
44.It
45AQC107 10 Gigabit Network Adapter
46.It
47AQC108 5 Gigabit Network Adapter
48.It
49AQC109 2.5 Gigabit Network Adapter
50.It
51AQC111 5 Gigabit Network Adapter
52.It
53AQC112 2.5 Gigabit Network Adapter
54.It
55AQC100S 10 Gigabit Network Adapter
56.It
57AQC107S 10 Gigabit Network Adapter
58.It
59AQC108S 5 Gigabit Network Adapter
60.It
61AQC109S 2.5 Gigabit Network Adapter
62.It
63AQC111S 5 Gigabit Network Adapter
64.It
65AQC112S 2.5 Gigabit Network Adapter
66.It
67D100 10 Gigabit Network Adapter
68.It
69D107 10 Gigabit Network Adapter
70.It
71D108 5 Gigabit Network Adapter
72.It
73D109 2.5 Gigabit Network Adapter
74.El
75.Sh SEE ALSO
76.Xr arp 4 ,
77.Xr ifmedia 4 ,
78.Xr netintro 4 ,
79.Xr pci 4 ,
80.Xr vlan 4 ,
81.Xr ifconfig 8
82.Sh HISTORY
83The
84.Nm
85driver first appeared in
86.Nx 10.0 ,
87and is based on the
88.Fx
89driver of the same name, but has been drastically rewritten by Ryo Shimizu.
90