puc fails to attach serial ports

Warner Losh imp at bsdimp.com
Tue Dec 13 15:03:18 PST 2005


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


More information about the freebsd-current mailing list