Subject: Re: Yet more Device Properties
To: None <eeh@netbsd.org>
From: enami tsugutomo <enami@but-b.or.jp>
List: tech-kern
Date: 02/23/2001 07:30:01
> Why isn't SLIST appropriate?  Removing properties is not a very
> common operation.

With SLIST, dev_delprop will need to traverse the list twice (once to
locate the property by name and once to remove it).  Why not just use
LIST?

enami.