History log of /src/sys/dev/pci/if_eqos_pci.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.4 19-Dec-2023 skrll

Remove unnecessary #include


Revision tags: thorpej-ifq-base thorpej-altq-separation-base
# 1.3 31-Oct-2023 msaitoh

branches: 1.3.2;
eqos_pci: Limit to 32bit DMA only for PSE devices.


# 1.2 26-Oct-2023 msaitoh

eqos(4): Set TX/RX DMA burst length to improve performance.


# 1.1 20-Oct-2023 msaitoh

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.