cvs commit: src/sys/net netisr.h

2008-03-01 Thread Robert Watson
rwatson 2008-03-01 11:45:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net netisr.h Log: Merge netisr.h:1.34 from HEAD to RELENG_6: Update netisr comment for the SMPng world order: netisr is no longer implemented using the ISR

cvs commit: src/sys/net netisr.h

2008-03-01 Thread Robert Watson
rwatson 2008-03-01 11:44:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net netisr.h Log: Merge netisr.h:1.34 from HEAD to RELENG_7: Update netisr comment for the SMPng world order: netisr is no longer implemented using the ISR

cvs commit: src/sys/net netisr.h

2007-12-31 Thread Robert Watson
rwatson 2007-12-31 20:58:50 UTC FreeBSD src repository Modified files: sys/net netisr.h Log: Update netisr comment for the SMPng world order: netisr is no longer implemented using the ISR facility, and cannot be triggered by calling splnet()/splx(). MFC afte