From owner-freebsd-questions@FreeBSD.ORG Mon Jan 15 13:58:03 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 C3CC516A412 for ; Mon, 15 Jan 2007 13:58:03 +0000 (UTC) (envelope-from philippe.lang@attiksystem.ch) Received: from mail.attiksystem.ch (f29.attiksystem.ch [212.147.59.29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E13213C44C for ; Mon, 15 Jan 2007 13:58:03 +0000 (UTC) (envelope-from philippe.lang@attiksystem.ch) Received: from poweredge.attiksystem.ch (poweredge.attiksystem.ch [10.0.0.29]) by mail.attiksystem.ch (8.12.11/8.12.11) with ESMTP id l0FDw2lw019945 for ; Mon, 15 Jan 2007 14:58:02 +0100 (CET) (envelope-from philippe.lang@attiksystem.ch) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Date: Mon, 15 Jan 2007 14:58:01 +0100 content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Message-ID: <6C0CF58A187DA5479245E0830AF84F4218CD34@poweredge.attiksystem.ch> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 82563EB NIC (was: SuperMicro 2U servers?) Thread-Index: Acc3ZanOTSw2WcxVSmmkae8sbgDkmwBD7ncQAA2QBRA= References: <20070111062745.GA94155@xor.obsecurity.org><6C0CF58A187DA5479245E0830AF84F421D16B3@poweredge.attiksystem.ch><20070113225018.GA22396@mooseriver.com> <6C0CF58A187DA5479245E0830AF84F4218CD2D@poweredge.attiksystem.ch> From: "Philippe Lang" To: "freebsd-questions" X-Spam-Score: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.49 on 10.0.0.111 Subject: 82563EB NIC (was: SuperMicro 2U servers?) 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: Mon, 15 Jan 2007 13:58:03 -0000 > I have just checked on FreeBSD 6.2R hardware compatibility list, and > they don't mention the network controller. It's an=20 >=20 > - Intel(r) (ESB2/Gilgal) 82563EB Dual-Port Gigabit Ethernet Controller >=20 > Hardware compatibility list says: >=20 > - The em(4) driver supports Gigabit Ethernet adapters based on the > Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, > 82546EB, 82546GB, 82547, 82571, 82572 and 82573 controller chips =20 The intel drivers unfortunately do not support the 82563EB yet. I had a look in the latest driver version 6.2.9: typedef enum { em_undefined =3D 0, em_82542_rev2_0, em_82542_rev2_1, em_82543, em_82544, em_82540, em_82545, em_82545_rev_3, em_82546, em_82546_rev_3, em_82541, em_82541_rev_2, em_82547, em_82547_rev_2, em_82571, em_82572, em_82573, em_80003es2lan, em_ich8lan, em_num_macs } em_mac_type; This chip is bundled on both motherboards I have just checked: http://www.supermicro.com/products/motherboard/Xeon1333/5000P/X7DBE.cfm http://www.intel.com/design/servers/boards/s5000PAL/index.htm Any idea if an updated driver is supposed to be available one day? Philippe