summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_bnxtreg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implement SIOCGIFSFFPAGE so ifconfig can get transceiver info.jmatthew2019-04-241-1/+67
| | | | | | | the controller has an i2c read operation that's almost exactly what we want, except it only does 64 bytes at a time, so this is pretty simple. ok dlg@
* Remove FBSDID.kevlo2019-03-151-4/+1
| | | | ok deraadt@
* Add bnxt(4), a driver for Broadcom NetXtreme-C/E 10G+ ethernet.jmatthew2018-07-091-0/+30386
Sort of a port from freebsd, but I had to write all the interesting bits myself. Not very complete yet, but good enough to commit over. ok kettenis@ deraadt@