From owner-freebsd-questions@FreeBSD.ORG Mon May 28 23:17:56 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B7C2106566B for ; Mon, 28 May 2012 23:17:56 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 5BF358FC0A for ; Mon, 28 May 2012 23:17:56 +0000 (UTC) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.49]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 08A1BA7026D for ; Mon, 28 May 2012 19:17:49 -0400 (EDT) Received: (qmail 12650 invoked from network); 28 May 2012 23:17:49 -0000 Received: by simscan 1.4.0 ppid: 24535, pid: 20057, t: 0.1818s scanners: clamav: 0.88.2/m:52/d:10739 spam: 3.0.4 Received: from unknown (HELO P9X79.tddhome) (tomdean@[24.113.107.31]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 May 2012 23:17:49 -0000 Message-ID: <4FC4079C.5010106@speakeasy.org> Date: Mon, 28 May 2012 16:17:48 -0700 From: "Thomas D. Dean" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120310 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail5.sea5 X-Spam-Level: X-Spam-Status: No, score=0.9 required=8.0 tests=FORGED_RCVD_HELO, RATWARE_GECKO_BUILD autolearn=disabled version=3.0.4 Subject: nanoBSD Driver Build 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: Mon, 28 May 2012 23:17:56 -0000 I need to build a (for me) complicated driver for nanoBSD running on an Elan SC520, an i386 system. I have nanoBSD running, just need the driver. I mount a disk from an i386 system and can build userland applications OK. I installed usr/share/mk. To build the driver, I need the source tree. How much of that do I need? I have /usr/obj/nanobsd.TS5700/i386.i386/usr/src/sys and its subtree. Is this what I need? Tom Dean