« Return to Thread: Marvell Yukon 2 88E8040

Re: Marvell Yukon 2 88E8040

by Stephen Montgomery-Smith :: Rate this Message:

Reply to Author | View in Thread

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
>> but the patch doesn't apply cleanly.
>>
>> Are people considering putting it into FreeBSD 8x or FreeBSD 7x anytime
>> soon?
>
> 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
_______________________________________________
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