« Return to Thread: Marvell Yukon 2 88E8040

Re: Marvell Yukon 2 88E8040

by Pyun YongHyeon :: Rate this Message:

Reply to Author | View in Thread

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
_______________________________________________
freebsd-current@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@..."

 « Return to Thread: Marvell Yukon 2 88E8040