cvs commit: src/sys/pci if_wb.c if_wbreg.h

John Baldwin jhb at FreeBSD.org
Thu Oct 27 14:23:01 PDT 2005


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


More information about the cvs-src mailing list