is it safe to say that if most of the kernel is going to tailq's, that those of us who aspire to adding bits to netbsd should be using tailq too (or should start) ? Where applicable, it is preferrable to use the macros in sys/queue.h. Note that TAILQ_*() is not always the right choice, though.