From owner-cvs-all Tue Feb 6 8:47:33 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 2F4D537B503; Tue, 6 Feb 2001 08:46:52 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f16Gkd802834; Tue, 6 Feb 2001 18:46:39 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.2/8.9.3) with ESMTP id f16Gkh939269; Tue, 6 Feb 2001 18:46:43 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A802A62.3026E828@FreeBSD.org> Date: Tue, 06 Feb 2001 18:46:27 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Peter Wemm Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/awi awi.c src/sys/dev/ed if_ed.c src/sys/dev/fe if_fe.c src/sys/dev/ie if_ie.c src/sys/dev/lnc if_lnc.c src/sys/dev/pdq pdq_ifsubr.c src/sys/dev/ray if_ray.c src/sys/dev/sn if_sn.c src/sys/dev/snc dp83932.c src/sys/dev/usb ... References: <200102061641.f16Gf0t48497@mobile.wemm.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Wemm wrote: > Poul-Henning Kamp wrote: > > phk 2001/02/06 02:12:16 PST > > > > Modified files: > > sys/dev/awi awi.c > [..] > > Log: > > Convert if_multiaddrs from LIST to TAILQ so that it can be traversed > > backwards in the three drivers which want to do that. > > I thought LIST was doubly linked, which means we should be able to have a > LIST_PREV(), right? SLIST is singly linked as is STAILQ. $ man queue | grep LIST_PREV | wc -l 0 $ grep LIST_PREV /usr/include/sys/queue.h | wc -l 0 Apparently there is no such feature (I donno whether it's a bug, though). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message