diff -Naur linux-2.6.21/drivers/net/natsemi.c linux-2.6.21-wyse/drivers/net/natsemi.c --- linux-2.6.21/drivers/net/natsemi.c 2008-01-19 14:46:59.000000000 +0100 +++ linux-2.6.21-wyse/drivers/net/natsemi.c 2008-01-19 14:45:35.000000000 +0100 @@ -81,7 +81,7 @@ Setting to > 1518 effectively disables this feature. */ static int rx_copybreak; -static int dspcfg_workaround = 1; +static int dspcfg_workaround = 0; /* Used to pass the media type, etc. Both 'options[]' and 'full_duplex[]' should exist for driver @@ -955,8 +955,8 @@ if (i) goto err_register_netdev; - if (!NATSEMI_CREATE_FILE(pdev, dspcfg_workaround)) - goto err_create_file; + //if (!NATSEMI_CREATE_FILE(pdev, dspcfg_workaround)) + // goto err_create_file; if (netif_msg_drv(np)) { printk(KERN_INFO "natsemi %s: %s at %#08lx (%s), ",