Re: puc fails to attach serial ports

From: Warner Losh <imp_at_bsdimp.com>
Date: Tue, 13 Dec 2005 16:02:48 -0700 (MST)
On Tue, 2005-12-13 at 13:38 +0000, Gavin Atkinson wrote:
> I don't understand why the DRIVER_METHOD(sio, puc, ...) is being ignored
> in the puc-as-a-module case.  Is this expected behaviour?  

Not being ignore, just not in the kernel.  When you compile things
statically, you compile them statically.  You have to include puc and
sio in the same kernel to get them both to work.  *OR* you have to
load puc and sio as modules.  I do that all the time, and that works.

Warner
Received on Tue Dec 13 2005 - 22:03:18 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:49 UTC