sos         2005-12-05 22:31:55 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ata          ata-dma.c ata-lowlevel.c 
  Log:
  Dont use the BUS_DMA_ALLOCNOW flag. Instead use BUS_DMA_NOWAIT and return
  ENOMEM to the upper layers if we run out of memory.
  
  This solves part of the trouble with running on >4GB memory systems.
  
  Revision  Changes    Path
  1.140     +10 -8     src/sys/dev/ata/ata-dma.c
  1.74      +9 -7      src/sys/dev/ata/ata-lowlevel.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