History log of /openbsd-src/sys/dev/pci/igc_api.h (Results 1 – 3 of 3)
Revision Date Author Comments
# 3b70601b 09-Jun-2024 jsg <jsg@openbsd.org>

remove prototypes with no matching function


# 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@