"README.md" did not exist on "cbdb9e43d1fc50cfa509b1006e7252dc4ea53aa0"
[netdrvr 8139too] replace hand-crafted kernel thread with workqueue
Gone are the days when 8139too was a shining example of how to use kernel threads. Delayed workqueues are easier, and map precisely to our task: running code from a kernel thread, after a periodic sleep.
Loading
Please register or sign in to comment