History log of /haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/if_fxpvar.h
Revision Date Author Comments
# 7da3d331 23-Oct-2021 Augustin Cavalier <waddlesplash@gmail.com>

ipro100: Check interrupt status in HAIKU_CHECK_DISABLE_INTERRUPTS.

This should make ipro100 behave better on shared IRQ lines.

Should fix #17349.


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