Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2009 23:48:23 +0100
From:      Ulf Lilleengen <lulf@pvv.ntnu.no>
To:        Mario Lobo <mlobo@digiart.art.br>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Marvell Yukon 88E8042
Message-ID:  <20091025224823.GA19129@nobby.geeknest.org>
In-Reply-To: <200910251358.25572.mlobo@digiart.art.br>
References:  <200910251358.25572.mlobo@digiart.art.br>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 25, 2009 at 01:58:25PM -0300, Mario Lobo wrote:
> 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.
> 

Committed, thanks!

-- 
Ulf Lilleengen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091025224823.GA19129>