Date: Thu, 13 Feb 2003 11:20:00 -0500 From: Alexander Kabaev <ak03@gte.com> To: "Andrew R. Reiter" <arr@watson.org> Cc: amigus@tislabs.com, current@FreeBSD.ORG Subject: Re: usbd patch (MAXUSBDEV no more) Message-ID: <20030213112000.77d20ae1.ak03@gte.com> In-Reply-To: <Pine.NEB.3.96L.1030213111244.26353B-100000@fledge.watson.org> References: <20030213160229.GA9742@raven.gw.tislabs.com> <Pine.NEB.3.96L.1030213111244.26353B-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 13 Feb 2003 11:13:31 -0500 (EST) "Andrew R. Reiter" <arr@watson.org> wrote: > On Thu, 13 Feb 2003, Adam Migus wrote: > > :This patch makes usbd track a dynamic number of devices using a list > :instead of the static array of 4 devices. It's implemented as a list > :but it's very easy to change. > > Does this list want a lock to protect it? I am unfamiliar with usb > locking at the moment, so ignore if stupid. There is nothing to be familiar with at the moment. UBS stack relies on spls on -stable and Giant on -current to protect the data access. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030213112000.77d20ae1.ak03>