From owner-freebsd-net@FreeBSD.ORG Thu Apr 6 23:48:59 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B319216A402 for ; Thu, 6 Apr 2006 23:48:59 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FE1643D46 for ; Thu, 6 Apr 2006 23:48:59 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by pproxy.gmail.com with SMTP id t32so386250pyc for ; Thu, 06 Apr 2006 16:48:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LXe9TiJgNgQ++rCqRp3lrvQ9AM1xv+q9+0ZNdnebwtGQuTk1Nz/WGHUQaFlQtWt7DjIYSrdRG63HOEJAaEqkOMzpWhWWfPn5kcPyXXJD56Sr6SqlYMP7SwUfjV3LSdsE0k6TpiZomRlGNU0shQ0QqQ6OCy0YqRGVKeOmcaT8QtQ= Received: by 10.35.76.9 with SMTP id d9mr1828846pyl; Thu, 06 Apr 2006 16:48:58 -0700 (PDT) Received: by 10.35.36.5 with HTTP; Thu, 6 Apr 2006 16:48:58 -0700 (PDT) Message-ID: <2a41acea0604061648g83646aeme8792b6cf27f61b5@mail.gmail.com> Date: Thu, 6 Apr 2006 16:48:58 -0700 From: "Jack Vogel" To: freebsd-net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: using uipc_jumbo.c X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 23:48:59 -0000 At the moment I am making Packet Split work for the em driver, but in a quick look around I cant see how the uipc_jumbo code gets compiled. I realize its been wedded to the ti driver, but I want to build and link against the kernel code without that driver. Anyone who understands all the inner workings of the build system want to give me a quick answer on the best way to do this? I mean I could probably heavy-handedly whack the Makefile, but I want the way to do it that would be 'correct' :) Cheers, Jack