Marvell Yukon 88E8042

Mario Lobo mlobo at digiart.art.br
Sun Oct 25 16:58:42 UTC 2009


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)


More information about the freebsd-current mailing list