05 Feb, 2010

1 commit


07 Aug, 2008

1 commit


25 Jun, 2008

1 commit

  • The DM9000's internal PHY reports a copy of the link status
    in the NSR register of the chip. Reading the status when
    polling for link status is faster as it eliminates the need
    to sleep, but does not print as much information.

    Add an platform flag to force this behaviour, and a Kconfig
    option to allow it to be forced to the faster method always.

    Signed-off-by: Ben Dooks
    Signed-off-by: Jeff Garzik

    Ben Dooks
     

12 Feb, 2008

2 commits


16 May, 2005

1 commit

  • This patch adds support for the davicom dm9000 network driver. The dm9000
    is found on some embedded arm boards such as the pimx1 or the scb9328.

    Signed-off-by: Sascha Hauer
    Signed-off-by: Ben Dooks
    Signed-off-by: Andrew Morton

    diff -puN /dev/null drivers/net/dm9000.c

    Sascha Hauer