From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 2 02:49:22 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 3761216A417 for ; Fri, 2 Nov 2007 02:49:22 +0000 (UTC) (envelope-from binto@triplegate.net.id) Received: from outgoing16.3gate.net (outgoing16.3gate.net [202.127.97.16]) by mx1.freebsd.org (Postfix) with SMTP id 551BE13C481 for ; Fri, 2 Nov 2007 02:49:21 +0000 (UTC) (envelope-from binto@triplegate.net.id) Received: (qmail 59364 invoked by uid 1011); 2 Nov 2007 02:28:44 -0000 Received: from 202.127.97.100 by mx2.3gate.net (envelope-from , uid 1009) with qmail-scanner-1.25-st-qms (clamdscan: 0.86.2/1034. spamassassin: 3.0.2. perlscan: 1.25-st-qms. Clear:RC:1(202.127.97.100):. Processed in 0.043495 secs); 02 Nov 2007 02:28:44 -0000 X-Antivirus-3GATE-NET-Mail-From: binto@triplegate.net.id via mx2.3gate.net X-Antivirus-3GATE-NET: 1.25-st-qms (Clear:RC:1(202.127.97.100):. Processed in 0.043495 secs Process 59358) Received: from smtp.triplegate.net.id (HELO webmail.triplegate.net.id) (202.127.97.100) by outgoing16.3gate.net with SMTP; 2 Nov 2007 02:28:44 -0000 Received: from 202.127.98.144 (SquirrelMail authenticated user binto@triplegate.net.id) by webmail.triplegate.net.id with HTTP; Fri, 2 Nov 2007 09:39:19 +0700 (WIT) Message-ID: <1240.202.127.98.144.1193971159.squirrel@webmail.triplegate.net.id> Date: Fri, 2 Nov 2007 09:39:19 +0700 (WIT) From: "binto" To: freebsd-hackers@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: 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 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 02:49:22 -0000 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....? thx