From owner-freebsd-current@FreeBSD.ORG Sun Oct 25 16:58:42 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C791F106566B for ; Sun, 25 Oct 2009 16:58:42 +0000 (UTC) (envelope-from mlobo@digiart.art.br) Received: from sv4.hmnoc.net (sv4.hmnoc.net [63.247.76.174]) by mx1.freebsd.org (Postfix) with ESMTP id A50BF8FC39 for ; Sun, 25 Oct 2009 16:58:42 +0000 (UTC) Received: from [187.78.72.104] (port=50999 helo=papi.localnet) by sv4.hmnoc.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1N26QU-0007g8-0q for freebsd-current@freebsd.org; Sun, 25 Oct 2009 14:58:42 -0200 From: Mario Lobo To: freebsd-current@freebsd.org Date: Sun, 25 Oct 2009 13:58:25 -0300 User-Agent: KMail/1.12.1 (FreeBSD/8.0-RC1; KDE/4.3.1; amd64; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200910251358.25572.mlobo@digiart.art.br> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sv4.hmnoc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - digiart.art.br Subject: Marvell Yukon 88E8042 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 16:58:42 -0000 Hi; I have just acquired an HP 510 Laptop that came with this board. I installed FBSD 8 amd64 on it and the msk driver didn't recognized this chip, so I ran pciconf -l to get the chip id and added is identification to the source msk code as follows: if_msk.c: added this to the msk_products[] struc: { VENDORID_MARVELL, DEVICEID_MRVL_8042, "Marvell Yukon 88E8042 Gigabit Ethernet" }, if_mskreg.h: Added: #define DEVICEID_MRVL_8042 0x4357 After this, the chip was properly detected and the driver has been working flawlessly since. -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!] (99,7% winedows FREE)