From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 2 04:10:24 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFAED16A41A for ; Fri, 2 Nov 2007 04:10:23 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 9A90913C465 for ; Fri, 2 Nov 2007 04:10:23 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so882470waf for ; Thu, 01 Nov 2007 21:09:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=uyy3xIkyKJTCaJ5ajKzCmXJybFCwadvkNxIjvKhHECc=; b=qNTr4CMspw4yjfRYnIoMvxXGCnuzGD1DmTmHk0ACzqB6hsj6qZ3vqpbJuToNNiRt1zjATw1yd3FugOyzaW/02RsrA1hC619GAQMOwaRZaJCXwbl+hNEHwim+7RXv45SIyfGVc0KD5ZU6F0wEfWr1yc7KozvUoXx36cf3v2RNeF8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=VtDiqJGjUheM07WfZI2fFW9CGmq07YbgBlRnrwsTTjVPZ4/HvJp6b9FGCvPZiYu31hBkzsVyLKjnhu6m93Ws2WZVXn1LaNIxti2CRvVD64iBANXy6ffd4IQv4NPbhB+PY8X8QD5JfZ5Mo5SDCtZwsjywmCwLPMtj0yCDRkD+dog= Received: by 10.114.93.17 with SMTP id q17mr1392302wab.1193975154739; Thu, 01 Nov 2007 20:45:54 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id j7sm5163241wah.2007.11.01.20.45.51 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Nov 2007 20:45:53 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id lA23jlI5052492 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 2 Nov 2007 12:45:47 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id lA23jjwI052491; Fri, 2 Nov 2007 12:45:45 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 2 Nov 2007 12:45:45 +0900 From: Pyun YongHyeon To: binto Message-ID: <20071102034545.GA51855@cdnetworks.co.kr> References: <1240.202.127.98.144.1193971159.squirrel@webmail.triplegate.net.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1240.202.127.98.144.1193971159.squirrel@webmail.triplegate.net.id> User-Agent: Mutt/1.4.2.1i Cc: freebsd-hackers@freebsd.org Subject: Re: options TI_JUMBO_HDRSPLIT and TI_PRIVATE_JUMBOS are mutually exclusive X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2007 04:10:24 -0000 On Fri, Nov 02, 2007 at 09:39:19AM +0700, binto wrote: > I try to compile MYKERNEL to set zero_copy & tigon driver in my machine > with: > > device ti > options TI_PRIVATE_JUMBOS > options TI_JUMBO_HDRSPLIT > > but got: > #error "options TI_JUMBO_HDRSPLIT and TI_PRIVATE_JUMBOS are mutually > exclusive" > > what's up....? > %vi +/TI_JUMBO_HDRSPLIT /usr/src/sys/conf/NOTES -- Regards, Pyun YongHyeon