~ubuntu-branches/ubuntu/vivid/u-boot/vivid

« back to all changes in this revision

Viewing changes to drivers/net/rtl8169.c

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-01-02 17:49:39 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20120102174939-iddq37p3372x10yp
Tags: 2011.12-1
* New upstream version.
  - Drop build-timestamp_autogenerated.h-without-config.patch (merged).
  - Drop ublimage-NAND-block-size-isn-t-set-at-build-time.patch (merged).
  - Update kerma-sheevaplug-mvsdio.diff
  - Update mipsel-native-endianness.diff
  - Drop dreamplug-v8.patch (merged).

Show diffs side-by-side

added added

removed removed

Lines of Context:
739
739
static int rtl_init(struct eth_device *dev, bd_t *bis)
740
740
{
741
741
        static int board_idx = -1;
742
 
        static int printed_version = 0;
743
742
        int i, rc;
744
743
        int option = -1, Cap10_100 = 0, Cap1000 = 0;
745
744
 
751
750
 
752
751
        board_idx++;
753
752
 
754
 
        printed_version = 1;
755
 
 
756
753
        /* point to private storage */
757
754
        tpc = &tpx;
758
755