MULTI_DRIVER_MODULE

2001-12-21 Thread Chad David
Does anybody have an example of how to call MULTI_DRIVER_MODULE? It looks broken to me, but I could of course be wrong... Thanks. -- Chad David[EMAIL PROTECTED] ACNS Inc. Calgary, Alberta Canada To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: MULTI_DRIVER_MODULE

2001-12-21 Thread Peter Wemm
Chad David wrote: Does anybody have an example of how to call MULTI_DRIVER_MODULE? It looks broken to me, but I could of course be wrong... I would not recommend using it. Just use several DRIVER_MODULE declarations as required. In fact, I think I might remove it since nothing uses it yet

Re: MULTI_DRIVER_MODULE

2001-12-21 Thread Chad David
On Fri, Dec 21, 2001 at 09:55:37PM -0800, Peter Wemm wrote: Chad David wrote: Does anybody have an example of how to call MULTI_DRIVER_MODULE? It looks broken to me, but I could of course be wrong... I would not recommend using it. Just use several DRIVER_MODULE declarations