Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2009 10:34:54 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/malo if_malo_pci.c
Message-ID:  <200903311034.n2VAYwMB079414@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
weongyo     2009-03-31 10:34:54 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/malo         if_malo_pci.c 
  Log:
  SVN rev 190590 on 2009-03-31 10:34:54Z by weongyo
  
  fix a bug that it passed a incorrect flag BUS_DMA_ALLOCNOW to create
  a device specific DMA tag.  On amd64 it could exhaust all of bounce
  pages when bus_dma_tag_create(9) is called at malo_pci_attach() then as
  result in next turn it returns ENOMEM.  This fix a attach fail on amd64.
  
  Pointed by:     yongari
  Tested by:      dchagin
  MFC after:      3 days
  
  Revision  Changes    Path
  1.4       +1 -1      src/sys/dev/malo/if_malo_pci.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903311034.n2VAYwMB079414>