--- wikisrc/users/msaitoh/Comparison_of_implementations_of_Ethernet_drivers.mdwn 2015/10/27 07:15:35 1.6
+++ wikisrc/users/msaitoh/Comparison_of_implementations_of_Ethernet_drivers.mdwn 2016/01/25 07:50:15 1.7
@@ -75,14 +75,14 @@
|
- bcm53xx_eth |
+ bcmeth(4) |
in attach() |
lock, hwlock |
not taken? |
not taken. Set flag with atomic_or_uint() and call softintr_schedule() |
not taken? |
splnet() |
- Yes |
+ Yes. The interrupt handler calls softint or workqueue depending on the load. |
sc_hwlock is for hard interrput. sc_lock is for software interrupt. TX and RX use the same lock |
callout isn't used |
|