Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Apr 2008 16:47:14 +0000 (UTC)
From:      Kris Kennaway <kris@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ieee488 ibfoo.c src/sys/dev/mfi mfi.c src/sys/dev/sound/midi mpu401.c src/sys/dev/usb if_aue.c src/sys/netgraph/netflow ng_netflow.c
Message-ID:  <200804161647.m3GGlG5n053270@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kris        2008-04-16 16:47:14 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ieee488      ibfoo.c 
    sys/dev/mfi          mfi.c 
    sys/dev/sound/midi   mpu401.c 
    sys/dev/usb          if_aue.c 
    sys/netgraph/netflow ng_netflow.c 
  Log:
  Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) for
  better grep-compliance and to standardize with the rest of the kernel.
  
  Reviewed by:           jhb
  MFC after:             1 week
  
  Revision  Changes    Path
  1.6       +1 -1      src/sys/dev/ieee488/ibfoo.c
  1.37      +1 -1      src/sys/dev/mfi/mfi.c
  1.4       +1 -1      src/sys/dev/sound/midi/mpu401.c
  1.118     +1 -1      src/sys/dev/usb/if_aue.c
  1.17      +1 -1      src/sys/netgraph/netflow/ng_netflow.c



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