|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
CVS: cvs.openbsd.org: src
From: Claudio Jeker (claudio
cvs.openbsd.org)
Date: Fri Aug 03 2007 - 03:27:15 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: claudio
cvs.openbsd.org 2007/08/03 02:27:15
Modified files:
sys/dev/pcmcia : if_malo.c
Log message:
switch cmalo_rx() to use m_getdev() instead of something hand rolled.
cmalo_rx() is called from the interrupt handler and therefor is running at
IPL_NET so no need to do spl dances instead sprinkel some splassert() into
the rx and tx path. OK mglocker
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]