History log of /openbsd-src/sys/dev/pci/igc_phy.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 249b931f 03-Feb-2023 mbuhl <mbuhl@openbsd.org>

Remove PHY ID checks. The Linux driver is no longer checking for
the PHY ID because there is only one venor.
ok kevlo@


# b7fccf02 11-May-2022 kevlo <kevlo@openbsd.org>

Use hardware routine for PHY reset and always accept the PHY that's present.

The previously used software reset routine wasn't sufficient to reset the PHY
if the bootloader hadn't left the device in

Use hardware routine for PHY reset and always accept the PHY that's present.

The previously used software reset routine wasn't sufficient to reset the PHY
if the bootloader hadn't left the device in an initialized state.
From FreeBSD.

Bug reported and the fix tested by daniel@

show more ...


# 83306792 31-Oct-2021 patrick <patrick@openbsd.org>

Add igc(4), a driver for the Intel 2.5Gb Ethernet controllers.

Ported by kevlo@
ok jmatthew@