Date: Thu, 25 Mar 2004 21:15:43 +0100 From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) To: Bill Paul <wpaul@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/ndis kern_ndis.c subr_ndis.c Message-ID: <xzpvfksfztc.fsf@dwp.des.no> In-Reply-To: <200403251831.i2PIVrkl097680@repoman.freebsd.org> (Bill Paul's message of "Thu, 25 Mar 2004 10:31:53 -0800 (PST)") References: <200403251831.i2PIVrkl097680@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Bill Paul <wpaul@FreeBSD.org> writes: > Since we can't traverse the resource SLIST backwards, we have to > make a temporary copy of the list in the right order and then build > the Windows resource list from that. I suppose we could just fix > the PCI bus code to use a TAILQ instead, but then I'd have to track > down all the consumers of the BUS_GET_RESOURCE_LIST() and fix them > too. There are practically none: des@dwp ~% gf BUS_GET_RESOURCE_LIST qsrc/sys/compat/ndis/kern_ndis.c: brl =3D BUS_GET_RESOURCE_LIST(devic= e_get_parent(dev), dev); src/sys/dev/if_ndis/if_ndis_pci.c: rl =3D BUS_GET_RESOURCE_LIST(device= _get_parent(dev), dev); src/sys/kern/subr_bus.c: rl =3D BUS_GET_RESOURCE_LIST(dev, child); src/sys/kern/subr_bus.c: rl =3D BUS_GET_RESOURCE_LIST(dev, child); src/sys/kern/subr_bus.c: rl =3D BUS_GET_RESOURCE_LIST(dev, child); src/sys/kern/subr_bus.c: rl =3D BUS_GET_RESOURCE_LIST(dev, child); src/sys/kern/subr_bus.c: rl =3D BUS_GET_RESOURCE_LIST(dev, child); DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpvfksfztc.fsf>