Subject: Re: kern/2112: configuration support for loadable drivers
To: None <netbsd-bugs@NetBSD.ORG>
From: None <is@Beverly.Rhein.DE>
List: netbsd-bugs
Date: 02/25/1996 22:08:47
Matthias Drochner (drochner@zelux6.zel.kfa-juelich.de) wrote:
: 
: >Number:         2112
: >Category:       kern
: >Synopsis:       up to now, it is hard to make loadable device drivers

: The patches (a) implement the following changes to the autoconf code:
: - change list of active devices (alldevs) from a linked list to a
:   TAILQ - this allows removal of devices (in the opposite order of
:   attaching)

Hm, thats perfect. It should be a hm... is it the CIRCLEQ?, which allows
removal at any position.

Regards,
	Ignatios Souvatzis