From owner-freebsd-stable@FreeBSD.ORG Wed Jan 7 19:56:31 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7ACF106566B for ; Wed, 7 Jan 2009 19:56:31 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.187]) by mx1.freebsd.org (Postfix) with ESMTP id 670978FC1E for ; Wed, 7 Jan 2009 19:56:31 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so5602423rne.12 for ; Wed, 07 Jan 2009 11:56:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=YC1gi+l5Dufy2vZ1SXAfq81dTuIopC+vo0fGCCod3qA=; b=pVz8Z400cMqOEXRcN071gsQfm+ZfuTv3vbF948dwlmdhCcsCdYqD1CYWfKYmo4qpKk ta/6EG/WUG6N+m8a2Ls2L08QCIOwwcthrdHjkrSEyGSDCnvQLardSbqrnTd9l32UMCbv LNK+dm+fu3x+zrlsMwa2cp5zxhVhClDzhKd80= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=bK/YDbbS2PSxqBYZZZFAQW2t9AqVo8p1O548TjGsrodJJGm2JOPnKESWHW0HXRhnQl 7sHR1xBUYnsQn/k6mHntQEGxSMArYk3xKGOZ424AH1RC1gz0QVQnZ2pMmKzDCPa0XWHT wSdS6KaOhZycA0QvplkqYqSH/UNH75WhLO0DQ= Received: by 10.151.114.13 with SMTP id r13mr5682930ybm.130.1231356723431; Wed, 07 Jan 2009 11:32:03 -0800 (PST) Received: by 10.151.132.5 with HTTP; Wed, 7 Jan 2009 11:32:03 -0800 (PST) Message-ID: <5f67a8c40901071132q4c5361ees1c9960c57f3ac221@mail.gmail.com> Date: Wed, 7 Jan 2009 14:32:03 -0500 From: "Zaphod Beeblebrox" To: "Edvaldo Silva" In-Reply-To: <5494.189.36.224.139.1231354907.squirrel@correio.americanadigital.com.br> MIME-Version: 1.0 References: <5494.189.36.224.139.1231354907.squirrel@correio.americanadigital.com.br> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: stable@freebsd.org Subject: Re: NIC for VLAN X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 19:56:32 -0000 On Wed, Jan 7, 2009 at 2:01 PM, Edvaldo Silva wrote: > Hello, guys! > > Please, can someone point a NIC, PCI 2.2 specs, full VLAN capable under > FreeBSD? > > I=B4m finding terrible issues using RTL8169 and 3C9x, almost all for the > fact NIC cannot handle MTU a little bigger than 1500 (1500 + vlan > tagging). > > I don=B4t wish reducing MTU. > For 100 meg nics, I almost exclusively use Intel Etherexpress "fxp" cards. I've used them for a long time in servers, but now they average around $3 i= n quantity on eBay and I use them in everything. Also, many off-lease PC's come with it on the motherboard. For GigE, I prefer (also) Intel Etherexpress --- but the driver is "em" (I have not tried "igb). I also have had no complaints with "bge" and "bce" driver chipsets on equipped motherboards. In both cases, I make heavy use of vlans and hardware vlan tagging. Many router machines have between 10 and 50 vlan interfaces.