From owner-freebsd-questions@FreeBSD.ORG Thu Jul 15 13:45:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 806CC16A4CE for ; Thu, 15 Jul 2004 13:45:41 +0000 (GMT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1759043D3F for ; Thu, 15 Jul 2004 13:45:41 +0000 (GMT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id 1D2DB176; Thu, 15 Jul 2004 10:00:49 -0400 (EDT) Received: from 141.156.69.109 ([141.156.69.109]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Thu, 15 Jul 2004 10:00:48 -0400 Message-ID: <20040715100048.cccco80k4s0o4osw@www.sweetdreamsracing.biz> Date: Thu, 15 Jul 2004 10:00:48 -0400 From: Kenneth Culver To: Ahmad Zulkarnain References: <40F66A82.9010502@celcom.net.my> In-Reply-To: <40F66A82.9010502@celcom.net.my> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs cc: freebsd-questions Subject: Re: Compiling Linux Driver under FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 13:45:41 -0000 Quoting Ahmad Zulkarnain : > Hi guys! > > I'm a newbie runnin FreeBSD 5.2.1 on Clevo M22ES laptop. Sorry if my > question has been asked before. I have a built-in SmartLink modem (SiS > chipset) and I grabbed myself the official linux driver from their > website. Can I just compile the driver in FreeBSD? I'll be glad if > someone can point a howto sites fer it. > > Thanks in advance. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" What you want to do can't be done. The best you can do really is port the driver. The kernel internals/driver apis are totally different between linux and FreeBSD. Ken