cvs commit: src/sys/dev/sis if_sis.c

Warner Losh imp at FreeBSD.org
Sat Aug 23 15:34:37 UTC 2008


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


More information about the cvs-src mailing list