xref: /netbsd-src/share/man/man4/aq.4 (revision e6c7e151de239c49d2e38720a061ed9d1fa99309)
1.\"	$NetBSD: aq.4,v 1.3 2020/02/10 05:53:11 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 February 10, 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
43AQC107 10 Gigabit Network Adapter
44.It
45AQC108 5 Gigabit Network Adapter
46.It
47AQC109 2.5 Gigabit Network Adapter
48.It
49AQC111 5 Gigabit Network Adapter
50.It
51AQC112 2.5 Gigabit Network Adapter
52.It
53AQC107S 10 Gigabit Network Adapter
54.It
55AQC108S 5 Gigabit Network Adapter
56.It
57AQC109S 2.5 Gigabit Network Adapter
58.It
59AQC111S 5 Gigabit Network Adapter
60.It
61AQC112S 2.5 Gigabit Network Adapter
62.It
63D107 10 Gigabit Network Adapter
64.It
65D108 5 Gigabit Network Adapter
66.It
67D109 2.5 Gigabit Network Adapter
68.El
69.Sh SEE ALSO
70.Xr arp 4 ,
71.Xr ifmedia 4 ,
72.Xr netintro 4 ,
73.Xr pci 4 ,
74.Xr vlan 4 ,
75.Xr ifconfig 8
76.Sh HISTORY
77The
78.Nm
79driver first appeared in
80.Nx 10.0 ,
81and is based on the
82.Fx
83driver of the same name, but has been drastically rewritten by Ryo Shimizu.
84