CVSROOT: /cvs Module name: src Changes by: ke...@cvs.openbsd.org 2021/03/29 18:55:09
Modified files: sys/dev/pci : if_rge.c if_rgereg.h Log message: Move tx/rx descriptors into their own structs. This is a first step toward making rge work with multiple queues and interrupts. Only one queue is currently used. While here, update the RTL8125B microcode. ok jmatthew@