cvs commit: src/sys/dev/ata ata-dma.c ata-lowlevel.c

Søren Schmidt sos at FreeBSD.org
Mon Dec 5 14:32:22 PST 2005


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


More information about the cvs-src mailing list