mrg
c2c0fad7d4
fix issues seen with transfers being reused before they are finished
...
being used.
adapt locking to the modern world. some what inspired by if_smsc.c:
- add locks for softc, rx and tx
- add safe detach support
- safe detach vs mii lock requires 2 methods to lock the MII lock,
- check axen_dying and new axen_stopping more often
- consolidate checks to reduce the number of error paths that need
to release a resource
- move axen_watchdog() out of if_timer into the tick task to
prepare for MPSAFEification
TODO:
- remove spl usage
- enable mpsafe
special thanks to skrll and mlelstv for clearing up various
confusion and providing examples.
2019-06-21 14:19:46 +00:00
..
2019-06-13 17:20:25 +00:00
2019-05-08 13:40:13 +00:00
2019-06-03 09:58:31 +00:00
2019-05-05 03:17:54 +00:00
2019-05-28 07:41:46 +00:00
2019-05-28 07:41:46 +00:00
2019-06-21 14:19:46 +00:00
2019-06-18 09:34:57 +00:00
2019-05-05 03:17:54 +00:00
2019-05-28 07:41:46 +00:00
2019-05-28 07:41:46 +00:00
2019-05-29 09:04:01 +00:00
2019-05-26 04:52:07 +00:00
2019-05-28 07:41:46 +00:00
2019-05-05 03:17:54 +00:00
2019-05-23 13:10:50 +00:00
2019-05-28 07:41:46 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-06-16 21:04:08 +00:00
2019-05-28 07:41:46 +00:00
2019-06-15 04:00:17 +00:00
2019-06-15 04:00:17 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-05-07 22:00:10 +00:00
2019-05-09 02:43:35 +00:00
2019-05-09 02:43:35 +00:00
2019-06-06 12:59:33 +00:00
2019-05-05 03:17:54 +00:00
2019-05-09 02:43:35 +00:00
2019-05-09 02:43:35 +00:00
2019-05-09 02:43:35 +00:00
2019-05-05 03:17:54 +00:00
2019-05-09 02:43:35 +00:00
2019-05-09 02:43:35 +00:00
2019-05-09 02:43:35 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-05-09 02:43:35 +00:00
2019-05-05 03:17:54 +00:00
2019-05-09 02:43:35 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-05-27 03:08:13 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-05-09 02:43:35 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-05-09 02:43:35 +00:00
2019-05-05 03:17:54 +00:00
2019-05-30 21:44:49 +00:00
2019-05-05 03:17:54 +00:00
2019-05-09 02:43:35 +00:00
2019-06-04 10:15:22 +00:00
2019-05-09 02:43:35 +00:00
2019-05-08 13:40:13 +00:00
2019-05-08 13:40:13 +00:00
2019-05-09 02:43:35 +00:00
2019-05-09 02:43:35 +00:00
2019-05-09 02:43:35 +00:00
2019-05-05 03:17:54 +00:00
2019-05-09 14:50:38 +00:00
2019-05-05 03:17:54 +00:00
2019-05-23 04:44:49 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-05-09 02:43:35 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-05-09 02:43:35 +00:00
2019-05-09 02:43:35 +00:00
2019-05-05 03:17:54 +00:00
2019-05-05 03:17:54 +00:00
2019-05-08 06:31:02 +00:00
2019-06-19 15:10:17 +00:00