cvs commit: src/sys/dev/netif/ste if_ste.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Thu Jun 9 12:27:23 PDT 2005
joerg 2005/06/09 12:26:55 PDT
DragonFly src repository
Modified files:
sys/dev/netif/ste if_ste.c
Log:
Don't bzero the softc, it is already zero.
Use ste_detach for cleanup if attach fails.
Setup interrupt last to prevent possible races.
Submitted-by: Sepherosa Ziehau <sepherosa at xxxxxxxxx>
Inspired-by: related changes to wb(4)
Revision Changes Path
1.24 +29 -35 src/sys/dev/netif/ste/if_ste.c
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/ste/if_ste.c.diff?r1=1.23&r2=1.24&f=u
More information about the Commits
mailing list