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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to