site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Hi, Please excuse me if the answer to this question is obvious. Is any documentation out that there that can help me port my driver to 10.4? Thanks, Jamie _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... I have a network device that operates at the Data Link layer. It works fine on 10.2 and 10.3, but when I try to load it using the developer preview of 10.4, I get a bunch of undefined symbols. Really basic mbuf functions like 'm_get' and 'm_free' are reported as undefined. I looked at the 'nm' output of the 10.4 mach_kernel, and I see functions like "mbuf_get" and "mbuf_free", so I have a feeling that I just need to do some name changes. This email sent to site_archiver@lists.apple.com