cvs commit: src/sys/dev/usb ehci.c ohci.c

Marius Strobl marius at FreeBSD.org
Tue May 13 20:58:08 UTC 2008


marius      2008-05-13 20:58:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ehci.c ohci.c 
  Log:
  Don't let hacksync() call bus_dmamap_sync(9) on DMA maps which
  are not initialized. This fixes a panic on sparc64 where calling
  bus_dmamap_sync(9) on NULL DMA maps is fatal.
  
  Approved by:    sam
  
  Revision  Changes    Path
  1.63      +7 -3      src/sys/dev/usb/ehci.c
  1.172     +7 -3      src/sys/dev/usb/ohci.c


More information about the cvs-src mailing list