From owner-freebsd-arm@FreeBSD.ORG Fri Mar 27 09:52:01 2009 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28DFB106564A for ; Fri, 27 Mar 2009 09:52:01 +0000 (UTC) (envelope-from gavin.mu@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id F41978FC12 for ; Fri, 27 Mar 2009 09:52:00 +0000 (UTC) (envelope-from gavin.mu@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so1464582rvb.43 for ; Fri, 27 Mar 2009 02:52:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=P43td5yvnljAYVCQhToRPMmeqL4ce8cVEBbr/c9PS6g=; b=D7VHyL41vn1PL+Rh35dV5D92wZpvnfKaU+jS5AzYcw6ewvO0CfkLjvVI/DHMpzFlB/ 9iVT6MbMx68NXNOGiu5QYAovaLIshbOtrDHfaD4Y1TWS+sp5GxArT9uOpwFuDK2z7pm3 Ow/d1ByeP1y7rpVWnwbVKrZALS0iD/+TgbL9E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=iDmFQcNXTiRNaKGemh86OmYvITnPFhwwJwLL9whbYCc+zXXGj6gMNSorYEw45JfCYS IVQEMwqYQPiyiLllgxS21nUrCFjfCENOV32rC4tZGiRNW8aHCdk99NhT9H43UOlK71lF 7nAR8Ib2VGlEaXCCfItwVrqEDI/7wED81743A= MIME-Version: 1.0 Received: by 10.140.141.16 with SMTP id o16mr979251rvd.297.1238145631003; Fri, 27 Mar 2009 02:20:31 -0700 (PDT) Date: Fri, 27 Mar 2009 17:20:30 +0800 Message-ID: <708189660903270220r7991ae8fq16c0ab4d25312dfa@mail.gmail.com> From: Gavin Mu To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: does the s3c2xx0 code in perforce compilable? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2009 09:52:01 -0000 Hi, I downloaded the s3c2xx0 code from perforce web (files in /sys/arm/s3c2xx0 and file /sys/arm/conf/FS2410), and merged to my 7-STABLE source tree. when I run ``config FS2410'', an error was reported that can't find option ARM32_NEW_VM_LAYOUT. does anybody know if the code is compilable and runable? and where's the option defined in? Thanks. Best Regards, Gavin Mu