History log of /haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/if_rge.c
Revision Date Author Comments
# 0ec6e1ce 05-May-2024 Murai Takashi <tmurai01@gmail.com>

rtl8125: Fix -Wreturn-mismatch

gcc14 seems treat return type mismatch as error.

Change-Id: I4cf2955a5813f4913204900f7974d9a58394319d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7639
Haiku-Format: Haiku-format Bot <no-reply+haikuformatbot@haiku-os.org>
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>


# da49d61c 27-Jan-2023 Augustin Cavalier <waddlesplash@gmail.com>

rtl8125: Modifications and additions to make it compile.

Tested by andreasdr and confirmed to work. Thanks!

Fixes #17835.

Change-Id: Ied6dd316741b9f0451fc0aeda69abdf9d8a5fb43
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6042
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 4a509666 27-Jan-2023 Augustin Cavalier <waddlesplash@gmail.com>

rtl8125: Import (rge from OpenBSD.)

Just a straight code import, various things need to be done before
it will compile and actually work.

Change-Id: Ibb3629a14067d350d58e2066bafc64a901d6a85e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6040
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>