1.\" $OpenBSD: bnxt.4,v 1.2 2018/08/31 22:35:01 jmatthew Exp $ 2.\" 3.\" Copyright (c) 2018 Jonathan Matthew <jmatthew@openbsd.org> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: August 31 2018 $ 18.Dt BNXT 4 19.Os 20.Sh NAME 21.Nm bnxt 22.Nd Broadcom NetXtreme-C/E 10/25/40/50Gb Ethernet device 23.Sh SYNOPSIS 24.Cd "bnxt* at pci?" 25.Sh DESCRIPTION 26The 27.Nm 28driver supports the Broadcom NetXtreme-C/E PCI Express Ethernet 29adapters based on the Broadcom BCM573xx and BCM574xx chipsets, 30including the following: 31.Pp 32.Bl -bullet -offset indent -compact 33.It 34Broadcom P150c Adapter (10/25/40/50Gb QSFP28) 35.It 36Broadcom P150p Adapter (10/25/40/50Gb QSFP28) 37.It 38Broadcom P210c Adapter (10Gb SFP+) 39.It 40Broadcom P210p Adapter (10Gb SFP+) 41.It 42Broadcom P210tp Adapter (10GBASE-T) 43.It 44Broadcom P255c Adapter (10/25Gb QSFP28) 45.It 46Broadcom P255p Adapter (10/25Gb SFP28) 47.El 48.Pp 49Adapters based on these chipsets are also available as LOM/Mezzanine 50options for Dell, Lenovo, HPE and Supermicro servers. 51.Sh SEE ALSO 52.Xr arp 4 , 53.Xr ifmedia 4 , 54.Xr intro 4 , 55.Xr netintro 4 , 56.Xr pci 4 , 57.Xr hostname.if 5 , 58.Xr ifconfig 8 59.Sh HISTORY 60The 61.Nm 62driver first appeared in 63.Ox 6.4 . 64.Sh AUTHORS 65.An -nosplit 66The 67.Nm 68driver was written by 69.An Jonathan Matthew Aq Mt jmatthew@openbsd.org . 70