From owner-freebsd-hardware@FreeBSD.ORG Mon Jul 11 15:24:53 2005 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3B5216A41C for ; Mon, 11 Jul 2005 15:24:53 +0000 (GMT) (envelope-from cole@opteqint.net) Received: from kalypso.opteqint.net (kalypso.opteqint.net [160.124.112.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65FFD43D5F for ; Mon, 11 Jul 2005 15:24:49 +0000 (GMT) (envelope-from cole@opteqint.net) Received: from 196-47-3-168.access.uunet.co.za ([196.47.3.168] helo=deadmind) by kalypso.opteqint.net with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.43 (FreeBSD)) id 1Ds095-0001qw-GP for freebsd-hardware@freebsd.org; Mon, 11 Jul 2005 17:24:44 +0200 Message-ID: <002301c5862d$2b3fd0e0$4206000a@deadmind> From: "Cole" To: Date: Mon, 11 Jul 2005 17:28:16 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4922.1500 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4939.300 X-Spam-Score: -100.0 (---------------------------------------------------) X-Spam-Report: Spam detection software, running on the system "kalypso.opteqint.net", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi Im running FreeBSD 4.9, and I have a Intel Pro/1000 MF Dual Port Server Adapter Fibre. Ive downloaded the drivers that intel provide on the site for this card, namely the em-1.7.35a drivers, and they dont work. I should be able to see 2 ports, or rather 2 em interfaces with this card. But no matter what, I only see the one. [...] Content analysis details: (-100.0 points, 4.2 required) pts rule name description ---- ---------------------- -------------------------------------------------- -100 USER_IN_WHITELIST From: address is in the user's white-list Subject: Intel PRO/1000 MF Dual Port Server Adapter. X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cole List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 15:24:53 -0000 Hi Im running FreeBSD 4.9, and I have a Intel Pro/1000 MF Dual Port Server Adapter Fibre. Ive downloaded the drivers that intel provide on the site for this card, namely the em-1.7.35a drivers, and they dont work. I should be able to see 2 ports, or rather 2 em interfaces with this card. But no matter what, I only see the one. I tried to mail the email address at the bottom of the readme file included with the drivers, and it just bounces. pciconf -lv shows the card as this. em0@pci1:0:0: class=0x020000 card=0x11098086 chip=0x10098086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' Therefore, the vendor id is 8086, which is intel, and the device id is then 1009. Looking at the driver code included in the if_em_hw.h file. It has this line for that devid. #define E1000_DEV_ID_82544EI_FIBER 0x1009 Now, this is wrong, since I know that the pro 1000mf dual server card is using the 82546 chipset. Also looking at the driver code, I see they have added support for a 82546EI Fibre card, and 82546GB Fibre card, and im not sure if this card is meant to be using one of those other devid's? I was wondering if anyone else has had this problem, or if there is a patch out or updated drivers that intel arent aware of? Or if anyone has any ideas that I could try to solve this? Anything would be helpful at this point. Regards /Cole