tsutsui 15ce034c2c Some minor tweaks in re_intr():
- check status bits at once (I'm not sure how gcc optimized them though)
- no need to check (ifp->if_flags & IFF_UP) twice
  (re_init() must be called at splnet() anyway)
- call re_start() only if the interrupt is actually handled here
- call re_start() directly rather than via (*ifp->if_start)()
2006-11-11 12:41:56 +00:00
2006-11-11 12:06:54 +00:00
2006-11-10 17:16:30 +00:00
2006-11-11 06:28:49 +00:00
2006-11-11 12:41:56 +00:00
2006-11-10 16:50:10 +00:00
2006-11-10 21:39:57 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%