Date: Thu, 27 Oct 2005 21:22:58 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_wb.c if_wbreg.h Message-ID: <200510272122.j9RLMwWK036128@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-10-27 21:22:58 UTC FreeBSD src repository Modified files: sys/pci if_wb.c if_wbreg.h Log: 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) Revision Changes Path 1.87 +60 -43 src/sys/pci/if_wb.c 1.14 +1 -1 src/sys/pci/if_wbreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510272122.j9RLMwWK036128>