Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2003 16:23:30 -0500
From:      Jung-uk Kim <jkim@niksun.com>
To:        veedee@c7.campus.utcluj.ro, freebsd-net@freebsd.org
Subject:   Re: SMC9452TX (Marvell chipset) supported?
Message-ID:  <200311121623.30654.jkim@niksun.com>
In-Reply-To: <200311121611.35809.jkim@niksun.com>
References:  <20031112204031.GA333@c7.campus.utcluj.ro> <200311121611.35809.jkim@niksun.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--Boundary-00=_STqs/tT9NXi8A9B
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On Wednesday 12 November 2003 04:11 pm, Jung-uk Kim wrote:
> > pci0: <unknown card> (vendor=0x11ab, dev=0x4320) at 9.0 irq 12
>
> Use 'sk' driver.

I am sorry that I made too quick conclusion.  This one seems to use 
Marvell's vendor ID.  Try the attached patch.

Thanks,

JK

--Boundary-00=_STqs/tT9NXi8A9B
Content-Type: text/plain;
  charset="euc-kr";
  name="sk.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="sk.diff"

--- src/sys/pci/if_sk.c.orig	Tue Oct 14 14:22:42 2003
+++ src/sys/pci/if_sk.c	Wed Nov 12 16:20:02 2003
@@ -148,6 +148,11 @@
 		"SysKonnect Gigabit Ethernet (V2.0)"
 	},
 	{
+		VENDORID_MARVELL,
+		DEVICEID_SK_V2,
+		"Marvell Gigabit Ethernet"
+	},
+	{
 		VENDORID_3COM,
 		DEVICEID_3COM_3C940,
 		"3Com 3C940 Gigabit Ethernet"
--- src/sys/pci/if_skreg.h.orig	Tue Oct 14 19:22:55 2003
+++ src/sys/pci/if_skreg.h	Wed Nov 12 16:20:19 2003
@@ -60,6 +60,11 @@
 #define VENDORID_SK		0x1148
 
 /*
+ * Marvell PCI vendor ID
+ */
+#define VENDORID_MARVELL	0x11AB
+
+/*
  * SK-NET gigabit ethernet device IDs
  */
 #define DEVICEID_SK_V1		0x4300

--Boundary-00=_STqs/tT9NXi8A9B--



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