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. WarnerReceived 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