Quote:
04:00.0 Ethernet controller: Marvell Technology Group Ltd.: Unknown device 4361 (rev 17)

Stock 2.6.8.1 (the latest one on lxr.linux.no) has this:
Quote:
/* Don't handle Yukon2 cards at the moment */
if (pdev->vendor == 0x11ab) {
if ( (pdev->device == 0x4360) || (pdev->device == 0x4361) )
continue;
}

Unless Marvell's own driver download is newer, you could be out of luck.

Peter