From owner-freebsd-questions@FreeBSD.ORG Mon May 16 15:46:15 2005 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 4D75016A4CE for ; Mon, 16 May 2005 15:46:15 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6A0943DA8 for ; Mon, 16 May 2005 15:46:14 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 8367A5CF1; Mon, 16 May 2005 11:46:11 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 84441-07; Mon, 16 May 2005 11:46:08 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-53-96.ny325.east.verizon.net [68.161.53.96]) by pi.codefab.com (Postfix) with ESMTP id D93F25CAF; Mon, 16 May 2005 11:46:07 -0400 (EDT) Message-ID: <4288C010.3050002@mac.com> Date: Mon, 16 May 2005 11:45:20 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Grant Peel References: <008901c55a0c$1c9d1090$6601a8c0@GRANT> In-Reply-To: <008901c55a0c$1c9d1090$6601a8c0@GRANT> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com cc: freebsd-questions@freebsd.org Subject: Re: Initio A100U2W 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: Mon, 16 May 2005 15:46:15 -0000 Grant Peel wrote: > How does one install a new driver (that does not come with FreeBSD) when > the system wont install (does not see the Initio SCSI controller) ? > > I have the source code and can do the changes to the Kernel etc after, > but the chicken and the egg thing has got me.... You could build the driver into a kernel by setting up a system on another machine and doing a buildworld/buildkernel cycle, and then move the hard drive over to the system with this device. -- -Chuck