atom feed2 messages in org.freebsd.freebsd-questionsLinux Kernel Drivers in Under FreeBSD
FromSent OnAttachments
Chris ManessJan 7, 2007 10:36 pm 
Michael M. PressJan 8, 2007 7:39 pm 
Subject:Linux Kernel Drivers in Under FreeBSD
From:Michael M. Press (deat@gmail.com)
Date:Jan 8, 2007 7:39:33 pm
List:org.freebsd.freebsd-questions

Is it possible to get Linux kernel drivers working under FreeBSD? If so, how? (Specifically Garmin_USB)

I have never heard of anything that would allow a Linux binary driver to be loaded by FreeBSD, and I doubt it exists. Linux binary applications certainly can be run on FreeBSD, but not drivers. The only way would be to get the source code and port it over, and you'd probably have to make major changes.