summaryrefslogtreecommitdiff
path: root/sys/net/netisr_dispatch.h
AgeCommit message (Expand)Author
2002-11-02Revert previous. Nested comments are evil.kristerw
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2001-10-06The bridge driver does all forwarding at interrupt level, andthorpej
2001-04-14Only dispatch slnetisr & co if we don't have generic soft interrupts.augustss
2001-04-11Add bridge netisr glue (only used if no __HAVE_GENERIC_SOFT_INTERRUPTS).thorpej
2001-01-15For SLIP/STRIP/PPP, use generic soft interrupts, if available.thorpej
2001-01-11Process STRIP software interrupts.thorpej
2001-01-09Once we have a complete frame, schedule a SLIP software interrupt,thorpej
2000-07-02Kwality control:cgd
2000-02-21This is a fragment of the network soft interrupt routine in MD code. DONETIS...erh