freebsd-dev/sys/dev/sis
Warner Losh 3106346290 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.
2008-08-23 15:34:31 +00:00
..
if_sis.c There actually were bugs in the original handling that I missed last 2008-08-23 15:34:31 +00:00
if_sisreg.h