scottl      2006-05-03 04:14:17 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      busdma_machdep.c 
    sys/i386/i386        busdma_machdep.c 
  Log:
  Allow bus_dmamap_load() to pass ENOMEM back to the caller.  This puts it into
  conformance with the mbuf and uio load routines.  ENOMEM can only happen
  with BUS_DMA_NOWAIT is passed in, thus the deferals are disabled.  I don't
  like doing this, but fixing this fixes assumptions in other important drivers,
  which is a net benefit for now.
  
  Revision  Changes    Path
  1.74      +10 -4     src/sys/amd64/amd64/busdma_machdep.c
  1.77      +10 -4     src/sys/i386/i386/busdma_machdep.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to