Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: msaitoh
Date: Fri Oct 20 10:09:44 UTC 2023
Modified Files:
src/share/man/man4: eqos.4
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC
src/sys/dev/pci: files.pci
Added Files:
src/sys/dev/pci: if_eqos_pci.c
Log Message:
eqos(4): Add initial support for Intel Elkhart Lake internal Ethernet devices.
- Only tested on PSE SGMII 1G Ethernet MAC with MaxLinear GPY115.
- I don't know why dmat64 doesn't work. eqos_attach() have a special
code if EQOS_HW_FEATURE_ADDR64_32BIT(sc) is true, but it seems it doesn't
work.
- TODO:
Multiqueue support.
Detach support.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/eqos.4
cvs rdiff -u -r1.606 -r1.607 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1250 -r1.1251 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.447 -r1.448 src/sys/dev/pci/files.pci
cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/if_eqos_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index