Date: Fri, 13 Jun 2008 09:36:44 +0900 From: Pyun YongHyeon <pyunyh@gmail.com> To: Stephen Montgomery-Smith <stephen@math.missouri.edu> Cc: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>, freebsd-current@freebsd.org Subject: Re: Marvell Yukon 2 88E8040 Message-ID: <20080613003644.GA11476@cdnetworks.co.kr> In-Reply-To: <4851821C.2090805@math.missouri.edu> References: <48516BC1.9060904@math.missouri.edu> <20080612190237.G83875@maildrop.int.zabbadoz.net> <4851821C.2090805@math.missouri.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 12, 2008 at 03:07:56PM -0500, Stephen Montgomery-Smith wrote: > Bjoern A. Zeeb wrote: > >On Thu, 12 Jun 2008, Stephen Montgomery-Smith wrote: > > > >>I saw a Marvell Yukon 2 88E8040 driver at > >>http://people.freebsd.org/~yongari/msk/msk.88E8040.patch I guess patch above wouldn't apply cleanly due to changes in msk(4). > >>but the patch doesn't apply cleanly. > >> > >>Are people considering putting it into FreeBSD 8x or FreeBSD 7x anytime > >>soon? > > Yes, I'd like to but had no testers so far. (I'm still waiting for feedback from a first tester.) Because I don't have 88E8040 hardware I need help from users to write a working patch. What make me hard for this hardware was it used slightly different descriptor format and added additional new silicon bugs. I'll update the patch in a couple of days and let you know. > >it's been there for ages... > > But I have rather recent source code for both FreeBSD 7 and CURRENT, and > inside /usr/src/sys/dev/msk/if_mskreg.h I am seeing lines like: > > > #define DEVICEID_MRVL_8038 0x4352 > #define DEVICEID_MRVL_8039 0X4353 > #define DEVICEID_MRVL_4360 0x4360 > #define DEVICEID_MRVL_4361 0x4361 > > In other words, it is missing > > #define DEVICEID_MRVL_8040 0x4354 -- Regards, Pyun YongHyeon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080613003644.GA11476>