From owner-freebsd-current@FreeBSD.ORG Fri Jun 6 06:04:07 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E4B837B401 for ; Fri, 6 Jun 2003 06:04:07 -0700 (PDT) Received: from smtpout.mac.com (A17-250-248-87.apple.com [17.250.248.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 187F243F75 for ; Fri, 6 Jun 2003 06:04:07 -0700 (PDT) (envelope-from leimy2k@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h56D45UD014267 for ; Fri, 6 Jun 2003 06:04:06 -0700 (PDT) Received: from mac.com (adsl-32-249-101.jan.bellsouth.net [67.32.249.101]) (authenticated bits=0) by mac.com (Xserve/8.12.9/MantshX 2.0) with ESMTP id h56D304N000973 for ; Fri, 6 Jun 2003 06:03:49 -0700 (PDT) Date: Fri, 6 Jun 2003 08:03:00 -0500 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: David Leimbach To: freebsd-current@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <333973FE-981F-11D7-8049-0003937E39E0@mac.com> X-Mailer: Apple Mail (2.552) Subject: interesting problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2003 13:04:07 -0000 So... I have this nice SATA drive and controller which I believe is supported by FreeBSD but not in the default build for releases. What is the best way to cross-build a version of FreeBSD's release ISOs that will include drivers not included in the default distribution? Or is it possible to supply a driver during sysinstall time to have FreeBSD recognize my hard disk? Currently I can only get Mandrake linux 9.1 to install on this disk as it has the 2.4.21[pre release I assume] linux kernel that does recognize this controller [even Windows XP Pro does not recognize this newer hardware and I didn't get a floppy drive yet for the new machine]. Can I cross compile FreeBSD 5.1 [RC or otherwise] from Mandrake Linux to include the necessary support then burn a CD of the generated ISO images? It would be super-cool if I could :) and a decent learning experience.... Might be worth documenting it if I can figure it out. Dave