Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2009 03:25:00 +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 if_malohal.c
Message-ID:  <200904030325.n333PEGr061495@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
weongyo     2009-04-03 03:25:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/malo         if_malo_pci.c if_malohal.c 
  Log:
  SVN rev 190666 on 2009-04-03 03:25:00Z by weongyo
  
  MFC r190541:
    fix a bug of uses after free.
  
    Pointed by:   dchagin
  
  MFC r190544:
    handles more exceptional cases when the driver failed to attach.
  
  MFC r190550:
    corrects a error message.
  
  MFC r190590:
    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
  
  Approved by:    re (kib)
  
  Revision  Changes    Path
  1.1.2.2   +8 -6      src/sys/dev/malo/if_malo_pci.c
  1.2.2.2   +2 -3      src/sys/dev/malo/if_malohal.c



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