Subject: Re: Marvell ethernet card
To: Jeff Rizzo <riz@NetBSD.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 12/04/2005 18:30:20
--gBBFr7Ir9EOA20Yy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sun, Dec 04, 2005 at 08:22:16AM -0800, Jeff Rizzo wrote:
> On Sun, Dec 04, 2005 at 03:27:26PM +0000, Patrick Welche wrote:
> > On Sat, Dec 03, 2005 at 07:34:13PM -0800, Jeff Rizzo wrote:
> > > Patrick Welche wrote:
> > > >it is a (0x11ab,0x4362) "Marvell Technology Group Ltd.|Marvell Yukon
> > > >88E8053 Gigabit Ethernet 10/100/1000Base-T Adapter"
> 
> OK, here is a first cut - this doesn't appear to be a Yukon II, so you
> may be in luck.  :)
> 
> Apply the attached patch in sys/dev/pci, and rebuild your kernel.

Not bad (though I actually used the attached patch):

skc0 at pci1 dev 0 function 0: irq 10
skc0: bad VPD resource id: expected 82 got 0
skc0: Unknown Marvell rev. (0x1)
sk0 at skc0 port A: Ethernet address 00:0e:7b:9b:73:95      (which is correct)
panic: skc0: unknown device type 182

Cheers,

Patrick

--gBBFr7Ir9EOA20Yy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=skpat

Index: pcidevs
===================================================================
RCS file: /cvsroot/src/sys/dev/pci/pcidevs,v
retrieving revision 1.738
diff -u -r1.738 pcidevs
--- pcidevs	27 Nov 2005 10:17:26 -0000	1.738
+++ pcidevs	4 Dec 2005 18:27:21 -0000
@@ -1548,6 +1548,11 @@
 product GALILEO	GT64115		0x4111	GT-64115 System Controller
 product GALILEO	GT64011		0x4146	GT-64011 System Controller
 product GALILEO	SKNET		0x4320	SK-NET Gigabit Ethernet
+product GALILEO	YUKON_8035	0x4350	Yukon 8035
+product GALILEO	YUKON_8036	0x4351	Yukon 8036
+product GALILEO	YUKON_8052	0x4351	Yukon 8052
+product GALILEO	YUKON_8050	0x4351	Yukon 8050
+product GALILEO	YUKON_8053	0x4362	Yukon 8053
 product GALILEO	GT64120		0x4620	GT-64120 System Controller
 product GALILEO	BELKIN		0x5005	Belkin Gigabit Ethernet
 product GALILEO	GT64130		0x6320	GT-64130 System Controller

--gBBFr7Ir9EOA20Yy--