From owner-freebsd-arch@FreeBSD.ORG Tue Aug 31 20:20:33 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10F4916A4CE for ; Tue, 31 Aug 2004 20:20:33 +0000 (GMT) Received: from athena.softcardsystems.com (mail.softcardsystems.com [12.34.136.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3AD643D54 for ; Tue, 31 Aug 2004 20:20:32 +0000 (GMT) (envelope-from sah@softcardsystems.com) Received: from athena (athena [12.34.136.114])i7VLKOw4008434 for ; Tue, 31 Aug 2004 16:20:24 -0500 Date: Tue, 31 Aug 2004 16:20:24 -0500 (EST) From: Sam X-X-Sender: sah@athena To: freebsd-arch@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: option directive and turning on AOE X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 20:20:33 -0000 Hello, I've added code to if_ethersubr.c:/ether_demux/ to queue up AoE frames as they appear. I followed suit with other protocols and included my addition inside of an #ifdef AOE. Where do I turn this on? I thought perhaps just adding an 'option AOE' to the config would do it, but it doesn't -- so clearly I don't understand how the option directive works. The config man page doesn't talk about option/device directives ... I'm still looking, but a clue would be well received. Cheers, Sam