summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_rgereg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Wake on LAN support to rge(4).kevlo2020-12-241-1/+9
| | | | Tested by otto@ and myself.
* Enabling RGE_ISR_RX_DESC_UNAVAIL causes an interrupt storm, so disableotto2020-11-221-2/+2
| | | | until the root cause is found. ok kevlo@ kettenis@
* Update the RTL8125B microcode and use ifiq_input and its return value tokevlo2020-10-311-12/+18
| | | | apply backpressure to rxrs.
* Set the maximum frame size to RGE_JUMBO_FRAMELEN.kevlo2020-10-121-2/+1
| | | | | From Brad. Tweak by myself.
* Add support for newer RTL8125 chipset (RTL8125B).kevlo2020-07-221-158/+3250
| | | | | | Tested for on a TP-LINK TL-NG421. ok jmatthew@
* Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb Ethernetkevlo2019-11-181-0/+1863
device. "just commit!" deraadt@ "looks good to me" jmatthew@