Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2007 18:22:38 +0100
From:      Henrik Brix Andersen <brix@FreeBSD.org>
To:        freebsd-current@freebsd.org
Subject:   Re: (no subject)
Message-ID:  <20071204172238.GB56284@tirith.brixandersen.dk>
In-Reply-To: <c8429ce0712040514q71580a0x8927e79d0ba3e298@mail.gmail.com>
References:  <c8429ce0712040514q71580a0x8927e79d0ba3e298@mail.gmail.com>

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

--1UWUbFP1cBYEclgG
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Dec 04, 2007 at 02:14:28PM +0100, Micha? Januszewski wrote:
> I've got one question about the new releases: will the
>=20
> Marvell Yukon 88E8039 Gigabit Ethernet be supported?

Not according to src/sys/dev/msk/if_msk.c - the device ID of the
88E8039 is not present.

Could you please try this small, but untested patch and let me know if
it works for you? The patch is against -current:

Index: if_msk.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/src/sys/dev/msk/if_msk.c,v
retrieving revision 1.25
diff -u -p -r1.25 if_msk.c
--- if_msk.c	22 Nov 2007 02:44:58 -0000	1.25
+++ if_msk.c	4 Dec 2007 17:18:31 -0000
@@ -193,6 +193,8 @@ static struct msk_product {
 	    "Marvell Yukon 88E8036 Gigabit Ethernet" },
 	{ VENDORID_MARVELL, DEVICEID_MRVL_8038,
 	    "Marvell Yukon 88E8038 Gigabit Ethernet" },
+	{ VENDORID_MARVELL, DEVICEID_MRVL_8039,
+	    "Marvell Yukon 88E8039 Gigabit Ethernet" },
 	{ VENDORID_MARVELL, DEVICEID_MRVL_4361,
 	    "Marvell Yukon 88E8050 Gigabit Ethernet" },
 	{ VENDORID_MARVELL, DEVICEID_MRVL_4360,
Index: if_mskreg.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/src/sys/dev/msk/if_mskreg.h,v
retrieving revision 1.10
diff -u -p -r1.10 if_mskreg.h
--- if_mskreg.h	20 Nov 2007 07:47:32 -0000	1.10
+++ if_mskreg.h	4 Dec 2007 17:18:32 -0000
@@ -130,6 +130,7 @@
 #define DEVICEID_MRVL_8035	0x4350
 #define DEVICEID_MRVL_8036	0x4351
 #define DEVICEID_MRVL_8038	0x4352
+#define DEVICEID_MRVL_8039	0x4353
 #define DEVICEID_MRVL_4360	0x4360
 #define DEVICEID_MRVL_4361	0x4361
 #define DEVICEID_MRVL_4362	0x4362

Brix
--=20
Henrik Brix Andersen <brix@FreeBSD.org>

--1UWUbFP1cBYEclgG
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)
Comment: GnuPG signed

iD8DBQFHVYzev+Q4flTiePgRAqGcAJ4tMMKUfUmD5KwayGt7DaQYYr45cgCgvufD
mh5LRKYuAFffELnxK0fyWpU=
=zC8k
-----END PGP SIGNATURE-----

--1UWUbFP1cBYEclgG--



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