Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 2006 07:33:53 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/mfi mfi.c
Message-ID:  <200611180733.kAI7Xrll085122@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2006-11-18 07:33:53 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mfi          mfi.c 
  Log:
  Change the internal API for polled commands.  Calling mfi_polled_command
  after calling mfi_mapcmd is no longer needed, so long as the MFI_CMD_POLLED
  flag is set.  This change eliminates the possibility of a polled command
  getting posted twice to the driver.  This is turn fixes panics on shutdown
  when INVARIANTS is set.
  
  Sponsored by: Ironport
  
  Revision  Changes    Path
  1.23      +39 -83    src/sys/dev/mfi/mfi.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611180733.kAI7Xrll085122>