CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/10/11 06:52:01
Modified files:
sys/arch/amd64/conf: GENERIC
sys/dev/ic : dwqe.c dwqevar.h
sys/dev/pci : files.pci
Added files:
sys/dev/pci : if_dwqe_pci.c
Log message:
Add initial support for Elkhart Lake ethernet to dwqe(4).
For now, only attach to PSE0/RGMII (device ID 0x4ba0) which is the
only device I have access to for testing.
There is a known problem where Tx throughput is lower than expected.
This is being looked into.
ok kettenis@