Searched hist:151774 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/wb/
H A Dif_wbreg.hdiff 151774 Thu Oct 27 21:22:58 MDT 2005 jhb Fixup locking and mark MPSAFE.
- Add locked variants of init() and start().
- Use callout_*() to manage callout.
- Test IFF_DRV_RUNNING rather than IFF_UP in wb_intr() to see if we are
still active when an interrupt comes in.

I couldn't find any of these cards anywhere to test on myself, and google
turns up references to FreeBSD and OpenBSD manpages for this driver when
trying to locate a card that way. I'm not sure anyone actually uses these
cards with FreeBSD.

Tested by: NO ONE (despite repeated requests)
H A Dif_wb.cdiff 151774 Thu Oct 27 21:22:58 MDT 2005 jhb Fixup locking and mark MPSAFE.
- Add locked variants of init() and start().
- Use callout_*() to manage callout.
- Test IFF_DRV_RUNNING rather than IFF_UP in wb_intr() to see if we are
still active when an interrupt comes in.

I couldn't find any of these cards anywhere to test on myself, and google
turns up references to FreeBSD and OpenBSD manpages for this driver when
trying to locate a card that way. I'm not sure anyone actually uses these
cards with FreeBSD.

Tested by: NO ONE (despite repeated requests)

Completed in 102 milliseconds