cvs commit: src/sys/dev/netif/vr if_vr.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Mon Jun 20 06:09:04 PDT 2005
joerg 2005/06/20 06:08:01 PDT
DragonFly src repository
Modified files:
sys/dev/netif/vr if_vr.c
Log:
Use vr_detach as common error path.
Setup interrupt last in vr_attach.
Use M_WAITOK for contigmalloc, now that we don't have to protect
against concurrent interrupts.
Submitted-by: Sepherosa Ziehau <sepherosa at xxxxxxxxx>
Revision Changes Path
1.31 +27 -34 src/sys/dev/netif/vr/if_vr.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/vr/if_vr.c.diff?r1=1.30&r2=1.31&f=u
More information about the Commits
mailing list