cvs commit: src/sys/dev/hptmv entry.c

John Baldwin jhb at FreeBSD.org
Thu Jan 4 12:28:17 PST 2007


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


More information about the cvs-all mailing list