History log of /haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/if_nfe.c
Revision Date Author Comments
# 10f4c2bd 10-Jun-2022 Augustin Cavalier <waddlesplash@gmail.com>

Revert "nforce: Disable MTU changes."

This reverts commit 25742b78fb8de17c76b0c8dfefa34441c9a88e95.

It was confirmed the MTU change introduction was unrelated to the
problems seen in this ticket.


# 25742b78 06-Jun-2022 Augustin Cavalier <waddlesplash@gmail.com>

nforce: Disable MTU changes.

Strange KDLs showed up on at least one system with this driver after
the enabling of jumbo frames, so it seems probable that was the cause.
Disable MTU changes to hopefully prevent this problem for now.

Should hopefully stop #17766.


# cbe0a0c4 21-Oct-2021 Augustin Cavalier <waddlesplash@gmail.com>

drivers/network: Move ethernet drivers to an "ether" subdirectory.

Now that there is also a "tap" driver in here, and the WiFi drivers
are also in a subdirectory, moving the physical ethernet device drivers
to a subdirectory also makes sense.

(Briefly) discussed on the mailing lists.