LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Wed Jan 24 20:34:44 CET 2007
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/07/01 24:20:34

    Modified: jop/java/target/src/common/ejip/test Main.java
    Log:
    correct eth


    Revision Changes Path
    1.3 jop/java/target/src/common/ejip/test/Main.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/ejip/test/Main.java.diff?r1=1.2&r2=1.3

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: Main.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/common/ejip/test/Main.java,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -b -r1.2 -r1.3
    --- Main.java 24 Jan 2007 18:36:37 -0000 1.2
    +++ Main.java 24 Jan 2007 19:34:43 -0000 1.3
    @@ -71,7 +71,7 @@
    //
    net = Net.init();
    // don't use CS8900 when simulating on PC or for BG263
    - int[] eth = {0x00, 0xe0, 0x98, 0x33, 0xb0, 0xf7, 0xf8};
    + int[] eth = {0x00, 0xe0, 0x98, 0x33, 0xb0, 0xf8};
    int ip = (192<<24) + (168<<16) + (0<<8) + 123;
    ipLink = CS8900.init(eth, ip);
    // don't use PPP on my web server



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.