Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement SIOCGIFSFFPAGE so ifconfig can get transceiver info. | 2019-04-24 | 1 | -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. | 2019-03-15 | 1 | -4/+1 | |
| | | | | ok deraadt@ | ||||
* | Add bnxt(4), a driver for Broadcom NetXtreme-C/E 10G+ ethernet. | 2018-07-09 | 1 | -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@ |