Re: Marvell Yukon 88E8056 FreeBsd Drivers



On Fri, Nov 24, 2006 at 03:33:21PM +0200, Nicolae Namolovan wrote:
I took the hack from http://kerneltrap.org/node/7135, that guy said
that in linux you must "add the 4364 devID into sky2.c symply search
for 4363".

I apply the same idea to
http://people.freebsd.org/~andre/mykbsd60x86-8.12.1.3-src.tgz,
modifyed oem.c and oem.h,

oem.c
{ VENDOR_ID_MRVL, DEV_ID_MRVL_4361, SUBVENDOR_ID_ANY, SUBDEVICE_ID_ANY,
"Marvell 88E8050 Gigabit Ethernet Controller, Ver. 8.12.1.3"},
{ VENDOR_ID_MRVL, DEV_ID_MRVL_4362, SUBVENDOR_ID_ANY, SUBDEVICE_ID_ANY,
"Marvell 88E8053 Gigabit Ethernet Controller, Ver. 8.12.1.3"},
+ /* custom add..not sure */
+ { VENDOR_ID_MRVL, DEV_ID_MRVL_4364, SUBVENDOR_ID_ANY, SUBDEVICE_ID_ANY,
+ "Marvell 88E8056 Gigabit Ethernet Controller, Ver. 8.12.1.3"},


oem.h

#define DEV_ID_MRVL_4362 0x4362
+ /* custom add..not sure */
+ #define DEV_ID_MRVL_4364 0x4364

After I compile it.

That was sufficient to make this driver to hook mine Marvell Yukon
88E8056, I can see it in ifconfig but i get:

"status: no carrier"

Tried to make the interface down/up, put away/back the network cable,
didn't help.. Still "no carrier".

But it works fine under M Windows (so the problem is not in network
cable or the network device)..

Any suggestions ?

Maybe I must load the Windows drivers with NDIS, but I'm afraid of
performance degradation/instability ?

Marvell Yukon 88E8056 are in the popular ASUS P5B and Gigabyte 965P-S3
motherboards.


You can find latest msk(4) at the following URL.
http://people.freebsd.org/~yongari/msk/msk.HEAD.diff

It supports the device ID you mentioned but I don't know whether it
works or not. ATM the driver has three known issues.
o poor Rx performance
I'm working on this but had no clue so far.
o 88E8055 hangup :
One user reported system freeze when msk(4) is loaded. Since I don't
have the hardware it's very hard to fix. :-(
o Manual speed selection doesn't seem to work.
It needs additional code for e1000phy(4) to fix.

You need latest CURRENT to aplly the patch. The driver will print very
ugly number sequnces but you can safely ingore it.

--
Regards,
Pyun YongHyeon
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Marvell Yukon 88E8056 FreeBsd Drivers
    ... you must provide to the patch ... That was sufficient to make this driver to hook mine Marvell Yukon ... Tried to make the interface down/up, put away/back the network cable, ...
    (freebsd-net)
  • Re: lost printer driver when computer shuts down
    ... That is where i found the fix. ... XP Home edition sometimes doesn't install the correct version of ... The driver that has the AA letters after ... I also share it with my network. ...
    (microsoft.public.windowsxp.general)
  • Re: Marvell Yukon 88E8056 FreeBsd Drivers
    ... For those who don't know very well the "patch" tool, ... I think the msk driver is a great addition to the 7.0 version, ... > Tried to make the interface down/up, put away/back the network cable, ... It needs additional code for e1000phyto fix. ...
    (freebsd-net)
  • lost printer driver when computer shuts down
    ... Does anyone have any suggestions as to why I must keep re-installing my ... I have the latest driver ... I also share it with my network. ... established error that microsoft has a fix for? ...
    (microsoft.public.windowsxp.general)
  • Re: Linux Firewall/LoadBalancer
    ... The bonding driver originally came from Donald Becker's beowulf patches for ... Build kernel with the bonding driver ... "Bonding driver support" in the "Network device support" section. ... so the bonding driver will automatically load when the bond0 interface is ...
    (Security-Basics)