minix/drivers/rtl8139
Jorrit Herder 0165662cd9 Replaced flagalrm() timers with another technique to check for timeouts.
This allowed removing the p_flagarlm timer from the kernel's process table.
Furthermore, I merged p_syncalrm and p_signalrm into p_alarm_timer to save
even more space. Note that processes can no longer have both a signal and
synchronous alarm timer outstanding as of now.
2005-05-31 14:43:04 +00:00
..
Makefile User-space networking! 2005-05-11 09:02:00 +00:00
rtl8139.c Replaced flagalrm() timers with another technique to check for timeouts. 2005-05-31 14:43:04 +00:00
rtl8139.h User-space networking! 2005-05-11 09:02:00 +00:00