From owner-freebsd-net@FreeBSD.ORG Thu Oct 16 12:52:48 2003 Return-Path: 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 73AFA16A4B3 for ; Thu, 16 Oct 2003 12:52:48 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A8BA43FBD for ; Thu, 16 Oct 2003 12:52:47 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id CEF15653AC; Thu, 16 Oct 2003 20:52:46 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 55457-01-2; Thu, 16 Oct 2003 20:52:46 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [212.19.93.15]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id B38376538E; Thu, 16 Oct 2003 20:52:45 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 1216425; Thu, 16 Oct 2003 20:52:43 +0100 (BST) Date: Thu, 16 Oct 2003 20:52:43 +0100 From: Bruce M Simpson To: Mark Daniel Reidel Message-ID: <20031016195243.GA907@saboteur.dek.spc.org> Mail-Followup-To: Mark Daniel Reidel , freebsd-net@freebsd.org References: <3F8E5F6E.4090105@removetomailme.reidel.info> <3F8E7CC0.8090808@reidel.info> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F8E7CC0.8090808@reidel.info> cc: freebsd-net@freebsd.org Subject: Re: VLANs and bridging X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 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, 16 Oct 2003 19:52:48 -0000 On Thu, Oct 16, 2003 at 01:10:56PM +0200, Mark Daniel Reidel wrote: > Mark Daniel Reidel wrote: > > >ifconfig fxp0 up > > Just if someone is interested: The problem was this line. After changing > it to: > > ifconfig fxp0 link0 up > > everything worked fine. Bizarre. Why would uploading the interrupt coalescing microcode fix that problem? Hrrrm... Perhaps jmg or jlemon can shed light on this... BMS