From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 19 02:14:51 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFE1216A400 for ; Thu, 19 Apr 2007 02:14:51 +0000 (UTC) (envelope-from alan@fromorbit.com) Received: from thing1.auspcmarket.com.au (mail.fromorbit.com [203.31.169.65]) by mx1.freebsd.org (Postfix) with ESMTP id A53CE13C45E for ; Thu, 19 Apr 2007 02:14:51 +0000 (UTC) (envelope-from alan@fromorbit.com) Received: from [192.168.1.99] (unknown [192.168.1.99]) by thing1.auspcmarket.com.au (Postfix) with ESMTP id C17165C19; Thu, 19 Apr 2007 12:14:50 +1000 (EST) From: Alan Garfield To: Yar Tikhiy In-Reply-To: <20070418074455.GD36635@comp.chem.msu.su> References: <1176096815.4064.6.camel@hiro.auspc.com.au> <20070409.222300.-1350498722.imp@bsdimp.com> <20070417171622.GB95814@comp.chem.msu.su> <1176858032.4426.3.camel@hiro.auspc.com.au> <20070418074455.GD36635@comp.chem.msu.su> Content-Type: text/plain Date: Thu, 19 Apr 2007 12:14:50 +1000 Message-Id: <1176948890.4175.50.camel@hiro.auspc.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: RFI: Ethernet driver ported from Linux 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: Thu, 19 Apr 2007 02:14:52 -0000 On Wed, 2007-04-18 at 11:44 +0400, Yar Tikhiy wrote: > > > Anyway, back to figuring out arp. UGH! > > As a rule, an Ethernet driver needn't worry about ARP by itself > because ARP has own separate module in the network stack. Does > your driver have a partucular reason to? Apart from using fake MAC addresses, I don't think so. -A.