Date: Fri, 8 Oct 2010 20:12:00 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/sis if_sis.c Message-ID: <201010082012.o98KCNF3015814@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-10-08 20:12:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sis if_sis.c Log: SVN rev 213608 on 2010-10-08 20:12:00Z by yongari MFC r182065: 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.7.2.5 +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?201010082012.o98KCNF3015814>