Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2008 15:34:31 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sis if_sis.c
Message-ID:  <200808231534.m7NFYbn3011203@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2008-08-23 15:34:31 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sis          if_sis.c 
  Log:
  SVN rev 182065 on 2008-08-23 15:34:31Z by imp
  
  There actually were bugs in the original handling that I missed last
  night.
  
  Free the children after each pci bus that is searched.  Otherwise we
  leak them.  With free in the new place, we also have to free children
  before going to done when we find the device we're looking for.
  
  Also, if we can't get the children of a device, just ignore that bus.
  
  Revision  Changes    Path
  1.4       +4 -3      src/sys/dev/sis/if_sis.c



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