]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Use a regular mutex rather than a spin mutex. This driver doesn't need
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 4 Jan 2007 20:28:17 +0000 (20:28 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 4 Jan 2007 20:28:17 +0000 (20:28 +0000)
commit4ed23cf2833b8e59e7417469e699b54833feea17
treed7d5624c550ba3cdbf4efd2b0b663172ad1a79f2
parent0ea46b37611c0733a09250e5f7d8eef85ce24ff0
- 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
sys/dev/hptmv/entry.c