From owner-freebsd-questions@FreeBSD.ORG Sun Sep 13 20:40:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 677AD106566B for ; Sun, 13 Sep 2009 20:40:13 +0000 (UTC) (envelope-from john@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 2A5218FC13 for ; Sun, 13 Sep 2009 20:40:12 +0000 (UTC) Received: from [192.168.3.31] (jn@stealth.jnielsen.net [74.218.226.254]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id n8DKdqel025252; Sun, 13 Sep 2009 16:39:53 -0400 (EDT) (envelope-from john@jnielsen.net) References: <200909131553.54114.mlobo@digiart.art.br> Message-Id: <28D7E285-42B4-4D0C-A33B-DECF58CA1202@jnielsen.net> From: John Nielsen To: Mario Lobo In-Reply-To: <200909131553.54114.mlobo@digiart.art.br> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (7A400) Mime-Version: 1.0 (iPhone Mail 7A400) Date: Sun, 13 Sep 2009 16:39:50 -0400 X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: "freebsd-questions@freebsd.org" Subject: Re: [OFF?] Mac OX Driver 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: Sun, 13 Sep 2009 20:40:13 -0000 On Sep 13, 2009, at 2:53 PM, Mario Lobo wrote: > Sorry to put a lame question here but I need a little feedback as to > keep my > hopes up or bury them. > > I have an old sound board (echo gina20) that I need to keep using > (for $$$ > reasons), but I also must upgrade my OSes to 64 bits. There are XP > 32bit > drivers but no XP 64bit ones for it. There are no Gina20 drivers for > freebsd > but there IS a Mac OS X driver for it!. > > Is it possible to use a Mac driver on FreeBSD? In a word, no. If you have access to the source it should be possible to port the driver, but there's no reason to assume the effort would be trivial. > Has this ever been tried or > done? should I bury my hopes? See above. Drivers do get ported between OSes all the time but there's no magic involved. FreeBSD and Darwin have very different kernel origins. Snow Leopard may be your friend. JN