Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2007 20:28:17 +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/dev/hptmv entry.c
Message-ID:  <200701042028.l04KSHbf011059@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2007-01-04 20:28:17 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/hptmv        entry.c 
  Log:
  - Use a regular mutex rather than a spin mutex.  This driver doesn't need
    a spin mutex since it doesn't have an INTR_FAST interrupt handler.
    Beyond that the driver is still under Giant anyway.
  - Remove unneeded locking during attach across operations that can't be
    called with locks held (such as bus_dma_tag_create()).
  
  MFC after:              1 week
  Not objected to by:     scottl
  
  Revision  Changes    Path
  1.13      +3 -9      src/sys/dev/hptmv/entry.c



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