From owner-freebsd-questions@FreeBSD.ORG Tue Jan 9 03:39:51 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A349716A403 for ; Tue, 9 Jan 2007 03:39:51 +0000 (UTC) (envelope-from deathjestr@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224]) by mx1.freebsd.org (Postfix) with ESMTP id 6480513C465 for ; Tue, 9 Jan 2007 03:39:51 +0000 (UTC) (envelope-from deathjestr@gmail.com) Received: by wr-out-0506.google.com with SMTP id i28so258145wra for ; Mon, 08 Jan 2007 19:39:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GeBgUiP6p1lOC38qH/d/UXLVCN6B48rueLqGdGNB8ebcGxF8Gjy+ecRZVZawJ4j/xsLwQK4ux+IuWEp+Gei6M1As+aG754DevYk4FSylH656lqhIyH/S2OdxJjhjU50skTrILmmRvJYwfqmkCqaV4YzV6tBp0SP8TYh1SN5Lce8= Received: by 10.90.120.13 with SMTP id s13mr537321agc.1168313990769; Mon, 08 Jan 2007 19:39:50 -0800 (PST) Received: by 10.90.78.13 with HTTP; Mon, 8 Jan 2007 19:39:50 -0800 (PST) Message-ID: <44b564930701081939s5d16b3b4he73a07c8b7805861@mail.gmail.com> Date: Mon, 8 Jan 2007 22:39:50 -0500 From: "Michael M. Press" To: freebsd-questions@freebsd.org In-Reply-To: <45A1E35F.4020401@chrismaness.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45A1E35F.4020401@chrismaness.com> Subject: Re: Linux Kernel Drivers in Under FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2007 03:39:51 -0000 > 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.