From owner-freebsd-questions Tue Dec 5 6:45:37 2000 From owner-freebsd-questions@FreeBSD.ORG Tue Dec 5 06:45:35 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from donkeykong.gpcc.itd.umich.edu (donkeykong.gpcc.itd.umich.edu [141.211.2.163]) by hub.freebsd.org (Postfix) with ESMTP id A968737B400 for ; Tue, 5 Dec 2000 06:45:34 -0800 (PST) Received: from qix.gpcc.itd.umich.edu (smtp@qix.gpcc.itd.umich.edu [141.211.2.152]) by donkeykong.gpcc.itd.umich.edu (8.8.8/4.3-mailhub) with ESMTP id JAA09701; Tue, 5 Dec 2000 09:45:31 -0500 (EST) Received: from localhost (timcm@localhost) by qix.gpcc.itd.umich.edu (8.8.8/5.1-client) with ESMTP id JAA23616; Tue, 5 Dec 2000 09:45:30 -0500 (EST) Date: Tue, 5 Dec 2000 09:45:30 -0500 (EST) From: Tim McMillen X-Sender: timcm@qix.gpcc.itd.umich.edu To: Lizardo Cc: questions@FreeBSD.ORG Subject: Re: In-Reply-To: <200012050522.DAA06691@bigboss.urbi.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 5 Dec 2000, Lizardo wrote: > Hi, > I'm have an iMac G3 running Mac OS X. > > Is it possible to use Iomega Zip 100 using the driver for BSD? > > Any clue would be of great help. > Thanks a lot, > Lizardo. If you mean just want to take the driver file and install it in the right place in MacOSX, certainly no, that will not work. Drivers are either in the kernel or interface directly with it. That means they must be written only fro the kernel that they work on. MacOSX uses a mach kernel with a FreeBSD userland "covering" if you will. They call it darwin. You would have to either dig into the code and port that driver yourself, or more likely re-write it. Somebody may have done it already. So you would have much better luck asking on a darwin mailing list. Somebody may have already written a driver for the Zip drive but apple may have just not released it officially. I'm nearly 100% they wouldn't release the final version of MacOS X without support for things as basic as that. Never know I guess. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message