From owner-freebsd-questions@FreeBSD.ORG Fri Apr 20 08:17:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 378AB16A402 for ; Fri, 20 Apr 2007 08:17:59 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id B4BBD13C4B0 for ; Fri, 20 Apr 2007 08:17:58 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so741086ugh for ; Fri, 20 Apr 2007 01:17:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sm2wJFQasFlItpvC6D2otOE3nwLzamCzttOkEIPkPh3kIMnns+GJstJCjYwjO6s3iZzvLCNDXasCfR5oQxUnX2xi0DuHLLgPoHL7Bb/6rFErntwy7Rsi0PmSzNCjJzPL/h6spBN6VkWL3qWLf1z3qheLubq6ECM11zpOK4QH3Q4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qmid5QuaQ9VW6NCLua08b/Yxl9EGOToAY/mi6i6yMC9z/BzCzyyht+0WJ6xumIo568l+luFOhNGSSGLAir9GgOmfSFW94+JJwbMhEf1JcV85czFZkpLey5ISKV+UZqIPVe5qg8BLJAWGiSxIUA8HlMCX5AbImdSFmfdAQ+V7W/8= Received: by 10.78.149.15 with SMTP id w15mr448183hud.1177057077216; Fri, 20 Apr 2007 01:17:57 -0700 (PDT) Received: by 10.78.77.18 with HTTP; Fri, 20 Apr 2007 01:17:57 -0700 (PDT) Message-ID: Date: Fri, 20 Apr 2007 10:17:57 +0200 From: "Niclas Zeising" To: "Don O'Neil" In-Reply-To: <002801c78320$bb7fb750$0300020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <002801c78320$bb7fb750$0300020a@mickey> Cc: freebsd-questions@freebsd.org Subject: Re: Supported PCI Express x1 Ethernet Cards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2007 08:17:59 -0000 On 4/20/07, Don O'Neil wrote: > Does anyone have a suggestion for a supported 10/100/1000 PCI Express x1 > ethernet card supported under 6.1? > > Thanks! > The Intel PRO/1000 pci-e is supported afaik. It uses the em driver, and at least hhe pci one works like a charm. HTH //Niclas --